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

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

Parent Directory Parent Directory


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

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: 4963 byte(s)
Copied from: trunk/roofit/roostats/inc/LikelihoodInterval.h revision 39389
Diff to previous 33206
move header files for RooStats in inc/RooStats
move header files for HistFactory in inc/RooStats/HistFactory

Revision 33206 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 26 09:59:06 2010 UTC (4 years, 8 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 4963 byte(s)
Diff to previous 31276
merge fixes applied  in roostats branch since 5.26 to current revision 


 ProfileLikelihoodCalculator: 
 in GetHypoTest clone the null parameters to avoid requesting the user to do this

 LikelihoodInterval: 
  -fix drawing of horizontal green line when interval is outside the range 
  - return a boolean flag in Upper/LowerLimit with status of limit search

  HybridCalculator:   fix for test statistic = 3 (profile likelihood)  

LikelihoodIn

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/LikelihoodInterval.h
File length: 4747 byte(s)
Diff to previous 30832
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 30832 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 22 15:23:48 2009 UTC (5 years, 3 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 3158 byte(s)
Diff to previous 30820
use directly ROOT::Math::Minimizer::Contour for drawing the contour of the likelihood

Revision 30820 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 21 07:47:04 2009 UTC (5 years, 3 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 2745 byte(s)
Diff to previous 30714
Improve Upper/Lower limit methid in the LikelihoodInterval. 
Start from the position obtained from the parabolic approximations. (value +/- nsigma * errors)
For doing this perform in the calculator a global fit before getting the interval and store the 
best fit parameters in the Likelihood Interval class 

Plot PLL still using TF1 but add option ("rooplot") to draw  it using  RooPlot.
Using RooPlot often PLL is drawn using internally a wrong global minimum

Revision 30714 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 14 08:57:59 2009 UTC (5 years, 3 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 2675 byte(s)
Diff to previous 30512
- add a new function to set number of points for producing the PL scan plot 
- cache lower/upper limit values in Likelihood interval class to vaoid re-computing them for same parameter and same confidence level 
- improve BayesianCalculator class. Add an option string in GetPosterior to avoid making two posterior pdf's with same name.

Revision 30512 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 28 17:24:48 2009 UTC (5 years, 3 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 2377 byte(s)
Diff to previous 30462
- merge from roostats dev branch ( https://root.cern.ch/svn/root/branches/dev/roostats )
  Merging r30495 through r30511

  in summary: 
  use ModelConfig for MCMCCalculator, FeldmanCousins and NeymanCOnstruction 
  and clean-up by removing Wokspace references 

  add missing TNamed inheritance

Revision 30462 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 25 16:05:55 2009 UTC (5 years, 3 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 2365 byte(s)
Diff to previous 29107
merge with roostats dev branch all the changes from release 5.24
 (see full log in http://root.cern.ch/viewvc/branches/dev/roostats/?view=log from revision 29258)

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/LikelihoodInterval.h
File length: 2347 byte(s)
Diff to previous 26434
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 26434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 24 21:29:32 2008 UTC (6 years, 2 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 2281 byte(s)
Diff to previous 26324
merge latest developments from the roostats branch
mainly improvement in HybridCalculator and HybridResult classes from Gregory.
Inheritance from HypoTestResult is added to the HybridResult. 

Update also the tutorial for the hybrid calculator is added
Removed the obsolete tutorial rs101 superseeded by rs100

Revision 26324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 17:17:32 2008 UTC (6 years, 2 months ago) by moneta
Original Path: trunk/roofit/roostats/inc/LikelihoodInterval.h
File length: 2240 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h revision 26322
Diff to previous 26317
Import from the branch a new version of RooStats from the developments of Kyle, Gregory and Wouter. 

 It includes various new classes and interfaces for hypotesis testing and interval calculation. 
 RooStats  contains now the implementation for the profile likelihood method (from Kyle) and the bayesian-frequentist hybrid method (imported from RooStatKarlsruhe by Gregory). 
A detail description of the classes is available in the THtml doc.  

Some new tutorials are added in tutorials/roostats

Revision 26317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 15:31:05 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2240 byte(s)
Diff to previous 26316
- new attempt to fix svn:keywords  for Id

Revision 26316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 15:22:31 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2240 byte(s)
Diff to previous 26314
- fix a problem on Windows
- fix svn Id keyword

Revision 26314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 14:53:11 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2240 byte(s)
Diff to previous 26303
- fix indentation to follow ROOT coding style rule (<SPACE> of 3 should be used for indentation). 
- add header guard in include in header files 
- use forward declaration whenever possible
- remove NameSpaceImp (RooStats) in all the file
- fix svn property
- fix some compilation error on Windows in HybridPlot

Revision 26303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 19:53:44 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2224 byte(s)
Diff to previous 26295
Added improved constructors for CombinedCalculator interface.  Added rs101 macro to test/demo it.

Revision 26295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 15:14:39 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2556 byte(s)
Diff to previous 26282
Documentation updates and fixes

Revision 26282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 04:04:59 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2336 byte(s)
Diff to previous 26279
Implemented list of parameters in ConfInterval

Revision 26279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 18 22:15:02 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2065 byte(s)
Diff to previous 26152
Major updates to documentation.

Revision 26152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 11 21:49:44 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 2095 byte(s)
Diff to previous 26134
Cleaned up rs100_numbercounting.C tutorial.
Fixed ownership and scope problems in ProfileLikelihoodCalculator.
Added SetConfidenceLevel() and ConfidenceLevel() to ConfInterval interface and concrete classes.

Revision 26134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 11 04:06:11 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 1893 byte(s)
Diff to previous 26133
Add interval calculation to the ProfileLikelihoodCalculator
Add to RooStatsUtils to easily set parameters in a RooArgSet
Add to the rs100_numbercounting.C tutorial to use the interval, not yet complete.

Revision 26133 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Nov 11 00:11:22 2008 UTC (6 years, 2 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/inc/LikelihoodInterval.h
File length: 1634 byte(s)
Added a LikeilhoodInterval class that satisfies the ConfInterval interface.
Added a tutorial macro (initial version) to show use of the LikelihoodInteterval interface.

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