Fit
- To: mathgroup at smc.vnet.net
- Subject: [mg76096] Fit
- From: Mathieu G <ellocomateo at free.fr>
- Date: Wed, 16 May 2007 05:29:25 -0400 (EDT)
Hello,
I have an expression of the form:
8000000 Sqrt[2/\[Pi]] (-Erf[(-300 + x)/(4000 Sqrt[2])] +
Erf[(300 + x)/(4000 Sqrt[2])]) (-1/2 Sqrt[\[Pi]/2]
Erf[(-300 + y)/(4000 Sqrt[2])] +
1/2 Sqrt[\[Pi]/2] Erf[(300 + y)/(4000 Sqrt[2])])
how can I make a fit using a 2D Gaussian function of the form
Gaussian2D[x_, y_, Radius_, Amplitude_] :=
Amplitude Exp[-1/2 ((x/Radius)^2 + (y/Radius)^2)];
Thank you for your help!
MG