Class
NumCosmoMathLHRatio1d
Description [src]
final class NumCosmoMath.LHRatio1d : GObject.Object
{
/* No available fields */
}
Likelihood ratio for one dimensional parameter analysis.
This object defines a likelihood ratio for one dimensional parameter analysis.
Constructors
ncm_lh_ratio1d_new
Creates a new NcmLHRatio1d object. The parameter pi must be a free
parameter of the model mid.
Functions
ncm_lh_ratio1d_clear
If lhr1d is not NULL, decrement the reference count of lhr1d. Sets
lhr1d to NULL.
Instance methods
ncm_lh_ratio1d_find_bounds
Finds the lower and upper bounds of the parameter pid of model mid
constrained by the likelihood ratio clevel. The bounds are stored in
lb and ub.
ncm_lh_ratio1d_set_pindex
Sets the parameter index of lhr1d to pi. The parameter pi must be a free
parameter of the model mid.
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.