|
ProbitLinkFunctionLog Method
|
The logarithm of the inverse of the link function.
Namespace:
Accord.Statistics.Links
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Log(
double x
)
Public Function Log (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
A transformed value.
Return Value
Type:
Double
The log of the reverse transformed value.
Implements
ILinkFunctionLog(Double)See Also