pastas.solver.least_squares.LeastSquares.get_stderr =================================================== .. py:method:: pastas.solver.least_squares.LeastSquares.get_stderr(pcov: pandas.DataFrame) -> pandas.Series :staticmethod: Calculate the standard error of the parameters from the covariance matrix. :param pcov: The covariance matrix of the parameters. :type pcov: pandas.DataFrame :returns: Series with the standard errors for each parameter. :rtype: pandas.Series .. !! processed by numpydoc !!