Origin Version : 7.0 Operating System: Win XP I am trying to fit a curve with Gaussian and Lorentzian. I use the following eqution for fitmulti-peak fit (setting to y-script) (peak2 is Lorenzian Function); peak1=Ag*exp(-(x-xg)^2/(2*wg^2)); peak2=Al*wl/((x-xl)^2+wl^2); y=y0+peak1+peak2; But,i do not know how to set the Parameter Initialization! Please advice!!! Really need the help!!!