config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 19 forks source link

Update multistep losses in adam() #178

Open config-i1 opened 3 years ago

config-i1 commented 3 years ago

A few things to do:

  1. Decide what this means for Etype=="M" and how it should be calculated;
  2. Decide how to calculate them for the occurrence model;
  3. Deal with them in case of intermittent model;
  4. Introduce analytical counterparts of multistep losses based on (1) - (3).