Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
model_gauss
Define Gaussian fit model y = 1/sqrt(2*pi)/sigma * exp(- 1/2*((x-x0)/sigma)^2)
CAFE
fitmodel
x - Input x value array. Should be double precision. parameter - Parameter to compute model. Must contain 2 values.
gauss:x0 - Center of the Gaussian curve (mean value) gauss:sigma - Width of the Gaussian curve.
y = 1/sqrt(2*pi*sigma)*exp(-(1/2*(x-x0)/sigma)^2)
None
$Id: cafe_model_gauss.pro,v 1.11 2004/06/23 15:29:10 goehler Exp $
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]