Forecasting Statistics
Manage statistical forecasting operations including ARIMA models, triple exponential smoothing, and regression analysis
📄️ Get Forecasting Statistics (ARIMA)
Optimize ARIMA model parameters for given dataset. Returns the best-fit parameters and their corresponding RMSE.
📄️ Get Forecasting Statistics (Regression)
Perform regression analysis on given dataset. Returns the regression results.
📄️ Get Forecasting Statistics (TES)
Optimize Triple Exponential Smoothing (TES) model parameters for given dataset. Returns the best-fit parameters and their corresponding Root Mean Square Error (RMSE).