double randvar_normal_density

(double x, double mean, double u)

Calculates the one dimensional density function phi( mean, u ) for the normal distribution at point x.

Documentation

Calculates the one dimensional density function phi( mean, u ) for the normal distribution at point x.
Parameters:
x - : point value
mean - : mean value for the normal distribution
u - : variance for the normal distribution ($\sigma^2$)
Returns:
function value

Alphabetic index



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