Represents a post hoc test for equality of group means of a one-way
Analysis of Variance (ANOVA).
SystemObject Extreme.Statistics.TestsHypothesisTest Extreme.Statistics.TestsAnovaPostHocTest
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class AnovaPostHocTest : HypothesisTest
Public Class AnovaPostHocTest
Inherits HypothesisTest
public ref class AnovaPostHocTest : public HypothesisTest
type AnovaPostHocTest =
class
inherit HypothesisTest
end
The AnovaPostHocTest type exposes the following members.
Top
Top
Use the AnovaPostHocTest to test the hypothesis that
group means in a one-way Analysis of Variance (ANOVA) are equal.
Four tests are available: Tukey, Tukey-Kramer, Scheffé, and Fisher-Hayter.
This class does not have any public constructors. Instead, use one of the methods
of the OneWayAnovaModel class to create AnovaPostHocTest
objects.
Reference