Documentation of 'com.datumbox.framework.core.statistics.anova.Anova' Java class
Anova
com.datumbox.framework.core.statistics.anova

Class Anova



  • public class Anova
    extends java.lang.Object
    Analysis of Variance implementation.
    • Constructor Detail

      • Anova

        public Anova()
    • Method Detail

      • oneWayTestEqualVars

        public static boolean oneWayTestEqualVars(TransposeDataCollection transposeDataCollection,
                                                  double aLevel,
                                                  AssociativeArray2D outputTable)
        Performs One-Way ANOVA Test on the Transpose Data Table when variances are considered equal. Pass an empty array on the $outputTable variable to get statistics concerning the ANOVA.
        Parameters:
        transposeDataCollection -
        aLevel -
        outputTable -
        Returns:
      • oneWayTestEqualVars

        public static boolean oneWayTestEqualVars(TransposeDataCollection transposeDataCollection,
                                                  double aLevel)
        Wrapper function for oneWayTestEqualVars, without passing the optional output table.
        Parameters:
        transposeDataCollection -
        aLevel -
        Returns:
      • oneWayTestNotEqualVars

        public static boolean oneWayTestNotEqualVars(TransposeDataCollection transposeDataCollection,
                                                     double aLevel,
                                                     AssociativeArray2D outputTable)
        Performs One-Way ANOVA Test on the Transpose Data Table when variances are considered NOT equal. Pass an empty array on the $outputTable variable to get statistics concerning the ANOVA.
        Parameters:
        transposeDataCollection -
        aLevel -
        outputTable -
        Returns:
      • oneWayTestNotEqualVars

        public static boolean oneWayTestNotEqualVars(TransposeDataCollection transposeDataCollection,
                                                     double aLevel)
        Wrapper function for oneWayTestNotEqualVars, without passing the optional output table.
        Parameters:
        transposeDataCollection -
        aLevel -
        Returns:
      • twoWayTestEqualCellsEqualVars

        public static boolean twoWayTestEqualCellsEqualVars(TransposeDataCollection2D twoFactorDataCollection,
                                                            double aLevel,
                                                            AssociativeArray2D outputTable)
        Performs Two-Way ANOVA Test on the TransposeDataCollection2D when variances are considered equal.
        Parameters:
        twoFactorDataCollection -
        aLevel -
        outputTable -
        Returns:
      • twoWayTestEqualCellsEqualVars

        public static boolean twoWayTestEqualCellsEqualVars(TransposeDataCollection2D twoFactorDataCollection,
                                                            double aLevel)
        Wrapper function for twoWayTestEqualCellsEqualVars, without passing the optional output table.
        Parameters:
        twoFactorDataCollection -
        aLevel -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.