From 26a172bbab4367c1740b9936a9973eaa571f2569 Mon Sep 17 00:00:00 2001 From: sb Date: Fri, 13 Jan 2023 09:35:14 -0500 Subject: [PATCH] removing unused old Mtp1 code, fixes #596 --- HARK/ConsumptionSaving/ConsIndShockModel.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/HARK/ConsumptionSaving/ConsIndShockModel.py b/HARK/ConsumptionSaving/ConsIndShockModel.py index 94fe37084..5a1099fea 100644 --- a/HARK/ConsumptionSaving/ConsIndShockModel.py +++ b/HARK/ConsumptionSaving/ConsIndShockModel.py @@ -3302,21 +3302,6 @@ def check_conditions(self, verbose=None): _log.warning("DiscFacGPFNrmMax = %2.6f " % (self.DiscFacGPFNrmMax)) _log.warning("DiscFacGPFAggLivPrbMax = %2.6f " % (self.DiscFacGPFAggLivPrbMax)) - def Ex_Mtp1_over_Ex_Ptp1(self, mNrm): - cNrm = self.solution[-1].cFunc(mNrm) - aNrm = mNrm - cNrm - Ex_Ptp1 = PermGroFac[0] - Ex_bLev_tp1 = aNrm * self.Rfree - Ex_Mtp1 = Ex_bLev_tp1 - return Ex_Mtp1 / Ex_Ptp1 - - def Ex_mtp1(self, mNrm): - cNrm = self.solution[-1].cFunc(mNrm) - aNrm = mNrm - cNrm - Ex_bNrm_tp1 = aNrm * self.Rfree * self.Ex_PermShkInv / self.PermGroFac[0] - Ex_Mtp1 = (Ex_bNrm_tp1 + 1) * Ex_Ptp1 # mean TranShk and PermShk are 1 - return Ex_Mtp1 / Ex_Ptp1 - def calc_stable_points(self): """ If the problem is one that satisfies the conditions required for target ratios of different