Function

NumCosmoMathutil_normal_gaussian_integral

Declaration [src]

gdouble
ncm_util_normal_gaussian_integral (
  const gdouble xl,
  const gdouble xu
)

Description [src]

Computes the integral of the Gaussian distribution with zero mean and unit variance between xl and xu.

Parameters

xl

Type: const gdouble

The lower bound.

xu

Type: const gdouble

The upper bound.

Return value

Type: gdouble

Value of the integral.