|
UnivariateDiscreteDistributionLogCumulativeHazardFunction Method
|
Gets the log-cumulative hazard function for this
distribution evaluated at point x.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public virtual double LogCumulativeHazardFunction(
int x
)
Public Overridable Function LogCumulativeHazardFunction (
x As Integer
) As Double
Request Example
View SourceParameters
- x
- Type: SystemInt32
A single point in the distribution range.
Return Value
Type:
Double
The logarithm of the cumulative hazard function
H(x)
evaluated at
x in the current distribution.
See Also