Function
NumCosmoMathutil_gaussian_integral
Declaration [src]
gdouble
ncm_util_gaussian_integral (
const gdouble xl,
const gdouble xu,
const gdouble mu,
const gdouble sigma
)
Description [src]
Computes the integral of the Gaussian distribution with mean mu and standard deviation sigma
between xl and xu.