-
- Downloads
From Anna:
- TFormula::EvalPar() is not changing parameters (the fParams data member) when a user passes his own uparams array as a second argument. Before - sometimes it did, sometimes it didn't. - TF1::GradientPar() is now 0 on fixed parameters - TFitter::GetConfidenceIntervals() is now taking the fixed parameters into account - TLinearFitter::GetConfidenceIntervals() is now taking the fixed parameters into account - TLinearFitter::FixParameter() can now be called before a first fit is performed (an accidently found bug :)) - TLinearFitter::Eval() now returns 1 if there are errors in the fit. According changes in: --TH1 --TGraph --TGraph2D --TMultiGraph git-svn-id: http://root.cern.ch/svn/root/trunk@16279 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- graf/src/TGraph.cxx 3 additions, 3 deletionsgraf/src/TGraph.cxx
- graf/src/TMultiGraph.cxx 3 additions, 3 deletionsgraf/src/TMultiGraph.cxx
- hist/src/TF1.cxx 24 additions, 11 deletionshist/src/TF1.cxx
- hist/src/TFormula.cxx 48 additions, 36 deletionshist/src/TFormula.cxx
- hist/src/TGraph2D.cxx 3 additions, 3 deletionshist/src/TGraph2D.cxx
- hist/src/TH1.cxx 4 additions, 2 deletionshist/src/TH1.cxx
- minuit/inc/TLinearFitter.h 7 additions, 7 deletionsminuit/inc/TLinearFitter.h
- minuit/src/TFitter.cxx 54 additions, 8 deletionsminuit/src/TFitter.cxx
- minuit/src/TLinearFitter.cxx 54 additions, 40 deletionsminuit/src/TLinearFitter.cxx
Loading
Please register or sign in to comment