Method
NumCosmoClusterMassRichnessmu_sigma
Declaration [src]
void
nc_cluster_mass_richness_mu_sigma (
NcClusterMassRichness* mr,
gdouble lnM,
gdouble z,
gdouble* mu,
gdouble* sigma
)
Description [src]
Computes both the mean and standard deviation of the log-richness distribution
simultaneously. This can be more efficient than calling mu() and sigma()
separately when subclasses share intermediate computations.