Getting the confidence interval of a multipeak fitting

I am using version 6.37 of Igor and I want to know how do I calculate the confidence interval of the results of the multipeak fitting. I am using this tool to deconvolute the peaks that make up a complex Raman band. I've been reading the manual but I still can't find how to do this. Thanks for any help.

Execute this command to read a bit from the Curve Fitting help:

DisplayHelpTopic "Calculating Confidence Intervals After the Fit"

Using Multipeak Fit 2, you will need to compute the confidence intervals yourself after the fit is done. The reported standard deviations will be the input to the computations.

Multipeak Fitting is just a complicated curve fit. Indeed, you need to know where to find the coefficients and the sigmas. You will find inside the data folder root:Packages:MultiPeakFit2: a data folder for each fitted set. The name is MPF_SetFolder_n where n is the set number. Each peak has a coefficient wave, "Peak n Coefs" where n is the peak number. There are also sigma waves, w_sigma_n, where n is the peak number.

Thanks but I found an easier way to do it by using the Chi square value and the number of fitted points.

Would you be willing to post something about what you did for the benefit of others who might see this post? I'm wondering if I misunderstood your original question.