Go to the source code of this file.
Namespaces | |
namespace | analysis.gauss_deriv_fit |
Classes | |
class | gauss_deriv_fit |
Variables | |
string | _rcsid = "$Id: gauss_deriv_fit.py,v 1.3 2003/05/30 13:31:55 mendenhall Release-20030716 $" |
tuple | x = gauss_deriv_fit() |
tuple | xlist = Numeric.array(range(100),Numeric.Float) |
tuple | ylist = x.compute_funcvals(params=[z0, a, xmu, xsigma], xvals=xlist) |