WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution.PercentPointGen Method 

Evaluate the Percent Point Function for the General Weibull Distribution which has been set using SetShape and SetGeneral.

public double PercentPointGen(
   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