Top | ![]() |
![]() |
![]() |
![]() |
Functions
NcmLHRatio1d * | ncm_lh_ratio1d_new () |
void | ncm_lh_ratio1d_free () |
void | ncm_lh_ratio1d_clear () |
void | ncm_lh_ratio1d_set_pindex () |
void | ncm_lh_ratio1d_find_bounds () |
Properties
NcmMSetFunc * | constraint | Read / Write / Construct |
NcmFit * | fit | Write / Construct Only |
NcmMSetPIndex * | pi | Read / Write / Construct |
Functions
ncm_lh_ratio1d_set_pindex ()
void ncm_lh_ratio1d_set_pindex (NcmLHRatio1d *lhr1d
,NcmMSetPIndex *pi
);
FIXME
ncm_lh_ratio1d_find_bounds ()
void ncm_lh_ratio1d_find_bounds (NcmLHRatio1d *lhr1d
,gdouble clevel
,NcmFitRunMsgs mtype
,gdouble *lb
,gdouble *ub
);
FIXME
Parameters
lhr1d |
a NcmLHRatio1d. |
|
clevel |
The confidence level (0,1). |
|
mtype |
FIXME |
|
lb |
Lower bound. |
[out] |
ub |
Upper bound. |
[out] |