pyperfectforesight.compute_steady_state_numerical#
- pyperfectforesight.compute_steady_state_numerical(equations, vars_dyn, params_dict, initial_guess=None)[source]#
Compute steady state numerically by solving the system where all time-indexed variables are set to their steady-state values
Parameters:#
- equationslist
List of model equations
- vars_dynlist
List of dynamic variable names
- params_dictdict
Parameter values
- initial_guessndarray, optional
Initial guess for steady state values (default: ones)
Returns:#
ndarray : Steady state values for each variable in vars_dyn