Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics Namespace
Represents a collection of variables in a statistical model.
For a list of all members of this type, see VariableCollection Members.
System.Object
CollectionBase
VariableCollection
Use the VariableCollection class to group one or more variables in a collection. Variable collections are used by statistical model classes to hold the dependent and independent variables.
Variable collections can be created from other VariableCollection objects, arrays of Variable objects, as well as from ADO.NET objects like DataTable and IDataReader objects.
To add or remove variables, use the Add and Remove methods. You can add multiple variables using the AddRange method.
Namespace: Extreme.Statistics
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
VariableCollection Members | Extreme.Statistics Namespace