GeneralizedLinearModel.CountVariable Property

Gets or sets the vector that contains the count of the number of trials in a binomial regression.

Definition

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

Property Value

Vector<Double>

See Also