GeneralizedLinearModel.OffsetVariable Property

Gets or sets the vector that contains the offset in a negative binomial regression.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> OffsetVariable { get; set; }

Property Value

Vector<Double>

See Also