GeneralizedLinearModel.Offset Property

Gets or sets the offset in a negative binomial regression.

Definition

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

Property Value

Double

Remarks

This value is ignored if OffsetVariable is not null.

See Also