./math/py-lmfit, Least-squares minimization with bounds and constraints

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q2, Version: 0.9.9, Package name: py27-lmfit-0.9.9, Maintainer: prlw1

A library for least-squares minimization and data fitting in Python.
Built on top of scipy.optimize, lmfit provides a Parameter object
which can be set as fixed or free, can have upper and/or lower
bounds, or can be written in terms of algebraic constraints of
other Parameters. The user writes a function to be minimized as a
function of these Parameters, and the scipy.optimize methods are
used to find the optimal values for the Parameters. The
Levenberg-Marquardt (leastsq) is the default minimization algorithm,
and provides estimated standard errors and correlations between
varied Parameters. Other minimization methods, including Nelder-Mead's
downhill simplex, Powell's method, BFGS, Sequential Least Squares,
and others are also supported. Bounds and contraints can be placed
on Parameters for all of these methods.

In addition, methods for explicitly calculating confidence intervals
are provided for exploring minmization problems where the approximation
of estimating Parameter uncertainties from the covariance matrix
is questionable.


Required to run:
[devel/py-setuptools] [lang/py-six] [lang/python27] [math/py-numpy] [math/py-scipy] [math/py-asteval]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: a9f10957b05333f9af4f5a5fa1513e7232d376d2
RMD160: b2891fa6b125ea11e88769dc31704e681cde91a8
Filesize: 1538 KB

Version history: (Expand)