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

StandardNormalProbabilityDistribution.InverseAroundMean Method 

Evaluate the value of $x$, such that the Standard Normal probability distribution functional takes a given value over the interval $[\mu-x, \mu+x]$, where $\mu$ is the mean of the distribution.

public double InverseAroundMean(
   double probability
);

Parameters

probability
The value of the probability function which lies within the closed interval [0,1].

See Also

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace