| Top |
Functions
| NcmLHRatio2d * | ncm_lh_ratio2d_new () |
| void | ncm_lh_ratio2d_free () |
| void | ncm_lh_ratio2d_clear () |
| void | ncm_lh_ratio2d_set_pindex () |
| NcmLHRatio2dRegion * | ncm_lh_ratio2d_conf_region () |
| NcmLHRatio2dRegion * | ncm_lh_ratio2d_fisher_border () |
| NcmLHRatio2dRegion * | ncm_lh_ratio2d_region_dup () |
| void | ncm_lh_ratio2d_region_free () |
| void | ncm_lh_ratio2d_region_clear () |
| void | ncm_lh_ratio2d_region_print () |
Properties
| NcmFit * | fit | Write / Construct Only |
| NcmMSetPIndex * | pi1 | Read / Write / Construct |
| NcmMSetPIndex * | pi2 | Read / Write / Construct |
Functions
ncm_lh_ratio2d_new ()
NcmLHRatio2d * ncm_lh_ratio2d_new (NcmFit *fit,NcmMSetPIndex *pi1,NcmMSetPIndex *pi2);
FIXME
ncm_lh_ratio2d_set_pindex ()
void ncm_lh_ratio2d_set_pindex (NcmLHRatio2d *lhr2d,NcmMSetPIndex *pi1,NcmMSetPIndex *pi2);
FIXME
ncm_lh_ratio2d_conf_region ()
NcmLHRatio2dRegion * ncm_lh_ratio2d_conf_region (NcmLHRatio2d *lhr2d,gdouble clevel,gdouble expected_np,NcmFitRunMsgs mtype);
FIXME
ncm_lh_ratio2d_fisher_border ()
NcmLHRatio2dRegion * ncm_lh_ratio2d_fisher_border (NcmLHRatio2d *lhr2d,gdouble clevel,gdouble expected_np,NcmFitRunMsgs mtype);
FIXME
Parameters
lhr2d |
a NcmFit. |
|
clevel |
FIXME |
|
expected_np |
Expected number of points, if lesser than 1 it uses the default value of 600. |
|
mtype |
FIXME |
ncm_lh_ratio2d_region_dup ()
NcmLHRatio2dRegion *
ncm_lh_ratio2d_region_dup (NcmLHRatio2dRegion *rg);
FIXME
ncm_lh_ratio2d_region_print ()
void ncm_lh_ratio2d_region_print (NcmLHRatio2dRegion *rg,FILE *out);
FIXME