-
-
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
Quadrature routines #17
Conversation
ENH: Pulled the travis, coverall, and badges to the master branch. test TRAVIS: Still testing. TRAVIS: Still testing. TRAVIS: Still testing. TRAVIS: Still testing.
Chase had this right, but I stopped explicitly importing exp and only import math.
There are 68 of them 😏
Hey John, I think I have gone through the points in your email from 07-15 and this is ready to merge. I added some of Mario's new examples (in the CE 2014 source) to the example notebook. There are still a couple of minor things to clean up on this code (a couple of docstrings and a reminder that we could beef up the pedagogy in the example notebook) and I have documented it in issue #31. If you are ok merging, I think it is ready. |
Well done guys, great work finishing this up. |
I was writing a comment, but I was slightly too late and John closed the issue before.
meaning that the first order varies faster. Now, if you want to represent values on this grid by a 2d array vals such that vals[i,j] contains values, then when you do vals.ravel(), you don't enumerate points in the same order because last index is supposed to vary faster. This is quite annoying.
|
A possible idea would be to rename |
As for a |
I think the quadrature routines from Miranda and Fackler are ready to be incorporated into the master branch.
I'm opening this PR to start the review process.
Eventually, we should probably update the examples notebook to provide a bit more exposition explaining how to use the functions as well as adding the new
demqua##.m
routines in Miranda's 2014 version of CompEcon.