Click or drag to resize
Accord.NET (logo)

ILinkFunctionInverse Method

The inverse of the link function.

Namespace:  Accord.Statistics.Links
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double Inverse(
	double x
)
Request Example View Source

Parameters

x
Type: SystemDouble
A transformed value.

Return Value

Type: Double
The reverse transformed value.
See Also