WebCab Probability and Statistics for COM v3.3 Demo | |
StandardNormalProbabilityDistribution.InverseSetAccuracyNoSteps Method
Returns the inverse of the standard normal distribution represented by this instance, using the given probability.
Parameters
- probability
- The value of the probability for this normal distribution, between
0
and 1
. - accuracy
- The accuracy of the returned result. For example, if this parameter is set to 0.01 then the result returned will be accurate to three decimal places.
- maximumSteps
Remarks
This method inverts the probability
function when the interval under consideration runs from -INFINITY to a given
value of the probability.
Within this method the accuracy returned and the maximum number of iterations
can be set.
See Also
StandardNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace