Returns the probability of failure at the specified value.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double HazardFunction(
double x
)
Public Overridable Function HazardFunction (
x As Double
) As Double
public:
virtual double HazardFunction(
double x
)
abstract HazardFunction :
x : float -> float
override HazardFunction :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe hazard function of the distribution at
x.
Reference