config-i1 / mes

Mixed Exponential Smoothing
0 stars 0 forks source link

Methods to implement: #11

Closed config-i1 closed 4 years ago

config-i1 commented 4 years ago
  1. cvar() - conditional variance,
  2. predict(), forecast(),
  3. resid(), rstandard(), rstudent(),
  4. plot() with which option, similar to alm(),
  5. vcov(),
  6. confint(),
  7. summary() similar to alm().
config-i1 commented 4 years ago

All of these are done. (1) is called multicov(). Only predict() is left...