Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

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 ...
Veliko's user avatar
  • 817
0 votes
0 answers
141 views

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 ...
YudoSmootho's user avatar