Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testOLSRegression1a() Checks the results of an OLS regression on sample dataset 1. |
public void | testOLSRegression1b() Checks the results of an OLS regression on sample dataset 1 AFTER
converting it to an XYSeries. |
public void | testOLSRegression2a() Checks the results of an OLS regression on sample dataset 2. |
public void | testOLSRegression2b() Checks the results of an OLS regression on sample dataset 2 AFTER
converting it to an XYSeries. |
public void | testPowerRegression1a() Checks the results of a power regression on sample dataset 1. |
public void | testPowerRegression1b() Checks the results of a power regression on sample dataset 1 AFTER
converting it to an XYSeries. |
public void | testPowerRegression2a() Checks the results of a power regression on sample dataset 2. |
public void | testPowerRegression2b() Checks the results of a power regression on sample dataset 2 AFTER
converting it to an XYSeries. |