pastas.model.Model.get_parameters ================================= .. py:method:: pastas.model.Model.get_parameters(name: str | None = None) -> pastas.typing.ArrayLike Method to obtain the parameters needed for calculation. This method is used by the simulation, residuals and the noise methods as well as other methods that need parameters values as arrays. :param name: string with the name of the pastas.stressmodel object. :type name: str, optional :returns: **p** -- NumPy array with the parameters used in the time series model. :rtype: array_like .. !! processed by numpydoc !!