pastas.stressmodels.Constant ============================ .. toctree:: :hidden: /api/pastas/stressmodels/Constant.set_init_parameters /api/pastas/stressmodels/Constant.simulate /api/pastas/stressmodels/Constant.to_dict .. py:class:: pastas.stressmodels.Constant(initial: float = 0.0, name: str = 'constant') A constant value that is added to the time series model. :param initial: Initial estimate of the parameter value. For example, the minimum of the observed series. :type initial: float, optional :param name: Name of the stressmodel. Default is "constant". :type name: str, optional .. !! processed by numpydoc !! .. py:property:: stresses :type: tuple Return the stresses used by the stress model. .. !! processed by numpydoc !! .. py:property:: nsplit :type: int Determine in how many time series the contribution can be split. .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.stressmodels.Constant.set_init_parameters pastas.stressmodels.Constant.simulate pastas.stressmodels.Constant.to_dict