Method

NumCosmoMathStatsDist2deval_cdf

Declaration [src]

gdouble
ncm_stats_dist2d_eval_cdf (
  NcmStatsDist2d* sd2,
  const gdouble x,
  const gdouble y
)

Description [src]

Calculates the value of the cumulative distribution function (CDF) within [x_i, x] and [y_i, y].

Parameters

x

Type: const gdouble

Random variable value.

y

Type: const gdouble

Random variable value.

Return value

Type: gdouble

The CDF value given the intervals [x_i, x] and [y_i, y].