Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics Namespace


Extreme Optimization Statistics Library for .NET

VariableCollection Class

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

[Visual Basic]
Public Class VariableCollection
Inherits CollectionBase
[C#]
public class VariableCollection : CollectionBase

Remarks

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.

Requirements

Namespace: Extreme.Statistics

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

VariableCollection Members | Extreme.Statistics Namespace