Welcome to My Page
📅 Date: August 2024
📈 Domain: Financial Analytics | Time Series Forecasting
🧰 Tools: R, TTR, forecast, stats, ggplot2
📂 Dataset: Shares (Stock Excel Sheet “A”)
🖱️ Portfolio: GitHub Repo Link
This project models and forecasts low stock prices of a financial asset using various statistical time series models including Holt-Winters, ARIMA, Auto-ARIMA, and SARIMA. It uses residual diagnostics, error metrics (RMSE, MAPE), and ACF/Ljung-Box tests to validate model assumptions and forecast accuracy.
Date
and Low
columns📸 
Low
prices📸 
📸 
📸 
📸 
📸 
auto.arima()
to optimize model via AIC/BIC📸 
📸 
📸 
📸 
Model | RMSE | MAPE | Strengths |
---|---|---|---|
Holt-Winters | Medium | Medium | Simplicity, short-term patterns |
ARIMA(1,1,1) | Low | Low | Captures trend well |
Auto ARIMA | Medium | Medium | Automated, moderate fit |
SARIMA | Low | Low | Best overall fit and seasonal control |
SARIMA outperformed others in forecast reliability and residual independence.
This project demonstrates a complete time series forecasting workflow, from raw data to final model selection. SARIMA showed the most reliable and accurate results, while ARIMA and Holt-Winters offered complementary insights.
🧠 Future Work: Integrate ML-based models (e.g., XGBoost, LSTM) for improved long-range forecasting.
/Photo/
folder