Click or drag to resize
Accord.NET (logo)

LogLogLinkFunctionLog 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
)
Request Example View Source

Parameters

x
Type: SystemDouble
A transformed value.

Return Value

Type: Double
The log of the reverse transformed value.

Implements

ILinkFunctionLog(Double)
See Also