From 40b3fe51e858b7d47c32b04c55c3f87c73bfafaf Mon Sep 17 00:00:00 2001 From: Alan Lujan Date: Tue, 6 Feb 2024 09:37:38 -0500 Subject: [PATCH] set aNrmInitMean --- simulate/parameters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulate/parameters.py b/simulate/parameters.py index bebcba9..f6b4a1e 100644 --- a/simulate/parameters.py +++ b/simulate/parameters.py @@ -96,7 +96,7 @@ def build_population(agent_type, parameters, seed=None, dphm=1500): lucas0_agent_population_params.update( { "cycles": 0, # issue 186 - "aNrmInitStd": 0.28901524, # calculated using dashboard from default init_portfolio stats + "aNrmInitMean": 0.28901524, # calculated using dashboard from default init_portfolio stats # "aNrmInitMean": 6 # "LivPrb": [0.98**0.25], -- Should this be adjusted? "PermGroFac": 1.0,