scripts.move_out_rate
Evaluate the inhabit matrices and move out matrices created by inhabit_matrix.py.
This module provides functionality to calculate and predict move-out rates (MOR) for different household types based on historical data. It uses linear regression to extrapolate future move-out rates and applies various factors to adjust the rates based on scenario-specific parameters.
Functions
|
Apply adjustment factors to move-out rates for specific demographic segments. |
|
Create move-out rate matrix for a specific year and save to file. |
|
Interpolate factor values between two years on a yearly basis. |
|
Apply linear regression to predict future values. |
|
Load factors from move_out_rate_input.xlsx file and apply yearly interpolation. |