Gets or sets the vector that contains the count of the number of trials
in a binomial regression.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<double> CountVariable { get; set; }
Public Property CountVariable As Vector(Of Double)
Get
Set
public:
property Vector<double>^ CountVariable {
Vector<double>^ get ();
void set (Vector<double>^ value);
}
member CountVariable : Vector<float> with get, set
Property Value
Type:
VectorDouble
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference