Path to this page:
Subject: CVS commit: wip/py-lsqfit
From: Kamel Derouiche
Date: 2013-08-31 22:23:39
Message id: E1VFri8-0000KU-Sm@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
Import py27-lsqfit-4.5.1 as wip/py-lsqfit.
These packages facilitate least-squares fitting of noisy data by
multi-dimensional, nonlinear functions of arbitrarily many
parameters. The central package is :mod:`lsqfit` which provides
the fitting capability. :mod:`lsqfit` makes heavy use of package
:mod:`gvar`, which provides tools for the analysis of error
propagation, and also for the creation of complicated
multi-dimensional gaussian distributions. :mod:`lsqfit` supports
Bayesian priors for the fit parameters, with arbitrarily
complicated multidimensional gaussian distributions. It uses
automatic differentiation to compute gradients, greatly simplifying
the design of fit functions.
Files: