Top |
This object is a subclass of NcmPriorGauss, specializing in a Gaussian prior on a derived quantity. The prior is characterized by a mean function, an optional function argument, and user-specified mean and standard deviation parameters.
NcmPriorGaussFunc * ncm_prior_gauss_func_new (NcmMSetFunc *mean_func
,gdouble mu
,gdouble sigma
,gdouble var
);
Creates a new Gaussiam prior for parameter pid
of model mid
.
NcmPriorGaussFunc *
ncm_prior_gauss_func_ref (NcmPriorGaussFunc *pgf
);
Increases the reference count of pgf
atomically.
void
ncm_prior_gauss_func_free (NcmPriorGaussFunc *pgf
);
Decreases the reference count of pgf
atomically.
void
ncm_prior_gauss_func_clear (NcmPriorGaussFunc **pgf
);
Decreases the reference count of *pgf
and sets *pgf
to NULL.
“mean-func”
property“mean-func” NcmMSetFunc *
mean function.
Owner: NcmPriorGaussFunc
Flags: Read / Write / Construct