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

StandardNormalProbabilityDistribution.ProbabilityUp Method 

Calculates the standard normal probability for the half line [lowerBound,+`infinity'], where lowerBound is the lower bound on the half line and +`infinity' is ``plus infinity''.

public double ProbabilityUp(
   double lowerBound
);

Parameters

lowerBound
The lower bound of the half line of the real number line.

See Also

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace