ContinuousDistribution.HazardFunction Method

Returns the probability of failure at the specified value.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual double HazardFunction(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The hazard function of the distribution at x.

See Also