Method

NumCosmoMathMSetparam_set_scale

Declaration [src]

void
ncm_mset_param_set_scale (
  NcmMSet* mset,
  NcmModelID mid,
  guint pid,
  gdouble scale
)

Description [src]

Sets the scale of the parameter pid in the model mid to scale. This scale is a value that is used as a starting guess for the variation of the parameter in a statistical analysis.

Parameters

mid

Type: NcmModelID

Model id.

pid

Type: guint

Parameter id.

scale

Type: gdouble

New scale.