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
gdouble | border-prec | Read / Write / Construct |
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
,const NcmMSetPIndex *pi1
,const NcmMSetPIndex *pi2
,gdouble border_prec
);
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
Types and Values
Property Details
The “border-prec”
property
“border-prec” gdouble
Border precision.
Flags: Read / Write / Construct
Allowed values: [1e-16,1000]
Default value: 1e-05