Constructor
NumCosmoMathPriorGaussParamnew
Declaration [src]
NcmPriorGaussParam*
ncm_prior_gauss_param_new (
NcmModel* model,
guint pid,
gdouble mu,
gdouble sigma
)
Parameters
model-
Type:
NcmModelA
NcmModel.The data is owned by the caller of the function. pid-
Type:
guintParameter id.
mu-
Type:
gdoubleMean.
sigma-
Type:
gdoubleStandard deviation.
Return value
Type: NcmPriorGaussParam
pgp.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |