LinkFunction.ReciprocalSquared Field

Returns the reciprocal squared link function.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly LinkFunction ReciprocalSquared

Field Value

LinkFunction

Remarks

The reciprocal squared link function is equivalent to a power link function with exponent -2. It is the canonical link function for the inverse Gaussian family.

See Also