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

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

Parent Directory Parent Directory


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

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 12932 byte(s)
Diff to previous 44126
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 44126 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 4 16:55:47 2012 UTC (2 years, 8 months ago) by moneta
File length: 12910 byte(s)
Diff to previous 44035
- 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

Revision 44035 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 30 15:01:12 2012 UTC (2 years, 8 months ago) by moneta
File length: 12896 byte(s)
Diff to previous 44034
fix some compilation errors

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: 12896 byte(s)
Diff to previous 41684
Verious fixes for outstanding Coverity issues (mainly add check of returned pointers to avoid  to dereference them)

Revision 41684 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 1 16:27:08 2011 UTC (3 years, 2 months ago) by wouter
File length: 12870 byte(s)
Diff to previous 41455
  roofit/histfactory

    - Import changes from dev-roostats branch

  roofit/roostats
 
    - Import update on HypoTestInverterResult and HypoTestInverterPlot
      from dev branch (only fixes for compiler warnings)

  roofit/roofit

    - Import new classes Roo1DMomentMorphFunction and Roo2DMomentMorphFunction
      from dev-roostats branch (contribution by Max Baak)

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: 12840 byte(s)
Diff to previous 41251
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 41251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 7 09:07:46 2011 UTC (3 years, 3 months ago) by moneta
File length: 11981 byte(s)
Diff to previous 40056
initialize some variables and add default constructor for I/O

Revision 40056 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 28 07:36:22 2011 UTC (3 years, 6 months ago) by moneta
File length: 11956 byte(s)
Diff to previous 40006
fix some Coverity reports

Revision 40006 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 27 15:29:22 2011 UTC (3 years, 6 months ago) by moneta
File length: 11944 byte(s)
Diff to previous 39928
apply some memory leak  fixes in the inverter and in the plot class 
make HTIResult::Add public

Revision 39928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 24 08:18:59 2011 UTC (3 years, 7 months ago) by moneta
File length: 11866 byte(s)
Diff to previous 39865
merge latest fixes in development branch of roostats in the trunk from revision r39839 through r39927

 see http://root.cern.ch/viewvc/branches/dev/roostats/roofit/?view=log

Revision 39865 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 21 20:58:17 2011 UTC (3 years, 7 months ago) by moneta
File length: 10759 byte(s)
Diff to previous 31322
merge roostats and histfactory from development branch up to revision 39830

 - improvements in HypoTestInverter (better interpolation + plot with bands)  + Coverity fixes 
 -  new version of HistFactory from Kyle adding FlexibleInterpvar

Revision 31322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 19 16:47:43 2009 UTC (5 years, 2 months ago) by moneta
File length: 2254 byte(s)
Diff to previous 31285
merge latest changes from Gregory in https://root.cern.ch/svn/root/branches/dev/roostats

URL: http://root.cern.ch/viewcvs?rev=31318&root=root&view=rev
Log:
bring consistency with UpperLimit - set upper bound instead of limit and compute both lower and upper bound

Revision 31285 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 18 16:38:36 2009 UTC (5 years, 2 months ago) by moneta
File length: 2249 byte(s)
Diff to previous 31276
merge latest changes in https://root.cern.ch/svn/root/branches/dev/roostats from 31273 to 31284

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
File length: 2173 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/HypoTestInverterPlot.cxx revision 31268
Diff to previous 31074
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 31074 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 10 18:46:30 2009 UTC (5 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HypoTestInverterPlot.cxx
File length: 2175 byte(s)
Diff to previous 31051
add error on HypoTestInverterPlot

Revision 31051 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 9 15:54:02 2009 UTC (5 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HypoTestInverterPlot.cxx
File length: 2544 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/HypoTestInvertorPlot.cxx revision 31049
Diff to previous 31048
finished renaming HypoTestIntertor->HypoTestInverter

Revision 31048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 9 15:37:27 2009 UTC (5 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HypoTestInvertorPlot.cxx
File length: 2544 byte(s)
Diff to previous 30484
renamed HypoTestInvertor* to HypoTestInverter*

Revision 30484 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 26 10:17:28 2009 UTC (5 years, 3 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/HypoTestInvertorPlot.cxx
File length: 2544 byte(s)
Diff to previous 30479
code cleanup

Revision 30479 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Sep 25 19:42:59 2009 UTC (5 years, 3 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HypoTestInvertorPlot.cxx
File length: 1776 byte(s)
new HypoTestInvertor class

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