Skip to content

Commit

Permalink
update aNrmInitMean
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Feb 6, 2024
1 parent 40b3fe5 commit 66ce1c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simulate/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def build_population(agent_type, parameters, seed=None, dphm=1500):
lucas0_agent_population_params.update(
{
"cycles": 0, # issue 186
"aNrmInitMean": 0.28901524, # calculated using dashboard from default init_portfolio stats
# ln(16.35182266895578) from Numerical Buffer Stock notebook using default params
"aNrmInitMean": 2.79433936935, # calculated using dashboard from default init_portfolio stats
# "aNrmInitMean": 6
# "LivPrb": [0.98**0.25], -- Should this be adjusted?
"PermGroFac": 1.0,
Expand Down

0 comments on commit 66ce1c7

Please sign in to comment.