![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
Synopsis
struct NcmLHRatio2d; struct NcmLHRatio2dClass; struct NcmLHRatio2dPoint; struct NcmLHRatio2dRegion; enum NcmLHRatio2dRoot; void ncm_lh_ratio2d_clear (NcmLHRatio2d **lhr2d
); NcmLHRatio2dRegion * ncm_lh_ratio2d_conf_region (NcmLHRatio2d *lhr2d
,gdouble clevel
,gdouble expected_np
,NcmFitRunMsgs mtype
); NcmLHRatio2dRegion * ncm_lh_ratio2d_fisher_border (NcmLHRatio2d *lhr2d
,gdouble clevel
,gdouble expected_np
,NcmFitRunMsgs mtype
); void ncm_lh_ratio2d_free (NcmLHRatio2d *lhr2d
); NcmLHRatio2d * ncm_lh_ratio2d_new (NcmFit *fit
,NcmMSetPIndex *pi1
,NcmMSetPIndex *pi2
); void ncm_lh_ratio2d_region_clear (NcmLHRatio2dRegion **rg
); NcmLHRatio2dRegion * ncm_lh_ratio2d_region_dup (NcmLHRatio2dRegion *rg
); void ncm_lh_ratio2d_region_free (NcmLHRatio2dRegion *rg
); void ncm_lh_ratio2d_region_print (NcmLHRatio2dRegion *rg
,FILE *out
); void ncm_lh_ratio2d_set_pindex (NcmLHRatio2d *lhr2d
,NcmMSetPIndex *pi1
,NcmMSetPIndex *pi2
);
Properties
"fit" NcmFit* : Write / Construct Only "pi1" NcmMSetPIndex* : Read / Write / Construct "pi2" NcmMSetPIndex* : Read / Write / Construct
Details
struct NcmLHRatio2dRegion
struct NcmLHRatio2dRegion { guint np; NcmVector *p1; NcmVector *p2; gdouble clevel; };
Object describing a confidence region.
enum NcmLHRatio2dRoot
typedef enum { NCM_LH_RATIO2D_ROOT_BRACKET = 0, NCM_LH_RATIO2D_ROOT_NUMDIFF, } NcmLHRatio2dRoot;
ncm_lh_ratio2d_conf_region ()
NcmLHRatio2dRegion * ncm_lh_ratio2d_conf_region (NcmLHRatio2d *lhr2d
,gdouble clevel
,gdouble expected_np
,NcmFitRunMsgs mtype
);
FIXME
|
a NcmFit
|
|
FIXME |
|
Expected number of points, if lesser than 1 it uses the default value of 100. |
|
FIXME |
Returns : |
FIXME. [transfer full] |
ncm_lh_ratio2d_fisher_border ()
NcmLHRatio2dRegion * ncm_lh_ratio2d_fisher_border (NcmLHRatio2d *lhr2d
,gdouble clevel
,gdouble expected_np
,NcmFitRunMsgs mtype
);
FIXME
|
a NcmFit. |
|
FIXME |
|
Expected number of points, if lesser than 1 it uses the default value of 600. |
|
FIXME |
Returns : |
FIXME. [transfer full] |
ncm_lh_ratio2d_new ()
NcmLHRatio2d * ncm_lh_ratio2d_new (NcmFit *fit
,NcmMSetPIndex *pi1
,NcmMSetPIndex *pi2
);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
Returns : |
FIXME |
ncm_lh_ratio2d_region_clear ()
void ncm_lh_ratio2d_region_clear (NcmLHRatio2dRegion **rg
);
FIXME
|
a NcmLHRatio2dRegion. |
ncm_lh_ratio2d_region_dup ()
NcmLHRatio2dRegion * ncm_lh_ratio2d_region_dup (NcmLHRatio2dRegion *rg
);
FIXME
|
a NcmLHRatio2dRegion. |
Returns : |
FIXME. [transfer full] |
ncm_lh_ratio2d_region_free ()
void ncm_lh_ratio2d_region_free (NcmLHRatio2dRegion *rg
);
FIXME
|
a NcmLHRatio2dRegion. |
ncm_lh_ratio2d_region_print ()
void ncm_lh_ratio2d_region_print (NcmLHRatio2dRegion *rg
,FILE *out
);
FIXME
|
FIXME |
|
FIXME |
ncm_lh_ratio2d_set_pindex ()
void ncm_lh_ratio2d_set_pindex (NcmLHRatio2d *lhr2d
,NcmMSetPIndex *pi1
,NcmMSetPIndex *pi2
);
FIXME
|
a NcmLHRatio2d. |
|
FIXME |
|
FIXME |