Method

NumCosmoHICosmoQSplineadd_continuity_priors

Declaration [src]

NcHICosmoQSplineContPrior*
nc_hicosmo_qspline_add_continuity_priors (
  NcHICosmoQSpline* qspline,
  NcmLikelihood* lh,
  gdouble sigma,
  gdouble abstol
)

Description [src]

Adds continuity priors to the spline to ensure smooth transitions between knots.

Parameters

lh

Type: NcmLikelihood

A NcmLikelihood.

The data is owned by the caller of the method.
sigma

Type: gdouble

Standard deviation for continuity prior.

abstol

Type: gdouble

Absolute tolerance for continuity prior.

Return value

Type: NcHICosmoQSplineContPrior

A new NcHICosmoQSplineContPrior.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.