Calculates the Standard Normal probability for the interval of the real line [lowerBound,upperBound], using an estimation for the cumulative normal probability distribution function.
public double ProbabilityEstimation( doublelowerBound, doubleupperBound );
Parameters
lowerBound
The lower bound of the interval of the real line for which the Standard Normal probability is calculated.
upperBound
The upper bound of the interval of the real line for which the Standard Normal probability is calculated.