fractional retire rate = f(time since hire)
Posted: Fri May 09, 2008 5:14 am
Problem: a predictive model of workforce dynamics.
Given:
1) initial values, at the start of a certain year, of workforce stocks by 5 year age groups from 21 to 75.
2) retire fraction for each 5 year age group over 50
3) hire fractions by 5 year age group, used to replace retirements, resignations, and for business growth additions.
4) resign fractions by year from hire, up to about 15 years from hire when the fraction becomes miniscule. Right now I have one set of data that is the average for the firm, but I expect to discover that such fractions are available by year of hire
I've built a subscripted model to address 1, 2, and 3 above. I chose to use less realistic first order delays of inputs to outputs from each age group rather than realistic fixed delays because the fixed delays don't allow for aging of the initial stocks, and the purpose of the model is to approximatly determine when contraints on hiring will be unable to keep up with the retiring baby boomers (a predictive model, unfortunately), and so the aging of the initial stocks is very important, since this time is close at hand. Later we will hopefully move the model from being in 5 year age groups to 1 year age groups which should improve (but obviously not perfect) model fidelity to reality.
My problem is how to add structure to handle #4 above. One thought I've had is to build a little fifteen year structure on the side whose sole function is to calculate retire rates by year. I was thinking to subscript that little structure by hire year. Somehow (I don't know how yet), these yearly resign flows from the 15 year side model would be summed by age group to calculate the resign rates from the main model. Hire inflows to the 15 year side model would come from the main model (but I don't know how to capture the year). Does anyone have any thoughts on this or other approaches that could would work? Could it somehow be done without using such a side model? Thanks!
Given:
1) initial values, at the start of a certain year, of workforce stocks by 5 year age groups from 21 to 75.
2) retire fraction for each 5 year age group over 50
3) hire fractions by 5 year age group, used to replace retirements, resignations, and for business growth additions.
4) resign fractions by year from hire, up to about 15 years from hire when the fraction becomes miniscule. Right now I have one set of data that is the average for the firm, but I expect to discover that such fractions are available by year of hire
I've built a subscripted model to address 1, 2, and 3 above. I chose to use less realistic first order delays of inputs to outputs from each age group rather than realistic fixed delays because the fixed delays don't allow for aging of the initial stocks, and the purpose of the model is to approximatly determine when contraints on hiring will be unable to keep up with the retiring baby boomers (a predictive model, unfortunately), and so the aging of the initial stocks is very important, since this time is close at hand. Later we will hopefully move the model from being in 5 year age groups to 1 year age groups which should improve (but obviously not perfect) model fidelity to reality.
My problem is how to add structure to handle #4 above. One thought I've had is to build a little fifteen year structure on the side whose sole function is to calculate retire rates by year. I was thinking to subscript that little structure by hire year. Somehow (I don't know how yet), these yearly resign flows from the 15 year side model would be summed by age group to calculate the resign rates from the main model. Hire inflows to the 15 year side model would come from the main model (but I don't know how to capture the year). Does anyone have any thoughts on this or other approaches that could would work? Could it somehow be done without using such a side model? Thanks!