GeneralizedLinearModel.OffsetVariable Property

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

Definition

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

Property Value

Vector<Double>

See Also