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

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

Parent Directory Parent Directory


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

Revision 47326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 15 17:25:55 2012 UTC (2 years, 2 months ago) by moneta
File length: 6136 byte(s)
Diff to previous 46081
Fix in Asymptoticcalculator the case when the number of bins in the observables are not enough. 
Add a parameter in the constructor to pass a new value of bins for making the Asimov data set

Revision 46081 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 20 13:34:46 2012 UTC (2 years, 4 months ago) by moneta
File length: 6098 byte(s)
Diff to previous 44266
implement the possibility to pass the ConditionalObservables when creating the NLL or doing a fit
In this case the NLL will be computed by normalizing only on the observables and excluding the fglobal observables. 
See http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=15312

Revision 44266 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 16 12:32:18 2012 UTC (2 years, 8 months ago) by moneta
File length: 6070 byte(s)
Diff to previous 44152
apply some Coverity fixes
improve some error messaging in AsymptoticCalculator and automatically set onesideddiscovery if null snapshot is equal to minimum of parameter at construction time

Revision 44152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 10:30:54 2012 UTC (2 years, 8 months ago) by moneta
File length: 5871 byte(s)
Diff to previous 44126
fix a printing message and add default to teh GetExpectedPValue function to make it backward compatible

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: 5865 byte(s)
Diff to previous 44101
- 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 44101 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 3 16:38:46 2012 UTC (2 years, 8 months ago) by moneta
File length: 5699 byte(s)
Diff to previous 43992
fix asymptotic calculator for 2-sided test statistic
and for one sided discovery
- add also method to retrieve the global best fit parameters

Revision 43992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 27 16:11:41 2012 UTC (2 years, 8 months ago) by moneta
File length: 5141 byte(s)
Diff to previous 43189
fix ~ 15 high impact coverity issues (Resource leaks in NumberCountingPdfFactory and Uninitilized variables  in other classes)

Revision 43189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 1 11:16:40 2012 UTC (2 years, 10 months ago) by moneta
File length: 5170 byte(s)
Diff to previous 43091
- fix the restoring of log messages in case the NLL was not fitted
- fix generation of Asimov data for simple (not-extended) Gaussian models

Revision 43091 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 22 13:56:28 2012 UTC (2 years, 11 months ago) by moneta
File length: 5172 byte(s)
Diff to previous 42833
merge from 5.32 patches fix http://root.cern.ch/viewvc?view=rev&revision=43090
in the AsymptoticCalculator.

Revision 42833 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 31 16:07:14 2012 UTC (2 years, 11 months ago) by moneta
File length: 4839 byte(s)
Diff to previous 42828
add option in the constructor to use the nominal Asimov data set (i.e. the one where nuisance have nominal values when generating the data set)

Revision 42828 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 30 16:55:11 2012 UTC (2 years, 11 months ago) by moneta
File length: 4719 byte(s)
Diff to previous 42604
implement a new version of MakeAsimovData where one passes just model and parameter values. 
In this case the nuisance parameters are not set to the fitted value from the observed data but they are kept
at their nominal values
Implement the old method using the new one

Revision 42604 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 13 08:42:06 2012 UTC (3 years ago) by moneta
File length: 4393 byte(s)
Diff to previous 42258
add changes also in header file. New version of Asymptotic calculator save also a snapshot of all parameters when doing best fit 
so it will start new conditionsl fits from those values

Revision 42258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 25 20:57:12 2011 UTC (3 years, 1 month ago) by moneta
File length: 4298 byte(s)
Diff to previous 41997
- change  MakeAsimovData to be a static function which can be used outside the class
- fix a bug  when models do not have nuisance parameters

Revision 41997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 15 10:29:55 2011 UTC (3 years, 2 months ago) by moneta
File length: 4101 byte(s)
Diff to previous 41455
make a variable mutable

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: 3896 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/inc/RooStats/AsymptoticCalculator.h revision 41454
Diff to previous 41382
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 41382 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 13 13:49:11 2011 UTC (3 years, 3 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/RooStats/AsymptoticCalculator.h
File length: 3896 byte(s)
Diff to previous 41303
do some cleanup of error and debug messages

Revision 41303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 10 13:56:00 2011 UTC (3 years, 3 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/RooStats/AsymptoticCalculator.h
File length: 3664 byte(s)
Diff to previous 41278
add expected limits ofr asymptotic calculator

Revision 41278 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Oct 7 12:48:28 2011 UTC (3 years, 3 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/inc/RooStats/AsymptoticCalculator.h
File length: 3327 byte(s)
first version of Asymptotic calculator + add utility (from Giovanni Petrucciani) for make constraint pdf

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