Numerical Components for .NET
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
public class VariableCollection : Collection<Variable>, IList, ICollection, IList<Variable>, ICollection<Variable>, IEnumerable<Variable>, IEnumerable
Public Class VariableCollection _ Inherits Collection(Of Variable) _ Implements IList, ICollection, IList(Of Variable), _ ICollection(Of Variable), IEnumerable(Of Variable), IEnumerable
public ref class VariableCollection : public Collection<Variable^>, IList, ICollection, IList<Variable^>, ICollection<Variable^>, IEnumerable<Variable^>, IEnumerable
type VariableCollection = class inherit Collection<Variable> interface IList interface ICollection interface IList<Variable> interface ICollection<Variable> interface IEnumerable<Variable> interface IEnumerable end
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(Variable) and Remove(Variable) methods. You can add multiple variables using the AddRange(array<Variable>[]()[][]) method.
Copyright © 2003-2013, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.