merge changes from roostats development branch up to revision 44155
Modifications by Jakub Ademek and Max Baak : ensure that ToyMCSampler can return TTree with detailed fit output. See for a detailed description: https://indico.cern.ch/getFile.py/access?contribId=0&resId=3&materialId=slides&confId=182211 Modifications by Sven Kreiss: ProfileLikelihoodTestStat: - added option to add errors and pulls to detailed output Revision 44128 - Directory Listing Modified Fri May 4 21:33:08 2012 UTC (2 days, 17 hours ago) by sven ToyMCSampler, ToyMCStudy, SamplingDistribution, DetailedOutputAggregator: - bugfixes for the naming of the result - return toys with weight=1 when generating unweighted toys (not -1) - make it optional to return errors and pulls with detailed output - from Tim Adye: catch NaNs at the right place ProfileLikelihoodTestStat: - added option to add errors and pulls to detailed output FrequentistCalculator (from Tim Adye): - skip the profiling if there are no free nuisance parameters --This line, and those below, wil _M roostats _M roostats/src M roostats/src/HypoTestResult.cxx M roostats/src/FrequentistCalculator.cxx M roostats/src/HypoTestCalculatorGeneric.cxx M roostats/src/RooStatsUtils.cxx M roostats/src/ToyMCSampler.cxx M roostats/src/ToyMCStudy.cxx M roostats/src/ProfileLikelihoodTestStat.cxx M roostats/src/SamplingDistribution.cxx _M roostats/inc M roostats/inc/LinkDef.h M roostats/inc/RooStats/ProfileLikelihoodTestStat.h _M roostats/inc/RooStats/ToyMCSamplerOld.h M roostats/inc/RooStats/FrequentistCalculator.h M roostats/inc/RooStats/HypoTestCalculatorGeneric.h A + roostats/inc/RooStats/DetailedOutputAggregator.h M roostats/inc/RooStats/RatioOfProfiledLikelihoodsTestStat.h M roostats/inc/RooStats/ToyMCStudy.h M roostats/inc/RooStats/TestStatistic.h M roostats/inc/RooStats/SamplingDistribution.h M roostats/inc/RooStats/HypoTestResult.h A + roostats/inc/RooStats/MinNLLTestStat.h M roostats/inc/RooStats/RooStatsUtils.h M roostats/inc/RooStats/ToyMCSampler.h git-svn-id: http://root.cern.ch/svn/root/trunk@44157 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- roofit/roostats/inc/LinkDef.h 4 additions, 0 deletionsroofit/roostats/inc/LinkDef.h
- roofit/roostats/inc/RooStats/DetailedOutputAggregator.h 172 additions, 0 deletionsroofit/roostats/inc/RooStats/DetailedOutputAggregator.h
- roofit/roostats/inc/RooStats/FrequentistCalculator.h 26 additions, 2 deletionsroofit/roostats/inc/RooStats/FrequentistCalculator.h
- roofit/roostats/inc/RooStats/HypoTestCalculatorGeneric.h 3 additions, 0 deletionsroofit/roostats/inc/RooStats/HypoTestCalculatorGeneric.h
- roofit/roostats/inc/RooStats/HypoTestResult.h 3 additions, 0 deletionsroofit/roostats/inc/RooStats/HypoTestResult.h
- roofit/roostats/inc/RooStats/MinNLLTestStat.h 107 additions, 0 deletionsroofit/roostats/inc/RooStats/MinNLLTestStat.h
- roofit/roostats/inc/RooStats/ProfileLikelihoodTestStat.h 17 additions, 19 deletionsroofit/roostats/inc/RooStats/ProfileLikelihoodTestStat.h
- roofit/roostats/inc/RooStats/RatioOfProfiledLikelihoodsTestStat.h 51 additions, 6 deletions...oostats/inc/RooStats/RatioOfProfiledLikelihoodsTestStat.h
- roofit/roostats/inc/RooStats/RooStatsUtils.h 8 additions, 0 deletionsroofit/roostats/inc/RooStats/RooStatsUtils.h
- roofit/roostats/inc/RooStats/SamplingDistribution.h 1 addition, 1 deletionroofit/roostats/inc/RooStats/SamplingDistribution.h
- roofit/roostats/inc/RooStats/TestStatistic.h 1 addition, 1 deletionroofit/roostats/inc/RooStats/TestStatistic.h
- roofit/roostats/inc/RooStats/ToyMCSampler.h 6 additions, 3 deletionsroofit/roostats/inc/RooStats/ToyMCSampler.h
- roofit/roostats/inc/RooStats/ToyMCStudy.h 1 addition, 0 deletionsroofit/roostats/inc/RooStats/ToyMCStudy.h
- roofit/roostats/src/FrequentistCalculator.cxx 85 additions, 32 deletionsroofit/roostats/src/FrequentistCalculator.cxx
- roofit/roostats/src/HypoTestCalculatorGeneric.cxx 9 additions, 0 deletionsroofit/roostats/src/HypoTestCalculatorGeneric.cxx
- roofit/roostats/src/HypoTestResult.cxx 9 additions, 3 deletionsroofit/roostats/src/HypoTestResult.cxx
- roofit/roostats/src/ProfileLikelihoodTestStat.cxx 30 additions, 30 deletionsroofit/roostats/src/ProfileLikelihoodTestStat.cxx
- roofit/roostats/src/RooStatsUtils.cxx 80 additions, 0 deletionsroofit/roostats/src/RooStatsUtils.cxx
- roofit/roostats/src/SamplingDistribution.cxx 25 additions, 4 deletionsroofit/roostats/src/SamplingDistribution.cxx
- roofit/roostats/src/ToyMCSampler.cxx 23 additions, 68 deletionsroofit/roostats/src/ToyMCSampler.cxx
Loading
Please register or sign in to comment