GeneralizedLinearModel.LinkFunction Property

Gets or sets the link function of the model.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public LinkFunction LinkFunction { get; set; }

Property Value

LinkFunction

Remarks

If the link function is null, the canonical link function for the selected model family is used.

See Also