Struct

NumCosmoMathLHRatio2dRegion

Description [src]

struct NcmLHRatio2dRegion {
  guint np;
  NcmVector* p1;
  NcmVector* p2;
  gdouble clevel;
}

Object describing a confidence region.

Structure members
np: guint

Number of points.

p1: NcmVector

A NcmVector containing points of parameter one.

p2: NcmVector

A NcmVector containing points of parameter two.

clevel: gdouble

The confidence level represented by the border.

Functions

ncm_lh_ratio2d_region_clear

If rg is not NULL, frees a NcmLHRatio2dRegion and sets rg to NULL.

Instance methods

ncm_lh_ratio2d_region_dup

Duplicates a NcmLHRatio2dRegion.

ncm_lh_ratio2d_region_free

Frees a NcmLHRatio2dRegion.

ncm_lh_ratio2d_region_print

Prints the region to the file handler out.