pastas.stressmodels.Constant ============================ .. toctree:: :hidden: /api/pastas/stressmodels/Constant.set_init_parameters /api/pastas/stressmodels/Constant.to_dict .. py:class:: pastas.stressmodels.Constant(name: str = 'constant', initial: float = 0.0) A constant value that is added to the time series model. :param name: Name of the stressmodel. :type name: str, optional :param initial: Initial estimate of the parameter value. For example, the minimum of the observed series. :type initial: float, optional .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.stressmodels.Constant.set_init_parameters pastas.stressmodels.Constant.to_dict