Likelihood Ratio 2D

Likelihood Ratio 2D — Likelihood ratio object for bidimensional analysis.

Synopsis

struct              NcmLHRatio2d;
struct              NcmLHRatio2dClass;
struct              NcmLHRatio2dPoint;
enum                NcmLHRatio2dRoot;
void                ncm_lh_ratio2d_clear                (NcmLHRatio2d **lhr2d);
GList *             ncm_lh_ratio2d_conf_region          (NcmLHRatio2d *lhr2d,
                                                         gdouble clevel,
                                                         NcmFitRunMsgs mtype);
GList *             ncm_lh_ratio2d_fisher_border        (NcmLHRatio2d *lhr2d,
                                                         gdouble clevel,
                                                         NcmFitRunMsgs mtype);
void                ncm_lh_ratio2d_free                 (NcmLHRatio2d *lhr2d);
NcmLHRatio2d *      ncm_lh_ratio2d_new                  (NcmFit *fit,
                                                         NcmMSetPIndex pi1,
                                                         NcmMSetPIndex pi2);
void                ncm_lh_ratio2d_points_free          (GList *points);
void                ncm_lh_ratio2d_points_print         (GList *points,
                                                         FILE *out);
void                ncm_lh_ratio2d_set_pindex           (NcmLHRatio2d *lhr2d,
                                                         NcmMSetPIndex pi1,
                                                         NcmMSetPIndex pi2);

Object Hierarchy

  GObject
   +----NcmLHRatio2d

Properties

  "fit"                      NcmFit*               : Write / Construct Only
  "pi1"                      NcmMSetPIndex*        : Read / Write / Construct
  "pi2"                      NcmMSetPIndex*        : Read / Write / Construct

Description

FIXME

Details

struct NcmLHRatio2d

struct NcmLHRatio2d;

struct NcmLHRatio2dClass

struct NcmLHRatio2dClass {
};

struct NcmLHRatio2dPoint

struct NcmLHRatio2dPoint {
};

FIXME


enum NcmLHRatio2dRoot

typedef enum {
  NCM_LH_RATIO2D_ROOT_BRACKET = 0,
  NCM_LH_RATIO2D_ROOT_NUMDIFF,
} NcmLHRatio2dRoot;

NCM_LH_RATIO2D_ROOT_BRACKET

FIXME

NCM_LH_RATIO2D_ROOT_NUMDIFF

FIXME

ncm_lh_ratio2d_clear ()

void                ncm_lh_ratio2d_clear                (NcmLHRatio2d **lhr2d);

FIXME

lhr2d :

FIXME

ncm_lh_ratio2d_conf_region ()

GList *             ncm_lh_ratio2d_conf_region          (NcmLHRatio2d *lhr2d,
                                                         gdouble clevel,
                                                         NcmFitRunMsgs mtype);

FIXME

lhr2d :

a NcmFit

clevel :

FIXME

mtype :

FIXME

Returns :

FIXME

ncm_lh_ratio2d_fisher_border ()

GList *             ncm_lh_ratio2d_fisher_border        (NcmLHRatio2d *lhr2d,
                                                         gdouble clevel,
                                                         NcmFitRunMsgs mtype);

FIXME

lhr2d :

a NcmFit

clevel :

FIXME

mtype :

FIXME

Returns :

FIXME

ncm_lh_ratio2d_free ()

void                ncm_lh_ratio2d_free                 (NcmLHRatio2d *lhr2d);

FIXME

lhr2d :

FIXME

ncm_lh_ratio2d_new ()

NcmLHRatio2d *      ncm_lh_ratio2d_new                  (NcmFit *fit,
                                                         NcmMSetPIndex pi1,
                                                         NcmMSetPIndex pi2);

FIXME

fit :

FIXME

pi1 :

FIXME

pi2 :

FIXME

Returns :

FIXME

ncm_lh_ratio2d_points_free ()

void                ncm_lh_ratio2d_points_free          (GList *points);

FIXME

points :

FIXME

ncm_lh_ratio2d_points_print ()

void                ncm_lh_ratio2d_points_print         (GList *points,
                                                         FILE *out);

FIXME

points :

FIXME

out :

FIXME

ncm_lh_ratio2d_set_pindex ()

void                ncm_lh_ratio2d_set_pindex           (NcmLHRatio2d *lhr2d,
                                                         NcmMSetPIndex pi1,
                                                         NcmMSetPIndex pi2);

FIXME

lhr2d :

a NcmLHRatio2d.

pi1 :

FIXME

pi2 :

FIXME

Property Details

The "fit" property

  "fit"                      NcmFit*               : Write / Construct Only

NcmFit object.


The "pi1" property

  "pi1"                      NcmMSetPIndex*        : Read / Write / Construct

First param index.


The "pi2" property

  "pi2"                      NcmMSetPIndex*        : Read / Write / Construct

Second param index.