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.

Parameters

xl

Type: const gdouble

The lower bound.

xu

Type: const gdouble

The upper bound.

mu

Type: const gdouble

The mean.

sigma

Type: const gdouble

The standard deviation.

Return value

Type: gdouble

Value of the integral.