ruspy.estimation.criterion_function.get_criterion_function

ruspy.estimation.criterion_function.get_criterion_function(init_dict, df)[source]

This function specifies the criterion function with its derivative, transition probabilites (for NXFP and MPEC) as well as the contraint function with its derivative (for MPEC).

Parameters
init_dictdictionary

see Estimation initialization dictionary

dfpandas.DataFrame

see The input data

Returns
func_dict

see Cost parameter estimation

transition_resultsdictionary

see Transition results