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

WeibullProbabilityDistribution.InverseSurvivalGen Method 

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

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