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

WeibullProbabilityDistribution.InverseSurvival Method 

Evaluate the Inverse Survival Function of the Standard Weibull distribution which is set using SetShape, for a given percentage.

public double InverseSurvival(
   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 | ProbabilityDistributions Namespace