LmfitSolve#
- class LmfitSolve(pcov=None, nfev=None, **kwargs)[source]#
Solving the model using the LmFit [Newville et al., 2019].
This is basically a wrapper around the scipy solvers, adding some cool functionality for boundary conditions.
Notes
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. |
|