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.

Ancestors

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_free

Decrement the reference count of lhr1d, if it reaches zero, free it.

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.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.LHRatio1d:constraint
No description available.

NumCosmoMath.LHRatio1d:fit
No description available.

NumCosmoMath.LHRatio1d:pi
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 NumCosmoMathLHRatio1dClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.