WebCab Probability and Statistics for COM v3.3 Demo

NormalProbabilityDistribution.InverseFromValue Method 

Returns the inverse of the normal distribution represented by this instance.

public double InverseFromValue(
   double probability,
   double lowerBound
);

Parameters

probability
The value of the probability for this normal distribution, between 0 and 1.
lowerBound

Remarks

This method returns the value of the upper bound of an interval when the lower bound is known and the probability function evaluated to a given value.

For further explanation and explicit formulae please see the accompanying PDF documentation.

See Also

NormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace