ExponentialDistributionHazard 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
)
Public Overrides Function Hazard (
x As Double
) As Double
public:
virtual double Hazard(
double x
) override
abstract Hazard :
x : float -> float
override Hazard :
x : float -> float
Parameters
- x
- Type: SystemDouble
The reference point.
Return Value
Type:
DoubleThe hazard function p(x)/Q(x).
Remarks Also known as the failure rate or force of mortality.
See Also