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

Intertemporal Asset Pricing using scipy.optimize.broyden1 #39

Closed
danielkdimitrov opened this issue Aug 1, 2019 · 2 comments
Closed

Comments

@danielkdimitrov
Copy link

danielkdimitrov commented Aug 1, 2019

scipy.optimize.broyden1 requires a parameter alpha representing the Jacobian of the function. What would be a good guess for it considering the asset pricing equations (5) and (7) from the script?

@rebekahanne
Copy link
Contributor

@danielkdimitrov: I don't think alpha is actually a required parameter, and I was able to get a solution without using the Jacobian. I was able to use broyden1 just with an objective function and initial guess. Looking at the documentation, alpha is optional.

@danielkdimitrov
Copy link
Author

@rebekahanne You're right. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants