Author Archives

Time Series – LSTM Model

Now, we are familiar with statistical modelling on time series, but machine learning is all the rage right now,...

Time Series – LSTM Model

Now, we are familiar with statistical modelling on time series, but machine learning is all the rage right now,...

Error Metrics

It is important for us to quantify the performance of a model to use it as a feedback and...

Error Metrics

It is important for us to quantify the performance of a model to use it as a feedback and...

Time Series – Variations of Arima

In the previous chapter, we have now seen how ARIMA model works, and its limitations that it cannot handle...

Time Series – Variations of Arima

In the previous chapter, we have now seen how ARIMA model works, and its limitations that it cannot handle...

Exponential Smoothing

In this chapter, we will talk about the techniques involved in exponential smoothing of time series. Simple Exponential Smoothing...

Exponential Smoothing

In this chapter, we will talk about the techniques involved in exponential smoothing of time series. Simple Exponential Smoothing...

Walk Forward Validation

In time series modelling, the predictions over time become less and less accurate and hence it is a more...

Walk Forward Validation

In time series modelling, the predictions over time become less and less accurate and hence it is a more...

Time Series – Arima

We have already understood that for a stationary time series a variable at time ‘t’ is a linear function...

Time Series – Arima

We have already understood that for a stationary time series a variable at time ‘t’ is a linear function...

Moving Average

For a stationary time series, a moving average model sees the value of a variable at time ‘t’ as...

Moving Average

For a stationary time series, a moving average model sees the value of a variable at time ‘t’ as...

Time Series – Parameter Calibration

Introduction Any statistical or machine learning model has some parameters which greatly influence how the data is modeled. For...

Time Series – Parameter Calibration

Introduction Any statistical or machine learning model has some parameters which greatly influence how the data is modeled. For...

Naive Methods

Intro Naive Methods such as assuming the predicted value at time ‘t’ to be the actual value of the...

Naive Methods

Intro Naive Methods such as assuming the predicted value at time ‘t’ to be the actual value of the...

Auto Regression

For a stationary time series, an auto regression models sees the value of a variable at time ‘t’ as...

Auto Regression

For a stationary time series, an auto regression models sees the value of a variable at time ‘t’ as...