Represents a Stuart-Maxwell test
SystemObject Extreme.Statistics.TestsHypothesisTest Extreme.Statistics.TestsStuartMaxwellTest
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class StuartMaxwellTest : HypothesisTest
Public NotInheritable Class StuartMaxwellTest
Inherits HypothesisTest
public ref class StuartMaxwellTest sealed : public HypothesisTest
[<SealedAttribute>]
type StuartMaxwellTest =
class
inherit HypothesisTest
end
The StuartMaxwellTest type exposes the following members.
Top
Top
Top
Use the StuartMaxwellTest to test for the significance of the marginal homogeneity of
the columns in a K by K frequency table.
The data for the test must be provided as ICategoricalVector objects
in the constructor.
The CategoryIndex of each variable
must have the same number of levels. The category indexes will often be the same,
but this is not necessary. The two samples must also have the same number of observations.
If the categorical variables have only two categories, this test is equivalent to the
McNemarTest.
Reference