pastas.model.Model.initialize ============================= .. py:method:: pastas.model.Model.initialize(tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None, freq: str | None = None, warmup: float | None = None, noise: bool | None = None, weights: pandas.Series | None = None, initial: bool = True, fit_constant: bool = True, freq_obs: str | None = None) -> None 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. .. !! processed by numpydoc !!