WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution.CumulHazardGen Method 

Evaluate the Cumulative Hazard Function of the Standard Weibull distribution at a point which is set using SetShape and SetGeneral.

public double CumulHazardGen(
   double evaluationPoint
);

Parameters

evaluationPoint
The evaluation point about which the Cumulative Hazard function is distributed.

See Also

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace