pastas.stressmodels.LinearTrend =============================== .. toctree:: :hidden: /api/pastas/stressmodels/LinearTrend.set_init_parameters /api/pastas/stressmodels/LinearTrend.simulate /api/pastas/stressmodels/LinearTrend.to_dict .. py:class:: pastas.stressmodels.LinearTrend(start: pandas.Timestamp | str, end: pandas.Timestamp | str, name: str = 'trend') Stressmodel that simulates a linear trend. :param start: String with a date to start the trend (e.g., "2018-01-01"), will be transformed to an ordinal number internally. :type start: str :param end: String with a date to end the trend (e.g., "2018-01-01"), will be transformed to an ordinal number internally. :type end: str :param name: String with the name of the stress model. :type name: str, optional .. rubric:: Notes While possible, it is not recommended to vary the parameters for the start and end time of the linear trend. These parameters are usually hard or even impossible to estimate from the data. .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.stressmodels.LinearTrend.set_init_parameters pastas.stressmodels.LinearTrend.simulate pastas.stressmodels.LinearTrend.to_dict