How to Install and Uninstall python-lmfit-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "python-lmfit-doc" package

Here is a brief guide to show you how to install python-lmfit-doc on Kali Linux

$ sudo apt update $ sudo apt install python-lmfit-doc

2. Uninstall "python-lmfit-doc" package

Please follow the guidance below to uninstall python-lmfit-doc on Kali Linux:

$ sudo apt remove python-lmfit-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-lmfit-doc package on Kali Linux

Package: python-lmfit-doc
Source: lmfit-py
Version: 1.2.2-3
Installed-Size: 8475
Maintainer: Debian Science Maintainers
Architecture: all
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Size: 5457820
SHA256: 46a31e198ad7cc02052065e59d93916352798fbee6651169971eb8173dde71f9
SHA1: 0e000facefb73b317fc2fdb8f1320af3da4d3098
MD5sum: d4b6e3b91b1a3fb0a8d67aa3fd796fd0
Description: Least-Squares Minimization with Constraints (Documentation)
The lmfit Python package provides a simple, flexible interface to
non-linear optimization or curve fitting problems. The package
extends the optimization capabilities of scipy.optimize by replacing
floating pointing values for the variables to be optimized with
Parameter objects. These Parameters can be fixed or varied, have
upper and/or lower bounds placed on its value, or written as an
algebraic expression of other Parameters.
.
The principal advantage of using Parameters instead of simple
variables is that the objective function does not have to be
rewritten to reflect every change of what is varied in the fit, or
what relationships or constraints are placed on the Parameters. This
means a scientific programmer can write a general model that
encapsulates the phenomenon to be optimized, and then allow user of
that model to change what is varied and fixed, what range of values
is acceptable for Parameters, and what constraints are placed on the
model. The ease with which the model can be changed also allows one
to easily test the significance of certain Parameters in a fitting
model.
.
The lmfit package allows a choice of several optimization methods
available from scipy.optimize. The default, and by far best tested
optimization method used is the Levenberg-Marquardt algorithm from
MINPACK-1 as implemented in scipy.optimize.leastsq. This method
is by far the most tested and best support method in lmfit, and much
of this document assumes this algorithm is used unless explicitly
stated. An important point for many scientific analysis is that this
is only method that automatically estimates uncertainties and
correlations between fitted variables from the covariance matrix
calculated during the fit.
.
A few other optimization routines are also supported, including
Nelder-Mead simplex downhill, Powell's method, COBYLA, Sequential
Least Squares methods as implemented in scipy.optimize.fmin, and
several others from scipy.optimize. In their native form, some of
these methods setting allow upper or lower bounds on parameter
variables, or adding constraints on fitted variables. By using
Parameter objects, lmfit allows bounds and constraints for all of
these methods, and makes it easy to swap between methods without
hanging the objective function or set of Parameters.
.
Finally, because the approach derived from MINPACK-1 usin the
covariance matrix to determine uncertainties is sometimes questioned
(and sometimes rightly so), lmfit supports methods to do a brute
force search of the confidence intervals and correlations for sets of
parameters.
.
This is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://lmfit.github.io/lmfit-py/
Built-Using: sphinx (= 7.2.6-4)
Section: doc
Priority: optional
Filename: pool/main/l/lmfit-py/python-lmfit-doc_1.2.2-3_all.deb