Tests can be:
Test statistics are available for all tests. Methods including "Test" in in their names perform tests, all other methods return t-statistics. Among the "Test" methods, double-
valued methods return p-values; boolean-
valued methods perform fixed significance level tests. Significance levels are always specified as numbers between 0 and 0.5 (e.g. tests at the 95% level use alpha=0.05
).
Input to tests can be either double[]
arrays or {@link StatisticalSummary} instances.
Uses commons-math {@link org.apache.commons.math3.distribution.TDistribution}implementation to estimate exact p-values.
|
|
|
|