WebCab Probability and Statistics for .NET v3.3 Demo

NormalProbabilityDistribution.ProbabilityUp Method 

Calculates the normal probability for the interval [lowerBound,+`infinity'], where +`infinity' is ``plus infinity'' and lowerBound is the lower bound of the half line over which the normal probability of calculated.

public double ProbabilityUp(
   double lowerBound
);

Parameters

lowerBound
The lower bound of the half line over which the normal probability is calculated.

See Also

NormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace