WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution.CumulativeDistGen Method 

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

public double CumulativeDistGen(
   double evaluationPoint
);

Parameters

evaluationPoint
The evaluation point about which the Weibull distribution is evaluated.

See Also

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace