Skip to content

Commit 2e1a0fa

Browse files
committed
clean
1 parent b62b91c commit 2e1a0fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DiscretizationMethods/discretizeLifeCycleAR1_KFTT/discretizeLifeCycleAR1_KFTT.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function [z_grid_J, pi_z_J,jequaloneDistz,otheroutputs] = discretizeLifeCycleAR1_KFTT(mew,rho,sigma,znum,J,kfttoptions)
2-
% Please cite: Kirkby (working paper)
2+
% Please cite: Kirkby (2025) - Discretizing Earnings Dynamics: Implications of Gaussian-Mixture Shocks for Life-Cycle Models
33
%
44
% KFTT discretization method for a 'life-cycle non-stationary AR(1) process with
55
% gaussian innovations'.
@@ -44,7 +44,7 @@
4444
%
4545
% !========================================================================%
4646
% Original paper:
47-
% Kirkby (working paper)
47+
% Kirkby (2025) - Discretizing Earnings Dynamics: Implications of Gaussian-Mixture Shocks for Life-Cycle Models
4848

4949
mewz=zeros(1,J); % period j mean of z
5050
sigmaz = zeros(1,J); % period j std dev of z

DiscretizationMethods/discretizeLifeCycleAR1wGM_KFTT/discretizeLifeCycleAR1wGM_KFTT.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function [z_grid_J, pi_z_J, jequaloneDistz,otheroutputs] = discretizeLifeCycleAR1wGM_KFTT(mew,rho,mixprobs_i,mu_i,sigma_i,znum,J,kfttoptions)
2-
% Please cite: Kirkby (working paper)
2+
% Please cite: Kirkby (2025) - Discretizing Earnings Dynamics: Implications of Gaussian-Mixture Shocks for Life-Cycle Models
33
%
44
% KFTT discretization method for a 'life-cycle non-stationary AR(1) process with
55
% gaussian-mixture innovations'.
@@ -38,7 +38,7 @@
3838
%
3939
% !========================================================================%
4040
% Original paper:
41-
% Kirkby (working paper)
41+
% Kirkby (2025) - Discretizing Earnings Dynamics: Implications of Gaussian-Mixture Shocks for Life-Cycle Models
4242

4343
mewz=zeros(1,J); % period j mean of z
4444
sigmaz = zeros(1,J);

0 commit comments

Comments
 (0)