I am fitting physics data with a gaussian function. The gaussian function has a mean(where it sits along the nsigma axis), width, and amplitude, along with corresponding errors for these parameters.
Then I do an integral of this fit function from certain sigma ranges to find the efficiency of certain cut ranges. I want to calculate the numerical error on this integral.
After searching on google, most of the results are the gaussian error function or gaussian integral. So I am really struggling with this.