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
)
Parameters
sigma_min-
Type:
const gdoubleMinimum value of $\sigma_i$.
sigma_max-
Type:
const gdoubleMaximum value of $\sigma_i$.
cor_level-
Type:
const gdoubleCorrelation level.
mean_min-
Type:
const gdoubleMinimum mean $\mu_i$.
mean_max-
Type:
const gdoubleMaximum mean $\mu_i$.
rng-
Type:
NcmRNGA
NcmRNG.The data is owned by the caller of the method.