Get statistical uncertainty for the mean of a histograms

Hi,

Can someone please suggest how can the uncertainty in the mean of a histogram be defined, especially for a non Gaussian distribution wherein fitting and getting FWHM not possible?

Thanks a lot

Hi,

You can see how ROOT does it with the TH1::GetMeanError method.

Cheers,
D

Thanks a lot,
Seems I missed it before.