Method

NumCosmoMathLHRatio1dfind_bounds

Declaration [src]

void
ncm_lh_ratio1d_find_bounds (
  NcmLHRatio1d* lhr1d,
  gdouble clevel,
  NcmFitRunMsgs mtype,
  gdouble* lb,
  gdouble* ub
)

Description [src]

Finds the lower and upper bounds of the parameter pid of model mid constrained by the likelihood ratio clevel. The bounds are stored in lb and ub.

Parameters

clevel

Type: gdouble

The confidence level (0,1).

mtype

Type: NcmFitRunMsgs

A NcmFitRunMsgs.

lb

Type: gdouble*

Lower bound.

The argument will be set by the function.
ub

Type: gdouble*

Upper bound.

The argument will be set by the function.