|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openforecast.Forecaster
The Forecaster class is a factory class that obtains the best ForecastingModel for the given data set. The best forecasting model is defined as the one that gives the lowest sum of absolute errors (SAE) when reapplying the model to the historical or observed data.
| Method Summary | |
static ForecastingModel |
getBestForecast(DataSet dataSet)
Obtains the best forecasting model for the given DataSet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ForecastingModel getBestForecast(DataSet dataSet)
dataSet - a set of observations on which the given model should be
based.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||