Method

NumCosmoMathMSetparam_get_scale

Declaration [src]

gdouble
ncm_mset_param_get_scale (
  NcmMSet* mset,
  NcmModelID mid,
  guint pid
)

Description [src]

Gets the scale of the parameter pid in the model mid. 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.

Return value

Type: gdouble

The scale of the parameter pid in the model mid.