iode.model_simulate
- iode.model_simulate(sample_from: str, sample_to: str, eqs_list=None, endo_exo_list=None, eps: float = 0.0001, relax: float = 1.0, maxit: int = 100, init_values: int = 0, sort_algo: int = 1, nb_passes: int = 5, debug: bool = False, newton_eps: float = 1e-06, newton_maxit: int = 50, newton_debug: bool = False)[source]