Method

NumCosmoMathDataGaussCovMVNDgen_cov_mean

Declaration [src]

void
ncm_data_gauss_cov_mvnd_gen_cov_mean (
  NcmDataGaussCovMVND* data_mvnd,
  const gdouble sigma_min,
  const gdouble sigma_max,
  const gdouble cor_level,
  const gdouble mean_min,
  const gdouble mean_max,
  NcmRNG* rng
)

Description [src]

Generates using rng the mean and correlation matrix using the parameters above.

Parameters

sigma_min

Type: const gdouble

Minimum value of $\sigma_i$.

sigma_max

Type: const gdouble

Maximum value of $\sigma_i$.

cor_level

Type: const gdouble

Correlation level.

mean_min

Type: const gdouble

Minimum mean $\mu_i$.

mean_max

Type: const gdouble

Maximum mean $\mu_i$.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.