It'll be interesting to explore the forecasting models available in the package. The OpenForecast website says -
"....forecasts are estimates of expected behaviors of some system outside of the currently observed domain.......a forecasting model is any tool or system that can be used to estimate future events, usually based on past events or observations.....in OpenForecast, a forecasting model is any mathematical model that implements the ForecastingModel interface..."
Familiarity with forecasting models is ".....not necessary in order to effectively use OpenForecast. There is a Forecaster factory class to help you with the selection of a good forecasting model...."
Yes! It is very interesting. I have explored and use these two models (RegressionModel and MultipleLinearRegressionModel ).Very soon i am going to write a sample code for using above two models. There are also other models available in this library. Here, i am listing them:-
Comments
It'll be interesting to
It'll be interesting to explore the forecasting models available in the package. The OpenForecast website says -
"....forecasts are estimates of expected behaviors of some system outside of the currently observed domain.......a forecasting model is any tool or system that can be used to estimate future events, usually based on past events or observations.....in OpenForecast, a forecasting model is any mathematical model that implements the ForecastingModel interface..."
Familiarity with forecasting models is ".....not necessary in order to effectively use OpenForecast. There is a Forecaster factory class to help you with the selection of a good forecasting model...."
Yes! It is very interesting.
Yes! It is very interesting. I have explored and use these two models (RegressionModel and MultipleLinearRegressionModel ). Very soon i am going to write a sample code for using above two models. There are also other models available in this library. Here, i am listing them:-
AbstractForecastingModel
AbstractTimeBasedModel
DoubleExponentialSmoothingModel
MovingAverageModel
NaiveForecastingModel
PolynomialRegressionModel
SimpleExponentialSmoothingModel
TripleExponentialSmoothingModel
WeightedMovingAverageModel