| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
struct NcmLHRatio1d; struct NcmLHRatio1dClass; enum NcmLHRatio1dRoot; void ncm_lh_ratio1d_clear (NcmLHRatio1d **lhr1d); void ncm_lh_ratio1d_find_bounds (NcmLHRatio1d *lhr1d,gdouble clevel,NcmFitRunMsgs mtype,gdouble *lb,gdouble *ub); void ncm_lh_ratio1d_free (NcmLHRatio1d *lhr1d); NcmLHRatio1d * ncm_lh_ratio1d_new (NcmFit *fit,NcmMSetPIndex *pi); void ncm_lh_ratio1d_set_pindex (NcmLHRatio1d *lhr1d,NcmMSetPIndex *pi);
Details
enum NcmLHRatio1dRoot
typedef enum {
NCM_LH_RATIO1D_ROOT_BRACKET = 0,
NCM_LH_RATIO1D_ROOT_NUMDIFF,
} NcmLHRatio1dRoot;
ncm_lh_ratio1d_find_bounds ()
void ncm_lh_ratio1d_find_bounds (NcmLHRatio1d *lhr1d,gdouble clevel,NcmFitRunMsgs mtype,gdouble *lb,gdouble *ub);
FIXME
|
a NcmLHRatio1d. |
|
The confidence level (0,1). |
|
FIXME |
|
Lower bound. [out] |
|
Upper bound. [out] |
ncm_lh_ratio1d_new ()
NcmLHRatio1d * ncm_lh_ratio1d_new (NcmFit *fit,NcmMSetPIndex *pi);
FIXME
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_lh_ratio1d_set_pindex ()
void ncm_lh_ratio1d_set_pindex (NcmLHRatio1d *lhr1d,NcmMSetPIndex *pi);
FIXME
|
a NcmLHRatio1d. |
|
FIXME |