Method
NumCosmoMathDataGaussCovMVNDest_ratio
Declaration [src]
gdouble
ncm_data_gauss_cov_mvnd_est_ratio (
NcmDataGaussCovMVND* data_mvnd,
NcmMSet* mset,
gpointer obj,
NcmDataGaussCovMVNDBound bound,
gulong* N,
gulong* Nin,
const gdouble reltol,
NcmRNG* rng
)
Description [src]
Estimate the ratio between accepted realizations and total number
of realizations. The variable reltol controls the relative tolerance
on the ratio estimate. The variables N and Nin can be used to inform
previous number of realizations.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. obj-
Type:
gpointerA pointer to use in
bound.The argument can be NULL.The data is owned by the caller of the method. bound-
Type:
NcmDataGaussCovMVNDBoundA NcmDataGaussCovMVNDBound.
N-
Type:
gulong*Total number of realizations.
The argument will be modified by the function. Nin-
Type:
gulong*Number of realizations accepted.
The argument will be modified by the function. reltol-
Type:
const gdoubleRelative tolerance.
rng-
Type:
NcmRNGA
NcmRNG.The data is owned by the caller of the method.