Method
NumCosmoMathDataGaussCovMVNDstats_vec
Declaration [src]
NcmStatsVec*
ncm_data_gauss_cov_mvnd_stats_vec (
NcmDataGaussCovMVND* data_mvnd,
NcmMSet* mset,
const guint n,
const glong maxiter,
NcmVector* lower,
NcmVector* upper,
gboolean save_realizations,
NcmRNG* rng
)
Description [src]
Generates a NcmStatsVec with the statistics of the MVND. If
save_realizations is TRUE, the realizations are saved in the
NcmStatsVec.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. n-
Type:
const guintNumber of realizations.
maxiter-
Type:
const glongMaximum number of iterations.
lower-
Type:
NcmVectorLower bound.
The data is owned by the caller of the method. upper-
Type:
NcmVectorUpper bound.
The data is owned by the caller of the method. save_realizations-
Type:
gbooleanWhether to save realizations.
rng-
Type:
NcmRNGA
NcmRNG.The data is owned by the caller of the method.
Return value
Type: NcmStatsVec
A new NcmStatsVec with the statistics of the MVND.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |