Replies: 2 comments 1 reply
-
Hi Tos - honestly, this has been confusing for me myself as well :)) For a
long time, I believed that relative=true is the way to go, keeping one of
the std devs as the "numeraire", and estimating the common variance/std
scale factor in each run of the kalman filter.
But from my hands-on practical experience, it does always work that way
(remains a bit of mystery to me, still:).
So in short, I don't know :)
Also notice that because of the confusion the relative=true option
sometimes introduces, I chose to declare the default value for the option
to be false in the new implementation of the kalman filter - the
"kalmanFilter" function, which is also used in the estimate function.
Perhaps a disappointing answer, but that's life...
Best
Jaromir
…On Tue, Nov 29, 2022 at 11:07 AM tosapola ***@***.***> wrote:
Hi,
The question may sound simple, but I'm confused about this for years.
What is the best practice for estimation std dev of shocks?
Since normally use relative std dev in Kalman Filter, so, is it correct
that we always have to keep std dev of a shock fixed as "numeraire"? If
yes, how should we report "true" std dev of all shocks? And yes, there is a
scaling factor, but should it apply to all of those Bayesian elements,
i.e., prior, posterior, mode.
Or, there is another way to do it properly by turning relative off? And
this way, finding the appropriate starting points seems to be a challenge.
Pros/Cons of both ways?
Best,
Tos
—
Reply to this email directly, view it on GitHub
<#357>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCVKKRGTKATXRG4HBE7N73WKWTUVANCNFSM6AAAAAASOEKG3M>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, Would the Currently I estimated my parameters of a model using the estimate function, and want to update my SD of shocks before running the Kalman Filter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The question may sound simple, but I'm confused about this for years.
What is the best practice for estimation std dev of shocks?
Since normally use relative std dev in Kalman Filter, so, is it correct that we always have to keep std dev of a shock fixed as "numeraire"? If yes, how should we report "true" std dev of all shocks? And yes, there is a scaling factor, but should it apply to all of those Bayesian elements, i.e., prior, posterior, mode.
Or, there is another way to do it properly by turning relative off? And this way, finding the appropriate starting points seems to be a challenge.
Pros/Cons of both ways?
Best,
Tos
Beta Was this translation helpful? Give feedback.
All reactions