NcHaloBiasTypeSTSpher

NcHaloBiasTypeSTSpher — Sheth-Tormen spherical halo bias function type.

Properties

double a Read / Write / Construct Only
double critical-delta Read / Write / Construct Only
double p Read / Write / Construct Only

Object Hierarchy

    GObject
    ╰── NcHaloBiasType
        ╰── NcHaloBiasTypeSTSpher

Description

FIXME

Functions

nc_halo_bias_type_st_spher_new ()

NcHaloBiasType *
nc_halo_bias_type_st_spher_new (gdouble delta_c,
                                gdouble a,
                                gdouble p);

FIXME

Parameters

delta_c

FIXME

 

a

FIXME

 

p

FIXME

 

Returns

A new NcHaloBiasType.


nc_halo_bias_type_st_spher_set_delta_c ()

void
nc_halo_bias_type_st_spher_set_delta_c
                               (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                gdouble delta_c);

Sets the value delta_c to the “critical-delta” property.

Parameters

biasf_st_spher

a NcHaloBiasTypeSTSpher.

 

delta_c

value of “critical-delta”.

 

nc_halo_bias_type_st_spher_get_delta_c ()

gdouble
nc_halo_bias_type_st_spher_get_delta_c
                               (const NcHaloBiasTypeSTSpher *biasf_st_spher);

Parameters

biasf_st_spher

a NcHaloBiasTypeSTSpher.

 

Returns

the value of “critical_delta” property.


nc_halo_bias_type_st_spher_set_a ()

void
nc_halo_bias_type_st_spher_set_a (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                  gdouble a);

Sets the value a to the “a” property.

Parameters

biasf_st_spher

a NcHaloBiasTypeSTSpher.

 

a

value of “a”.

 

nc_halo_bias_type_st_spher_get_a ()

gdouble
nc_halo_bias_type_st_spher_get_a (const NcHaloBiasTypeSTSpher *biasf_st_spher);

Parameters

biasf_st_spher

a NcHaloBiasTypeSTSpher.

 

Returns

the value of “a” property.


nc_halo_bias_type_st_spher_set_p ()

void
nc_halo_bias_type_st_spher_set_p (NcHaloBiasTypeSTSpher *biasf_st_spher,
                                  gdouble p);

Sets the value p to the “p” property.

Parameters

biasf_st_spher

a NcHaloBiasTypeSTSpher.

 

p

value of “p”.

 

nc_halo_bias_type_st_spher_get_p ()

gdouble
nc_halo_bias_type_st_spher_get_p (const NcHaloBiasTypeSTSpher *biasf_st_spher);

Parameters

biasf_st_spher

a NcHaloBiasTypeSTSpher.

 

Returns

the value of “p” property.

Property Details

The “a” property

  “a”                        double

FIXME (check limits values)

Owner: NcHaloBiasTypeSTSpher

Flags: Read / Write / Construct Only

Default value: 0.75


The “critical-delta” property

  “critical-delta”           double

Critical delta.

Owner: NcHaloBiasTypeSTSpher

Flags: Read / Write / Construct Only

Default value: 1.686


The “p” property

  “p”                        double

FIXME (check limits values)

Owner: NcHaloBiasTypeSTSpher

Flags: Read / Write / Construct Only

Default value: 0.75