pastas.model.Model.initialize# Model.initialize(tmin=None, tmax=None, freq=None, warmup=None, noise=None, weights=None, initial=True, fit_constant=True)[source]# Method to initialize the model. This method is called by the solve-method, but can also be triggered manually. See the solve-method for a description of the arguments. Parameters: tmin (Optional[TimestampType]) – tmax (Optional[TimestampType]) – freq (Optional[str]) – warmup (Optional[float]) – noise (Optional[bool]) – weights (Optional[Series]) – initial (bool) – fit_constant (bool) – Return type: None