dcegm.interpolation.interp_interfaces

Functions

interpolate_value_for_state_and_choice(...)

Interpolate the value for a state and choice given the respective grids.

interpolate_policy_for_state_and_choice(...)

Interpolate the value for a state and choice given the respective grids.

interpolate_policy_and_value_for_state_and_choice(...)

_interp_policy_and_value_multidim_dj_for_state_choice(...)

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, model_structure)

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, value_grid_state_choice, endog_grid_state_choice, state_choice_vec, params, model_config, model_funcs, model_structure)

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, model_structure)
dcegm.interpolation.interp_interfaces._interp_policy_and_value_multidim_dj_for_state_choice(policy_grid_state_choice, value_grid_state_choice, endog_grid_state_choice, state_choice_vec, additional_continuous_state_grids, continuous_state_space, continuous_state_names, compute_utility, params, discount_factor)