Click or drag to resize

WeibullDistributionHazard Method

Computes the hazard function.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double Hazard(
	double x
)

Parameters

x
Type: SystemDouble
The reference point.

Return Value

Type: Double
The hazard function p(x)/Q(x).
Remarks

Also known as the failure rate or force of mortality.

See Also