[root] / trunk / math / physics / inc / TRolke.h Repository:
ViewVC logotype

Log of /trunk/math/physics/inc/TRolke.h

Parent Directory Parent Directory


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

Revision 27697 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 5 20:39:30 2009 UTC (5 years, 10 months ago) by moneta
File length: 7428 byte(s)
Diff to previous 27566
- updated version of TRolke from John Lundberg with improved documentation

Revision 27566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 22 15:29:35 2009 UTC (5 years, 11 months ago) by moneta
File length: 8046 byte(s)
Diff to previous 22885
- new version of TRolke from J. Lundberg

* New user interface:

The old user interface was very hard to use, and the documentation in the source was also not on par with the correct usage. The old interface was a single get-function with 12 arguments, and the user was supposed to figure out which ~ 5 arguments were relevant for a specific model (1 out of 7 models).
The new user interface is is easy to use correctly and hard to use incorrectly (TM). It's a single set-method for each method:

SetPoissonBkgBinomialEff(Int_t x,Int_t y,Int_t z,Double_t tau,Int_t m);
SetPoissonBkgGaussianEff(Int_t x,Int_t y,Double_t em, Double_t tau,Double_t sde);
SetGaussianBkgGaussianEff(Int_t x,Double_t bm,Double_t em, Double_t sde,Double_t sdb);
SetPoissondBkgknownEff(Int_t x,Int_t y,Double_t tau,Double_t e);
SetGaussianBkgknownEff(Int_t x,Double_t bm,Double_t sdb,Double_t e);
SetKnownBkgBinomialEff(Int_t x, Int_t z,Int_t m,Double_t b);
SetknownBkgGaussianEff(Int_t x,Double_t em,Double_t sde,Double_t b);


* New methods for getting:

- 'sensitivity' (average limits) and related quantities
- 'critical number' related to rejection of the null-hypothesis
 (no signal).

* Bug fixes. There was a few bugs in that some variables was used
 uninitialized. (Eg, input arguments which were not supposed to be
 used were used anyway.)

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 4049 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/physics/inc/TRolke.h
File length: 4049 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/physics/inc/TRolke.h
File length: 4049 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/physics/inc/TRolke.h
File length: 4095 byte(s)
Diff to previous 16581
remove :$ from tag line

Revision 16581 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 20 16:01:21 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 4105 byte(s)
Diff to previous 15060
From Thomas Bretz;
a fix for TRolke which allows also calculation for more than 170 Events.

Revision 15060 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 08:13:31 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 4067 byte(s)
Diff to previous 12072
Fix coding conventions violations

Revision 12072 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 17 14:56:08 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 3955 byte(s)
Diff to previous 9976
From Anna Kreshuk
Use the new TMath::ChisquareQuantile instead of the less precise function
previously in TRolke.

Revision 9976 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 10 17:00:34 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 4130 byte(s)
Diff to previous 9856
Remove CRTL/M characters

Revision 9856 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 31 07:22:48 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 4220 byte(s)
Diff to previous 8195
From Jan Conrad
- added treatement of cases when maximum likelihood estimate (MLE) lies
  outside the physical region
- updated documentation
- example for bounded unbounded case added to Rolke.C tutorial

Revision 8195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 13 14:27:00 2004 UTC (10 years, 11 months ago) by rdm
Original Path: trunk/physics/inc/TRolke.h
File length: 3699 byte(s)
Diff to previous 8193
added missing cvs "// @(#)..." ident lines.

Revision 8193 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 13 13:40:36 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 3135 byte(s)
Diff to previous 8153
Protect include "TObject.h" against recursive inclusion

Revision 8153 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Feb 8 15:46:38 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/physics/inc/TRolke.h
File length: 3107 byte(s)
New class TRolke by Jan Conrad.
See class documentation

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