| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
enum NcmLHRatio1dRoot; struct NcmLHRatio1dClass; struct NcmLHRatio1d; NcmLHRatio1d * ncm_lh_ratio1d_new (NcmFit *fit,NcmMSetPIndex *pi); void ncm_lh_ratio1d_free (NcmLHRatio1d *lhr1d); void ncm_lh_ratio1d_clear (NcmLHRatio1d **lhr1d); void ncm_lh_ratio1d_set_pindex (NcmLHRatio1d *lhr1d,NcmMSetPIndex *pi); void ncm_lh_ratio1d_find_bounds (NcmLHRatio1d *lhr1d,gdouble clevel,NcmFitRunMsgs mtype,gdouble *lb,gdouble *ub);
Properties
"constraint" NcmMSetFunc* : Read / Write / Construct "fit" NcmFit* : Write / Construct Only "pi" NcmMSetPIndex* : Read / Write / Construct
Details
enum NcmLHRatio1dRoot
typedef enum {
NCM_LH_RATIO1D_ROOT_BRACKET = 0,
NCM_LH_RATIO1D_ROOT_NUMDIFF,
} NcmLHRatio1dRoot;
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 |
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] |