https://github.com/root-project/root
Revision 07f03a36421680da45fc68605f80602a5bcc95d9 authored by Rene Brun on 06 July 2004, 14:48:42 UTC, committed by Rene Brun on 06 July 2004, 14:48:42 UTC
 a little different approach to approximating the uncertainty in y because of the
 errors in x, is to make it equal the error in x times the slope of the line.
 The improvement, compared to the first method (f(x+ exhigh) - f(x-exlow))/2
 is of (error of x)**2 order. This approach is called "effective variance method".
 This improvement has been made in version 4.00/08 by Anna Kreshuk.


git-svn-id: http://root.cern.ch/svn/root/trunk@9407 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 1514649
History
Tip revision: 07f03a36421680da45fc68605f80602a5bcc95d9 authored by Rene Brun on 06 July 2004, 14:48:42 UTC
Improvement in TGraph::Fit:
Tip revision: 07f03a3

back to top