Class

NumCosmoHICosmoQSpline

Description [src]

class NumCosmo.HICosmoQSpline : NumCosmo.HICosmo
{
  /* No available fields */
}

Kinetic model — Spline deceleration function.

This object implements a kinetic model for the deceleration function using a spline. It is a subclass of NcHICosmo.

Constructors

nc_hicosmo_qspline_new

Creates a new NcHICosmoQSpline with np knots up to redshift z_f.

Instance methods

nc_hicosmo_qspline_add_continuity_priors

Adds continuity priors to the spline to ensure smooth transitions between knots.

Methods inherited from NcHICosmo (79)

Please see NcHICosmo for a full list of methods.

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.HICosmoQSpline:H0

Hubble parameter today (z = 0).

NumCosmo.HICosmoQSpline:H0-fit

Whether to fit the Hubble parameter.

NumCosmo.HICosmoQSpline:Omegat

Total density parameter today.

NumCosmo.HICosmoQSpline:Omegat-fit

Whether to fit the total density parameter.

NumCosmo.HICosmoQSpline:asdrag

Sound horizon at drag epoch.

NumCosmo.HICosmoQSpline:asdrag-fit

Whether to fit the sound horizon at drag epoch.

NumCosmo.HICosmoQSpline:qparam

Deceleration parameter values at spline knots.

NumCosmo.HICosmoQSpline:qparam-fit

Whether to fit the deceleration parameter values.

NumCosmo.HICosmoQSpline:qparam-length

Number of deceleration parameter knots.

NumCosmo.HICosmoQSpline:spline
No description available.

NumCosmo.HICosmoQSpline:zf
No description available.

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 NumCosmoHICosmoQSplineClass {
  /* no available fields */
}

No description available.