Class OneWayAnovaAnalyzerTest

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class OneWayAnovaAnalyzerTest
    extends BaseAnalyzerConfigurationTest
    Tests the one way anova analyzer. See test/data/stat-tests/README.txt for R code.
    Author:
    keshav
    • Constructor Detail

      • OneWayAnovaAnalyzerTest

        public OneWayAnovaAnalyzerTest()
    • Method Detail

      • testOneWayAnova

        public void testOneWayAnova()
                             throws Exception
        Tests the OneWayAnova method.
        Throws:
        Exception