|
ILinkFunctionLog 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 Function Log (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
A transformed value.
Return Value
Type:
DoubleThe log of the reverse transformed value.
See Also