4 questions
0
votes
0
answers
25
views
Inexplicit random state in statsmodels holtwinters exponential smoothing?
I am dealing with getting different results locally and in databricks most probably from fitting of statsmodels.tsa.holtwinters.ExponentialSmoothing . Based on the documentation, one can't pass ...
0
votes
0
answers
141
views
How to recreate or extract weights table from Pandas EWM function
I want to implement a rolling WLS regression such that more recent data points are weighted more heavily than older ones. Pandas has the very convenient EWM object for exponentially-weighted ...