[root] / trunk / roofit / roostats / inc / RooStats / SamplingDistribution.h Repository:
ViewVC logotype

Log of /trunk/roofit/roostats/inc/RooStats/SamplingDistribution.h

Parent Directory Parent Directory


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

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: 4144 byte(s)
Diff to previous 40920
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 40920 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 19 06:41:59 2011 UTC (3 years, 4 months ago) by moneta
File length: 4115 byte(s)
Diff to previous 39391
ProfileLikelihoodTestStat: 

 - apply fix for case when there are no nuisance parameters. No need to fit in that case for estimating  the conditional ML
- MaxLikelihoodEstimateTestStat: use now Minimizer as in PL test statistic

- SamplingDistribution:  sort the values before computiong the integral. This speed up the computation of p-values when only the observed test statistics value changes (liek in the case of expected limits in Inverter)

Revision 39391 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 26 09:51:59 2011 UTC (3 years, 8 months ago) by moneta
File length: 3799 byte(s)
Copied from: trunk/roofit/roostats/inc/SamplingDistribution.h revision 39389
Diff to previous 38933
move header files for RooStats in inc/RooStats
move header files for HistFactory in inc/RooStats/HistFactory

Revision 38933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 19 20:15:51 2011 UTC (3 years, 9 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3799 byte(s)
Diff to previous 38100
merge from development branch of roostats 
https://root.cern.ch/svn/root/branches/dev/roostats
from revision  38733 up to 38932 

- new version of Bayesian calculator with better debugging and not using RooProdPdf
  and with new MC sampling method based on nuisance 
- fix error in ToyMCSampler when using weights (e.g. importance sampling)

Revision 38100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 16 16:26:14 2011 UTC (3 years, 11 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3534 byte(s)
Diff to previous 36604
merge from the development branch the fix from Sven for discrete sampling distributions

http://root.cern.ch/viewvc?view=rev&revision=37908

Add a new fix for the Clb, Cls and Cls+b errors which takes into account correctly the weights
and complete the previous fix with discrete distributions (the error were not correct after 37908)

Revision 36604 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 11 16:58:54 2010 UTC (4 years, 2 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3464 byte(s)
Diff to previous 36602
fix compilation error. Use const char * instead of TString for passing a string argument

Revision 36602 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 11 16:52:13 2010 UTC (4 years, 2 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3471 byte(s)
Diff to previous 34109
merge  changes from development Branch from Sven Kreiss

 http://root.cern.ch/viewvc?view=rev&revision=34726

and

http://root.cern.ch/viewvc?view=rev&revision=35057

A new class is added ToyMCStudy for toy MC generation using Proof

Revision 34109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 15:00:16 2010 UTC (4 years, 7 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3211 byte(s)
Diff to previous 31276
merge roostats development branch from revision 33228 to 34108 included

Revision 31276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 18 15:06:42 2009 UTC (5 years, 2 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3078 byte(s)
Diff to previous 29146
merge developments in https://root.cern.ch/svn/root/branches/dev/roostats/roofit/roostats from revision 30833 to revision 31273 


fix also the tutorials due to the new changes (copy from branch)

Revision 29146 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 22 16:44:50 2009 UTC (5 years, 7 months ago) by brun
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3138 byte(s)
Diff to previous 29107
Fix a dangerous contructs detected by the new version of TString.h

Revision 29107 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 19 14:26:42 2009 UTC (5 years, 7 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 3135 byte(s)
Diff to previous 28306
import all the developments done since 5.23.04 (rev 28305) done in the roostats branch from Kyle, Mario, Gregory and Wouter

update also the tutorials and add a new one  rs101_limitexample

Revision 28306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 21 10:04:57 2009 UTC (5 years, 9 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/SamplingDistribution.h
File length: 2960 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h revision 28305
Diff to previous 28207
merge changes in roostats from development branch since revision 26992 to 28305

Revision 28207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 14 22:04:36 2009 UTC (5 years, 9 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h
File length: 2960 byte(s)
Diff to previous 28117
Found bug related to pointer comparison in profile test stat, added ability to save sampling distributions.

Revision 28117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 6 18:18:17 2009 UTC (5 years, 9 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h
File length: 2843 byte(s)
Diff to previous 27935
Improved adaptive sampling algorithm & documentation.  Fix uninitialized variable in NeymanConstruction.

Revision 27935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 26 03:03:34 2009 UTC (5 years, 10 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h
File length: 2801 byte(s)
Diff to previous 27519
New and improved adaptive sampling algorithm (still suspicous).

Revision 27519 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 19 13:31:41 2009 UTC (5 years, 11 months ago) by pellicci
Original Path: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h
File length: 2538 byte(s)
Diff to previous 27170
Renaming of basic classes and methods. Added TestStatistic, virtual class to handle
a layer between the distribution creator and the test statistic evaluation.

Revision 27170 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 16 10:42:36 2009 UTC (6 years ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h
File length: 2537 byte(s)
Diff to previous 27148
fix for Linux and any case sensitive filename OS

Revision 27148 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Jan 14 22:40:17 2009 UTC (6 years ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/SamplingDistribution.h
File length: 2537 byte(s)
Adding initial code for a few new components to the RooStats project.

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