ruspy.model_code.fix_point_alg.solve_equ_system_fixp

ruspy.model_code.fix_point_alg.solve_equ_system_fixp(fixp_vector, ev, trans_mat, obs_costs, disc_fac)[source]

Solving the multiple used equation system, deviated from the implicit function theorem

Parameters
fixp_vector: numpy.ndarray

A state space sized containing the right hand side of the euqation.

evnumpy.ndarray

see Expected value of maintenance

trans_matnumpy.ndarray

see Transition matrix

obs_costsnumpy.ndarray

see Observed costs

disc_facnumpy.float

see Discount factor

Returns
solnumpy.ndarray

The state space sized solution of the equation.