model_funcs.state_space_objects

Functions

create_state_space_function_dict()

Return dict with state space functions.

state_specific_choice_set(period, lagged_choice, ...)

Return available choices depending on state.

sparsity_condition(period, lagged_choice, job_offer, ...)

next_period_deterministic_state(period, choice, ...)

next_period_experience(lagged_choice, experience, ...)

Module Contents

model_funcs.state_space_objects.create_state_space_function_dict()

Return dict with state space functions.

model_funcs.state_space_objects.state_specific_choice_set(period, lagged_choice, job_offer, model_specs)

Return available choices depending on state.

model_funcs.state_space_objects.sparsity_condition(period, lagged_choice, job_offer, already_retired, survival, model_specs)
model_funcs.state_space_objects.next_period_deterministic_state(period, choice, lagged_choice)
model_funcs.state_space_objects.next_period_experience(lagged_choice, experience, model_specs)