pastas.solver.least_squares.LeastSquaresBase#
- class pastas.solver.least_squares.LeastSquaresBase(name: str = 'solver', pcov: pandas.DataFrame | None = None, **kwargs)#
Base class for least squares solvers.
- property pcor: pandas.DataFrame | None#
Property to obtain the parameter correlations from the covariance matrix.
- Returns:
pcor – Pandas DataFrame with the correlations for the parameters. If pcov is None, returns None.
- Return type:
pandas.DataFrame or None
Methods#
|
Obtain a parameter sets for monte carlo analyses. |
|
Calculate the prediction interval for the simulation. |
|
Calculate the confidence interval for the simulation. |
|
Calculate the confidence interval for the block response. |
|
Calculate the confidence interval for the step response. |
|
Calculate the confidence interval for the contribution. |
|
Solve the optimization problem. |
|
Report on the fit after a model is optimized. |
|
Convert solver to a dictionary. |