Method

NumCosmoMathFitESMCMCWalkerStretchset_box

Declaration [src]

void
ncm_fit_esmcmc_walker_stretch_set_box (
  NcmFitESMCMCWalkerStretch* stretch,
  guint n,
  const gdouble lb,
  const gdouble ub
)

Description [src]

Sets box sampling for the n-th parameter using lb as lower bound and ub as upper bound.

Parameters

n

Type: guint

Parameter index.

lb

Type: const gdouble

Lower bound.

ub

Type: const gdouble

Upper bound.