Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public StuartMaxwellTest(
ICategoricalVector sample1,
ICategoricalVector sample2
)
Public Sub New (
sample1 As ICategoricalVector,
sample2 As ICategoricalVector
)
public:
StuartMaxwellTest(
ICategoricalVector^ sample1,
ICategoricalVector^ sample2
)
new :
sample1 : ICategoricalVector *
sample2 : ICategoricalVector -> StuartMaxwellTest
Parameters
- sample1
- Type: Extreme.MathematicsICategoricalVector
A CategoricalVectorT that represents the first sample. - sample2
- Type: Extreme.MathematicsICategoricalVector
A CategoricalVectorT that represents the second sample.
Both samples must be categorical samples with the same number of levels, and they must have the same length.
Numerical Libraries
Supported in: 6.0
Reference