Homoscedastic (equal variance assumption) or heteroscedastic
(for two sample tests)
Fixed significance level (boolean-valued) or returning p-values.
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
StatisticalSummary instances.
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 usealpha=0.05).Input to tests can be either
double[]arrays or StatisticalSummary instances.