LinkFunction.Inverse Method

Evaluates the inverse of the link function.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract double Inverse(
	double x
)

Parameters

x  Double
A reaul number.

Return Value

Double
The value of the inverse of the link function at x.

See Also