double randvar_normal_cdf

(double x, double mean, double u)

Cumalative distribution function F(x;mean,u) for the N(mean, u).

Documentation

Cumalative distribution function F(x;mean,u) for the N(mean, u).
Parameters:
x - : point value
mean - : mean value for the normal distribution
u - : variance for the normal distribution
Returns:
F(x)

Alphabetic index



This page was generated with the help of DOC++.