dcegm.interpolation.interp_interfaces¶
Functions¶
Interpolate the value for a state and choice given the respective grids. |
|
Interpolate the value for a state and choice given the respective grids. |
|
Module Contents¶
- dcegm.interpolation.interp_interfaces.interpolate_value_for_state_and_choice(value_grid_state_choice, endog_grid_state_choice, state_choice_vec, params, model_config, model_funcs)¶
Interpolate the value for a state and choice given the respective grids.
- dcegm.interpolation.interp_interfaces.interpolate_policy_for_state_and_choice(policy_grid_state_choice, endog_grid_state_choice, state_choice_vec, model_config)¶
Interpolate the value for a state and choice given the respective grids.
- dcegm.interpolation.interp_interfaces.interpolate_policy_and_value_for_state_and_choice(value_grid_state_choice, policy_grid_state_choice, endog_grid_state_choice, state_choice_vec, params, model_config, model_funcs)¶