Skip to content

Commit

Permalink
update environment and bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Sep 20, 2024
1 parent 49e8db3 commit 1539e83
Show file tree
Hide file tree
Showing 5 changed files with 3,833 additions and 1,590 deletions.
6 changes: 4 additions & 2 deletions code/estimark/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
from HARK.Calibration.Income.IncomeTools import Cagetti_income, parse_income_spec
from HARK.Calibration.life_tables.us_ssa.SSATools import parse_ssa_life_table
from HARK.distribution import DiscreteDistribution
from HARK.ConsumptionSaving.ConsPortfolioModel import PortfolioConsumerType_constructors_default
from HARK.ConsumptionSaving.ConsPortfolioModel import (
PortfolioConsumerType_constructors_default,
)
from HARK.ConsumptionSaving.ConsWealthPortfolioModel import make_ChiFromOmega_function

# ---------------------------------------------------------------------------------
Expand Down Expand Up @@ -83,7 +85,7 @@
bounds_WealthShift = [0.0, 100.0] # Bounds for the wealth shift parameter

init_BeqFac = 1.0 # Initial guess of the bequest factor
bounds_BeqFac = [0.0, 10000.0] # Bounds for the bequest factor
bounds_BeqFac = [0.0, 100.0] # Bounds for the bequest factor

init_BeqShift = 0.0 # Initial guess of the bequest shift parameter
bounds_BeqShift = [0.0, 70.0] # Bounds for the bequest shift parameter
Expand Down
Loading

0 comments on commit 1539e83

Please sign in to comment.