iode.model_simulate_scc
- iode.model_simulate_scc(sample_from: str, sample_to: str, pre_listname: str = '_PRE', inter_listname: str = '_INTER', post_listname: str = '_POST', eps: float = 0.0001, relax: float = 1.0, maxit: int = 100, init_values: int = 0, debug: bool = False, newton_eps: float = 1e-06, newton_maxit: int = 50, newton_debug: bool = False)[source]