WebCab Probability and Statistics Web Services for .NET v3.3 Demo

NormalProbabilityDistribution.InverseAroundMean Method 

Returns the inverse of the normal distribution represented by this XML Web service proxy instance.

public double InverseAroundMean(
   double probability
);

Parameters

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

Remarks

This method returns the value of the shift required on either side of the mean which will define a interval such that the probability distribution evaluated over this interval is equal to a given value.

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

See Also

NormalProbabilityDistribution Class | ProbabilityDistributions Namespace