WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution.PercentPoint Method 

Evaluate the Percent Point Function for the Standard Weibull Distribution which has been set using SetShape.

public double PercentPoint(
   double percent
);

Parameters

percent
The value of the percentage (where 1 percent = 0.01) for which the Percent Point Function is evaluated.

See Also

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace