ruspy.estimation.est_cost_params.create_state_matrix¶
-
ruspy.estimation.est_cost_params.create_state_matrix(states, num_states)[source]¶ This function constructs a auxiliary matrix for the log-likelihood of the cost parameters.
- Parameters
- states
numpy.array All mileage state observations.
- num_states
python:int The size of the state space.
- states
- Returns
- state_mat
numpy.array see State matrix
- state_mat