Constructor

NumCosmoHaloBiasTinkernew_full

Declaration [src]

NcHaloBiasTinker*
nc_halo_bias_tinker_new_full (
  NcHaloMassFunction* mfp,
  gdouble delta_c,
  gdouble B,
  gdouble b,
  gdouble c
)

Description [src]

Creates a new NcHaloBiasTinker object with the input parameters.

Parameters

mfp

Type: NcHaloMassFunction

A NcHaloMassFunction.

The data is owned by the caller of the function.
delta_c

Type: gdouble

Density contrast critical threshold.

B

Type: gdouble

Empirical parameter for Tinker bias function.

b

Type: gdouble

Empirical parameter for Tinker bias function.

c

Type: gdouble

Empirical parameter for Tinker bias function.

Return value

Type: NcHaloBiasTinker

A new NcHaloBias.

The caller of the function takes ownership of the data, and is responsible for freeing it.