Java org.apache.commons.math3.stat.inference OneWayAnova fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.inference OneWayAnova fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.inference OneWayAnova.

The text is from its open source code.

Constructor

OneWayAnova()
Default constructor.

Method

doubleanovaFValue(final Collection categoryData)
Computes the ANOVA F-value for a collection of double[] arrays.
doubleanovaPValue(final Collection categoryData)
Computes the ANOVA P-value for a collection of double[] arrays.