Continuous Distribution.Hazard Function 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#
The hazard function of the distribution at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual double HazardFunction(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe hazard function of the distribution at x.