Skip to content
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

Riccati: Add option to use scipy.linalg.solve_discrete_are #362

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

oyamad
Copy link
Member

@oyamad oyamad commented Oct 24, 2017

Close #360

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 94.894% when pulling 6858018 on oyamad:riccati-scipy into 6b1f9a8 on QuantEcon:master.

@oyamad
Copy link
Member Author

oyamad commented Oct 24, 2017

In future PRs, we may add a method option to the following as well:

  • In robustlq.py:

    • RBLQ.robust_rule, RBLQ.F_to_K, RBLQ.K_to_F which call lq.stationary_values
  • In kalman.py:

    • Kalman.stationary_values which calls solve_discrete_riccati
    • Kalman.whitener_lss, Kalman.stationary_coefficients, Kalman.stationary_innovation_covar which call Kalman.stationary_values

@mmcky
Copy link
Contributor

mmcky commented Oct 24, 2017

Thanks @oyamad for this addition -- This looks ready to merge.
I will leave open one more day for any other comment.

@mmcky mmcky added the ready label Oct 24, 2017
@mmcky mmcky merged commit ad6be3e into QuantEcon:master Oct 25, 2017
@oyamad oyamad deleted the riccati-scipy branch October 26, 2017 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants