-
- Downloads
- fix a problem returning the covariance matrix when fit failed. Now all...
- fix a problem returning the covariance matrix when fit failed. Now all minimizer implements CovMatrixStatus() when they calculate the covariance matrix. Add in FitResult method to return covariance matrix status - Add a flag in interface of Minimizer::GetMinosError to do separatly positive or negative errors - fix usage of default minimizer from what is defined in etc/system.rootrc - improve comment in TH1::Fit and TGraph::Fit for usage of TFitResultPtr git-svn-id: http://root.cern.ch/svn/root/trunk@31604 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- hist/hist/src/TFitResult.cxx 9 additions, 0 deletionshist/hist/src/TFitResult.cxx
- hist/hist/src/TGraph.cxx 54 additions, 7 deletionshist/hist/src/TGraph.cxx
- hist/hist/src/TH1.cxx 27 additions, 19 deletionshist/hist/src/TH1.cxx
- math/fumili/inc/TFumiliMinimizer.h 9 additions, 0 deletionsmath/fumili/inc/TFumiliMinimizer.h
- math/mathcore/inc/Fit/FitResult.h 8 additions, 2 deletionsmath/mathcore/inc/Fit/FitResult.h
- math/mathcore/inc/Math/Minimizer.h 6 additions, 2 deletionsmath/mathcore/inc/Math/Minimizer.h
- math/mathcore/inc/Math/MinimizerOptions.h 2 additions, 12 deletionsmath/mathcore/inc/Math/MinimizerOptions.h
- math/mathcore/src/Factory.cxx 5 additions, 5 deletionsmath/mathcore/src/Factory.cxx
- math/mathcore/src/FitConfig.cxx 9 additions, 4 deletionsmath/mathcore/src/FitConfig.cxx
- math/mathcore/src/FitResult.cxx 32 additions, 25 deletionsmath/mathcore/src/FitResult.cxx
- math/mathcore/src/MinimizerOptions.cxx 42 additions, 9 deletionsmath/mathcore/src/MinimizerOptions.cxx
- math/mathmore/inc/Math/GSLMinimizer.h 0 additions, 5 deletionsmath/mathmore/inc/Math/GSLMinimizer.h
- math/mathmore/inc/Math/GSLNLSMinimizer.h 3 additions, 7 deletionsmath/mathmore/inc/Math/GSLNLSMinimizer.h
- math/mathmore/inc/Math/GSLSimAnMinimizer.h 0 additions, 2 deletionsmath/mathmore/inc/Math/GSLSimAnMinimizer.h
- math/mathmore/src/GSLMultiFit.h 2 additions, 1 deletionmath/mathmore/src/GSLMultiFit.h
- math/mathmore/src/GSLNLSMinimizer.cxx 12 additions, 1 deletionmath/mathmore/src/GSLNLSMinimizer.cxx
- math/minuit/inc/TLinearMinimizer.h 6 additions, 0 deletionsmath/minuit/inc/TLinearMinimizer.h
- math/minuit/inc/TMinuitMinimizer.h 1 addition, 1 deletionmath/minuit/inc/TMinuitMinimizer.h
- math/minuit/src/TMinuitMinimizer.cxx 1 addition, 1 deletionmath/minuit/src/TMinuitMinimizer.cxx
- math/minuit2/inc/Minuit2/Minuit2Minimizer.h 1 addition, 1 deletionmath/minuit2/inc/Minuit2/Minuit2Minimizer.h
Loading
Please register or sign in to comment