Estimating the decay parameter in Exponentially Weighted Moving Average (EWMA) model #1314
-
Given the data y_t, t=1, ... ,N; I would like to estimate the decay parameter "lambda" in Exponentially Weighted Moving Average (EWMA) model, such that y_{t+1} = \sum_{k=0}^K lambda^k y_{t - k} + errors_t, I am wondering, can Yalmip solve this nonlinear least squares problem? Is it possible to make this problem more "friendly" by changing of the variables? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm a bit confused by the notation/formulation. No driving input to the filter? Regardless I don't see any simple fix. Surely there are methods in the associated literature if this is considered a standard setup Having said that, for small problems a global solver has no problems solving this
|
Beta Was this translation helpful? Give feedback.
I'm a bit confused by the notation/formulation. No driving input to the filter?
Regardless I don't see any simple fix. Surely there are methods in the associated literature if this is considered a standard setup
Having said that, for small problems a global solver has no problems solving this