LinkFunction.ComplementaryLogLog Field

Returns the complementary log-log link function.

Definition

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

Field Value

LinkFunction

Remarks

The complementary log-log link is used in logistic regression and is related to the extreme value distribution.

See Also