Constructor

NumCosmoHaloBiasSTSphernew_full

Declaration [src]

NcHaloBiasSTSpher*
nc_halo_bias_st_spher_new_full (
  NcHaloMassFunction* mfp,
  gdouble delta_c,
  gdouble a,
  gdouble p
)

Description [src]

Creates a new NcHaloBiasSTSpher object with the input values.

Parameters

mfp

Type: NcHaloMassFunction

A NcHaloMassFunction.

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

Type: gdouble

Density contrast critical threshold.

a

Type: gdouble

Bias function parameter.

p

Type: gdouble

Bias function parameter.

Return value

Type: NcHaloBiasSTSpher

A new NcHaloBias.

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