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

Non-separable wealth in utility, for its own sake or bequest motives #1365

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

alanlujan91
Copy link
Member

To be reviewed along with ConsBequestModel

@dedwar65 @ashishk87 please review

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Attention: 333 lines in your changes are missing coverage. Please review.

Comparison is base (d47c7ff) 73.33% compared to head (4923fcc) 71.25%.
Report is 1 commits behind head on master.

❗ Current head 4923fcc differs from pull request most recent head de5ab33. Consider uploading reports for the commit de5ab33 to get more accurate results

Files Patch % Lines
HARK/ConsumptionSaving/ConsWealthPortfolioModel.py 0.00% 333 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1365      +/-   ##
==========================================
- Coverage   73.33%   71.25%   -2.09%     
==========================================
  Files          83       80       -3     
  Lines       13596    13710     +114     
==========================================
- Hits         9971     9769     -202     
- Misses       3625     3941     +316     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@llorracc llorracc self-assigned this Nov 27, 2023
self.fPc = lambda c, a: (1.0 - gamma) * c ** (-gamma) * a**gamma
self.fPa = lambda c, a: gamma * c ** (1.0 - gamma) * a ** (gamma - 1.0)

self.uCD = lambda c, a: self.u(self.f(c, a))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is self.u defined? is it CRRA?

@alanlujan91 alanlujan91 merged commit 638c5ca into econ-ark:master Jan 4, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants