-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
ConsRiskySolver #1108
Merged
Merged
ConsRiskySolver #1108
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
16a4f98
create ConsRiskySolver
alanlujan91 d94c2d9
Update ConsRiskyAssetModel.py
alanlujan91 e71a6bc
Update ConsRiskyAssetModel.py
alanlujan91 665bac1
Update ConsRiskyAssetModel.py
alanlujan91 21f6e20
Update ConsRiskyAssetModel.py
alanlujan91 aa74667
Update ConsIndShockModel.py
alanlujan91 394613a
Update ConsRiskyAssetModel.py
alanlujan91 a156122
Update ConsRiskyAssetModel.py
alanlujan91 135a563
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 fa29229
add IndepDstnBool
alanlujan91 2463e8e
Update ConsRiskyAssetModel.py
alanlujan91 05b0216
Update ConsIndShockModel.py
alanlujan91 6fffd00
Update ConsRiskyAssetModel.py
alanlujan91 bb10b78
Update ConsRiskyAssetModel.py
alanlujan91 b2194df
Update ConsRiskyAssetModel.py
alanlujan91 989bb54
Create example_ConsRiskyAssetModel.py
alanlujan91 074c810
Update ConsRiskyAssetModel.py
alanlujan91 5b40457
move example
alanlujan91 d40f327
Update example notebook
alanlujan91 43645ba
Optimize share by linear interpolation
alanlujan91 3c0c903
Update ShareGrid
alanlujan91 d83b0c8
Remove limits
alanlujan91 3247549
Update borrowing constraint
alanlujan91 719dad3
Calculate preIncShkvPfunc
alanlujan91 aac7edf
Use preInc and preRisky solvers
alanlujan91 8e6720a
Update vFunc
alanlujan91 8c0a44c
Update ConsBasicPortfolioSolver
alanlujan91 83b73fe
Add RiskyReturnGivenFixedPortfolioShareType
alanlujan91 bdc2ca6
Add Fixed Share solver
alanlujan91 23b9feb
Update example_ConsRiskyAssetModel.ipynb
alanlujan91 bbf9dc3
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 e639c4e
Update ConsPortfolio
alanlujan91 e47f383
Update ConsRiskyAssetModel.py
alanlujan91 a655627
Update RiskyAsset Examples
alanlujan91 48f50b3
Solve some tests
alanlujan91 cad4ca3
Update ConsRiskyAssetModel.py
alanlujan91 ffe00a9
Changes with CDC
alanlujan91 c04144d
Rfree not time varying yet
alanlujan91 7db9a04
ShareGrid from 0.0
alanlujan91 b339653
fix exponent bug
alanlujan91 79f56ba
fix notebook
alanlujan91 d66344e
remove limit mechanism until it's figured out
alanlujan91 e8f3057
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 be5f870
Initial distribution engines
alanlujan91 7a4d0b7
Make Rfree time varying
alanlujan91 771c4e7
fix Rfree bug
alanlujan91 235c07d
update tests
alanlujan91 ec95618
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 aa69b35
update notebooks
alanlujan91 488c740
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 e87c60a
cFunc Limit
alanlujan91 c5a48de
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 af0800e
finalize risky asset consumer type
alanlujan91 ec556b7
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 0fdf887
add doc to PortfolioBool
alanlujan91 1c87d99
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 f103063
fix calc_expectations bug
alanlujan91 0f87675
update changelog
alanlujan91 10bf946
add PortfolioBisect option to be implemented later
alanlujan91 23b703d
fix bugs
alanlujan91 94159d6
Merge remote-tracking branch 'upstream/master' into risky_cism
alanlujan91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the documentation for this variable? It could go in the docstring.
Why is this variable named in CamelCase rather than snake_case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to name it in a similar pattern to
CubicBool
andvFuncBool