Relative Content

Tag Archive for pythonholtwinters

Holt-winters multiplicative trend and seasonilty fails to fit

I am trying to use Holt-winters Triple Exponential Smoothing technique on a univariate data.
When I am trying to set trend and seasonality component as multiplicative it outputs ‘NAN’ after 12 data points.
This is what I am doing
.plot(figsize=(12,6)).autoscale(axis=’x’,tight=True)