Generalized Linear Model.Link Function 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.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public LinkFunction LinkFunction { get; set; }
Property Value
LinkFunctionRemarks
If the link function is null, the canonical link function for the selected model family is used.