Bartlett Test Constructor
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Bartlett | Constructs a new BartlettTest.. |
Bartlett | Constructs a new BartlettTest for the specified vector. |
Bartlett | Constructs a new BartlettTest for the specified vector array. |
Bartlett | Constructs a new BartlettTest for the specified vector. |
BartlettTest
Constructs a new BartlettTest..
public BartlettTest()
BartlettTest(IDataFrame)
Constructs a new BartlettTest for
the specified vector.
public BartlettTest(
IDataFrame samples
)
Parameters
- samples IDataFrame
- A IDataFrame containing the samples to be compared.
Remarks
All members of samples must be numerical variables, i.e. of type vector.
Exceptions
Argument | One or more members of samples is not of type vector. |
BartlettTest(Vector<Double>[])
Constructs a new BartlettTest for
the specified vector array.
public BartlettTest(
Vector<double>[] samples
)
Parameters
BartlettTest(Vector<Double>, IGrouping)
Constructs a new BartlettTest for
the specified vector.
public BartlettTest(
Vector<double> samples,
IGrouping grouping
)