Class

NumCosmoHICosmoQSplineContPrior

Description

class NumCosmo.HICosmoQSplineContPrior : NumCosmoMath.Model
{
  /* No available fields */
}

No description available.

Ancestors

Constructors

nc_hicosmo_qspline_cont_prior_new

Creates a new NcHICosmoQSplineContPrior with npriors continuity constraints.

Functions

nc_hicosmo_qspline_cont_prior_id
No description available.

Instance methods

nc_hicosmo_qspline_cont_prior_free

Decreases the reference count of qspline_cp and frees it if the count reaches zero.

nc_hicosmo_qspline_cont_prior_get_abstol

Gets the absolute tolerance for the continuity prior.

nc_hicosmo_qspline_cont_prior_get_lnsigma

Gets the log standard deviation for the i-th continuity prior.

nc_hicosmo_qspline_cont_prior_ref

Increases the reference count of qspline_cp.

nc_hicosmo_qspline_cont_prior_set_abstol

Sets the absolute tolerance for the continuity prior.

nc_hicosmo_qspline_cont_prior_set_all_lnsigma

Sets the log standard deviation for all continuity priors.

nc_hicosmo_qspline_cont_prior_set_lnsigma

Sets the log standard deviation for the i-th continuity prior.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HICosmoQSplineContPrior:abstol

Absolute tolerance for continuity prior.

NumCosmo.HICosmoQSplineContPrior:abstol-fit

Whether to fit the absolute tolerance.

NumCosmo.HICosmoQSplineContPrior:lnsigma

Natural logarithm of the standard deviation for continuity prior.

NumCosmo.HICosmoQSplineContPrior:lnsigma-fit

Whether to fit the log standard deviation.

NumCosmo.HICosmoQSplineContPrior:lnsigma-length

Number of log standard deviation parameters.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoHICosmoQSplineContPriorClass {
  /* no available fields */
}

No description available.