com.datumbox.framework.core.statistics.anova
Class Anova
- java.lang.Object
-
- com.datumbox.framework.core.statistics.anova.Anova
-
public class Anova extends java.lang.ObjectAnalysis of Variance implementation.
-
-
Constructor Summary
Constructors Constructor and Description Anova()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleanoneWayTestEqualVars(TransposeDataCollection transposeDataCollection, double aLevel)Wrapper function for oneWayTestEqualVars, without passing the optional output table.static booleanoneWayTestEqualVars(TransposeDataCollection transposeDataCollection, double aLevel, AssociativeArray2D outputTable)Performs One-Way ANOVA Test on the Transpose Data Table when variances are considered equal.static booleanoneWayTestNotEqualVars(TransposeDataCollection transposeDataCollection, double aLevel)Wrapper function for oneWayTestNotEqualVars, without passing the optional output table.static booleanoneWayTestNotEqualVars(TransposeDataCollection transposeDataCollection, double aLevel, AssociativeArray2D outputTable)Performs One-Way ANOVA Test on the Transpose Data Table when variances are considered NOT equal.static booleantwoWayTestEqualCellsEqualVars(TransposeDataCollection2D twoFactorDataCollection, double aLevel)Wrapper function for twoWayTestEqualCellsEqualVars, without passing the optional output table.static booleantwoWayTestEqualCellsEqualVars(TransposeDataCollection2D twoFactorDataCollection, double aLevel, AssociativeArray2D outputTable)Performs Two-Way ANOVA Test on the TransposeDataCollection2D when variances are considered equal.
-
-
-
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