AbhishekBanerjee499 / Microsoft_stock_prediction_R

Microsoft's closing stock price prediction by ARIMA, Decision Tree and GARCH models in R Studio
2 stars 0 forks source link
arima decision-tree forecasting garch rstudio stock-price-prediction time-series

Microsoft_stock_prediction_R

Project: Microsoft's closing stock price prediction by ARIMA, Decision Tree and GARCH models in R Studio

Data Source: https://www.kaggle.com/datasets/vijayvvenkitesh/microsoft-stock-time-series-analysis

Approach

Performance comparison Model RMSE MAE MAPE(%)
ARIMA 0.034 0.032 0.589
Decision Tree 0.029 0.024 0.438
GARCH 0.069 0.060 1.107

FIndings and Recommendations