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: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
n

Type: const guint

Number of realizations.

maxiter

Type: const glong

Maximum number of iterations.

lower

Type: NcmVector

Lower bound.

The data is owned by the caller of the method.
upper

Type: NcmVector

Upper bound.

The data is owned by the caller of the method.
save_realizations

Type: gboolean

Whether to save realizations.

rng

Type: NcmRNG

A 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.