-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Kalman test needed #128
Labels
Comments
@jstac - Is there an example of where stationary_coefficients are used? They aren't used within the class. |
Yes we have examples in some notebooks under construction
On Mar 7, 2017 6:45 AM, "Long Bui" <[email protected]> wrote:
@jstac <https://github.com/jstac> - Is there an example of where
stationary_coefficients are used? They aren't used within the class.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD22TtCsG8Ss-buJ_4AoTI6Cns5ZnfMXks5rjPz9gaJpZM4Dnu3K>
.
|
Thanks @thomassargent30 . I'm in the process of designing a test for the stationary_coefficients method. I was looking for examples to better understand it. Referencing other related issues:
|
Easy examples are in chapter 2 of Ljungqvist sargent rmt3rd edition. Tom
…On Mar 7, 2017 10:42 AM, "Long Bui" ***@***.***> wrote:
Thanks @thomassargent30 <https://github.com/thomassargent30> . I'm in the
process of designing a test for the stationary_coefficients method. I was
looking for examples to better understand it.
Referencing other related issues:
- QuantEcon/QuantEcon.py#200
<#200> (same issue)
- QuantEcon/QuantEcon.py#199
<#199> (Related
discussion)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD22TmKshp7Nh9Ap4bw9Zom_p4w0xXP1ks5rjTSTgaJpZM4Dnu3K>
.
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added the method
stationary_coefficients
to the Kalman class. Tests needed. (TJS might have ideas on a suitable test, if necessary. Otherwise something straightforward will do.)The text was updated successfully, but these errors were encountered: