[root] / trunk / roofit / roostats / src / RooStatsUtils.cxx Repository:
ViewVC logotype

Log of /trunk/roofit/roostats/src/RooStatsUtils.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 47704 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 29 14:37:06 2012 UTC (2 years, 1 month ago) by moneta
File length: 12113 byte(s)
Diff to previous 47005
from Gabriel: fix a crash in FactorizePdf when some categories are missing
see http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=15694

Revision 47005 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 14:56:00 2012 UTC (2 years, 2 months ago) by moneta
File length: 11815 byte(s)
Diff to previous 46214
Fix AsymptoticCalculator to change in RooStats utils to not return always a product in case of one single nuisance pdf. 
Try to use in AsymptoticCalculator the same binning for Asimov data set as for observed data sets. This fixes a problem reported by a user
with a binned model.

Revision 46214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 27 10:10:19 2012 UTC (2 years, 3 months ago) by rdm
File length: 11610 byte(s)
Diff to previous 45143
Digital Alpha is no longer supported. Remove all references to __alpha and
__true64.

Revision 45143 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 19 23:16:50 2012 UTC (2 years, 6 months ago) by moneta
File length: 11632 byte(s)
Diff to previous 44662
apply patch from Gabriel: 

 fixes the SimpleLikelihoodRatio by removing constraints terms from pdf. Add in RooStatsUtils funciton to factorize pdf and remove constraint (MakeUNconstrainedPdf)
 Remove also some reduntant code in AsymptoticCalculator and use RooStats utils

add in stressRooStats new tests of SimpleLikelihoodRatio and update reference file

Revision 44662 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 12 14:52:19 2012 UTC (2 years, 7 months ago) by moneta
File length: 7506 byte(s)
Diff to previous 44366
Apply patch from Gabriel: 

  - improve MakeNuisancePdf ti support also cse of RooExtendedPdf
 
 - add in HybridCalculator an automatic way to find the constraint pdf from the model

Revision 44366 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 30 15:32:27 2012 UTC (2 years, 7 months ago) by axel
File length: 6761 byte(s)
Diff to previous 44171
Remove #include "Riostream.h" from roofitcore/inc/RooCacheManager.h, which pulls in using namespace std.
Deal with the consequences.

Revision 44171 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 8 10:19:13 2012 UTC (2 years, 8 months ago) by moneta
File length: 6739 byte(s)
Diff to previous 44157
fixes for Coverity and a bug in finding interpolated limit

Revision 44157 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 16:41:44 2012 UTC (2 years, 8 months ago) by moneta
File length: 6742 byte(s)
Diff to previous 44034
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

Revision 44034 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 30 14:54:15 2012 UTC (2 years, 8 months ago) by moneta
File length: 3690 byte(s)
Diff to previous 41754
Verious fixes for outstanding Coverity issues (mainly add check of returned pointers to avoid  to dereference them)

Revision 41754 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 3 16:21:13 2011 UTC (3 years, 2 months ago) by rdm
File length: 3296 byte(s)
Diff to previous 41455
fix issues causing compilation failures on Solaris with CC5.

Revision 41455 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 18 13:23:21 2011 UTC (3 years, 3 months ago) by moneta
File length: 3276 byte(s)
Diff to previous 26989
merge from development branch r41278 through r41454 
 - add new AsymptoticCalculator and its support in HypoTestInverter
 - add utility function to make the nuisance pdf
   + various small improvements

Revision 26989 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 17 13:46:58 2008 UTC (6 years, 1 month ago) by moneta
File length: 958 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/RooStatsUtils.cxx revision 26988
Diff to previous 26984
- add a dummy file for documentation of RooStats namespace. 

  This is the only solution to avoid that Thtml picks up as description for RooStats namespace the 
 last file used in the rootcont command

Revision 26984 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 17 10:53:17 2008 UTC (6 years, 1 month ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/RooStatsUtils.cxx
File length: 958 byte(s)
add dummy file for fixing the doc of RooStats namespace

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9