WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution.HazardGen Method 

Evaluate the Hazard Function of the General Weibull Distribution at a given point which is set using SetShape.

public double HazardGen(
   double evaluationPoint
);

Parameters

evaluationPoint
The evaluation point about which the Hazard Function is evaluated.

See Also

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace