pastas.solver.least_squares.LeastSquares.get_stderr#
- static pastas.solver.least_squares.LeastSquares.get_stderr(pcov: pandas.DataFrame) pandas.Series#
Calculate the standard error of the parameters from the covariance matrix.
- Parameters:
pcov (pandas.DataFrame) – The covariance matrix of the parameters.
- Returns:
Series with the standard errors for each parameter.
- Return type: