An error occurred while fetching merge requests data.
- fix in AsymptoticCalculator the formulae for the two-sided test statistics...
- fix in AsymptoticCalculator the formulae for the two-sided test statistics for both observed and expected p values - improve search for upper/lower limit in InverterResult add also a flag to indicate in the InverterResult if it comes from using a two sided test statistic. This is needed to use the right formula for the asymptotic case. - Add also possibility to skip and to not draw the points where there is a failing fit or any other error - Add in Profile likelihood possibility to query if the test statistic is one or two sided git-svn-id: http://root.cern.ch/svn/root/trunk@44126 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- roofit/roostats/inc/RooStats/AsymptoticCalculator.h 5 additions, 1 deletionroofit/roostats/inc/RooStats/AsymptoticCalculator.h
- roofit/roostats/inc/RooStats/HypoTestInverterResult.h 15 additions, 4 deletionsroofit/roostats/inc/RooStats/HypoTestInverterResult.h
- roofit/roostats/inc/RooStats/ProfileLikelihoodTestStat.h 3 additions, 0 deletionsroofit/roostats/inc/RooStats/ProfileLikelihoodTestStat.h
- roofit/roostats/src/AsymptoticCalculator.cxx 61 additions, 11 deletionsroofit/roostats/src/AsymptoticCalculator.cxx
- roofit/roostats/src/HypoTestInverter.cxx 15 additions, 0 deletionsroofit/roostats/src/HypoTestInverter.cxx
- roofit/roostats/src/HypoTestInverterPlot.cxx 14 additions, 12 deletionsroofit/roostats/src/HypoTestInverterPlot.cxx
- roofit/roostats/src/HypoTestInverterResult.cxx 199 additions, 54 deletionsroofit/roostats/src/HypoTestInverterResult.cxx
Loading
Please register or sign in to comment