BaseSolver#
- class BaseSolver(pcov=None, nfev=None, obj_func=None, **kwargs)[source]#
All solver instances inherit from the BaseSolver class.
- Parameters
- pcov#
Pandas DataFrame with the correlation between the optimized parameters.
- Type
- pcor#
Based on pcov, cannot be parsed. Pandas DataFrame with the correlation between the optimized parameters.
- Type
Methods#
Method to calculate the confidence interval for the block response. |
|
Method to calculate the confidence interval for the contribution. |
|
Method to calculate the confidence interval for the simulation. |
|
Method to calculate the confidence interval for the step response. |
|
Method to obtain a parameter sets for monte carlo analyses. |
|
This method is called by all solvers to obtain a series that are minimized in the optimization process. |
|
Method to calculate the prediction interval for the simulation. |
|
Method to set the Pastas Model instance. |
|