Class CumulativeNormalDistribution
Hierarchy
-
CumulativeNormalDistribution
Constructors
constructor
-
Parameters
-
Default value average: Real = 0
-
Default value sigma: Real = 1
Properties
Private _average
Private _errorFunction
Private _gaussian
Private _sigma
Methods
d
-
Parameters
f
-
Parameters
Cumulative normal distribution function
Given x it provides an approximation to the integral of the gaussian normal distribution: formula here ...
For this implementation see M. Abramowitz and I. Stegun, Handbook of Mathematical Functions, Dover Publications, New York (1972)