Categories:

Stock Price Prediction using ARIMA and Exponential Smoothing

Original price was: ₹ 7,500.00.Current price is: ₹ 6,000.00.

Stock Price Prediction using ARIMA and Exponential Smoothing,A model that combines ARIMA and Exponential Smoothing techniques to predict stock prices. This approach is used to capture both trend and seasonality in the time-series data.

This project combines ARIMA with Exponential Smoothing (ES) to predict stock prices. While ARIMA models the linear dependencies and trends, Exponential Smoothing is used to capture short-term fluctuations and the most recent trends. The project walks through data preprocessing, stationarity tests, and model evaluation for both ARIMA and Exponential Smoothing. The repository also provides a performance comparison between the two methods and evaluates their accuracy in predicting stock price movements.