Class

NumCosmoMathLHRatio2d

Description [src]

final class NumCosmoMath.LHRatio2d : GObject.Object
{
  /* No available fields */
}

Likelihood ratio object for bidimensional parameter analysis.

Class for likelihood ratio analysis of two parameters.

Ancestors

Constructors

ncm_lh_ratio2d_new

Creates a new NcmLHRatio2d object. The parameters pi1 and pi2 must be parameters of the model set of fit.

Functions

ncm_lh_ratio2d_clear

If lhr2d is not NULL, decreases its reference count by one and sets lhr2d to NULL.

Instance methods

ncm_lh_ratio2d_conf_region

Computes the confidence region with the given clevel.

ncm_lh_ratio2d_fisher_border

Computes the Fisher border with the given clevel.

ncm_lh_ratio2d_free

Decreases the reference count of lhr2d by one. If the reference count reaches zero, all memory allocated by lhr2d is released.

ncm_lh_ratio2d_set_pindex

Sets the parameters to be used in the likelihood ratio analysis.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.LHRatio2d:border-prec
No description available.

NumCosmoMath.LHRatio2d:fit
No description available.

NumCosmoMath.LHRatio2d:pi1
No description available.

NumCosmoMath.LHRatio2d:pi2
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 NumCosmoMathLHRatio2dClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.