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

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

Parent Directory Parent Directory


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

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: 7129 byte(s)
Diff to previous 44366
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 44366 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 30 15:32:27 2012 UTC (2 years, 7 months ago) by axel
File length: 6945 byte(s)
Diff to previous 40959
Remove #include "Riostream.h" from roofitcore/inc/RooCacheManager.h, which pulls in using namespace std.
Deal with the consequences.

Revision 40959 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 20 16:33:21 2011 UTC (3 years, 4 months ago) by moneta
File length: 6924 byte(s)
Diff to previous 40922
- add in MCMCCalculator SetChainParameters to define the parameters to be put in the chain

- fix a bug  of computing  p values in SamplingDistribution introduced in 40920

- ToyMCSampler - clear the cached GenContext and pdf lists  when setting a new PDF

- add a unique name for teh SamplingDist objects created in the Inverter
- fix also the shading in the plots of SamplingDist objects and the plotting in  the log scale

Revision 40922 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 19 09:31:28 2011 UTC (3 years, 4 months ago) by moneta
File length: 6932 byte(s)
Diff to previous 40921
- fix in MCMC calculator for using only POI in the chain (previous commit did not work properly)
- optimize ROoStats::RandomizeCollection to not check all the time for const parameters. 
(since RooAbsArg::isConstant requires a string comparison)

Revision 40921 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 19 07:11:24 2011 UTC (3 years, 4 months ago) by moneta
File length: 6848 byte(s)
Diff to previous 34109
MCMCCalculator:  set the POI in the chain (the parameters in the MetropolisHastings class) and not all the parameters. 
 This avoids making very large chains for problems with large number of parameters.

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
File length: 6851 byte(s)
Diff to previous 31876
merge roostats development branch from revision 33228 to 34108 included

Revision 31876 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 14 11:11:27 2009 UTC (5 years, 1 month ago) by brun
File length: 8212 byte(s)
Diff to previous 31276
From Lorenzo:
patch improving the RooStats comments

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: 8190 byte(s)
Diff to previous 30749
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 30749 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 15 16:33:04 2009 UTC (5 years, 3 months ago) by brun
File length: 7236 byte(s)
Diff to previous 30512
From Matthew Strait:
This patch fixes the spelling of "function" in the root source code
and documentation, which is misspelled (sometimes as part of larger
"function"-based words) at least 152 times:

* "funciton" 48 times
* "funcion" 36 times
* "funtion" 23 times
* "fucntion" 17 times
* "functionn" 6 times
* "fuction" 6 times
* "fuunction" 4 times
* "functioin" 3 times
* "fonction" 3 times
* "funstion" twice
* "fnuction" once
* "functiom" once
* "functio" once
* "funcition" once

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
File length: 7236 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
File length: 7044 byte(s)
Diff to previous 29189
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 29189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 24 10:11:56 2009 UTC (5 years, 7 months ago) by brun
File length: 6806 byte(s)
Diff to previous 29179
From Kyle:
Changed raw cout to use RooMsgService.  Fix to ConfBelt with new ReooDataSetmodel. Minor cleanup in MCMC.
Include protections for CINT

Revision 29179 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 23 18:39:27 2009 UTC (5 years, 7 months ago) by brun
File length: 6630 byte(s)
Diff to previous 29107
From Kyle Cranmer:
Cleanup of tutorials and  additions to THtml documentation

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
File length: 5084 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/MCMCCalculator.cxx revision 29084
Diff to previous 29076
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 29076 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jun 18 02:39:36 2009 UTC (5 years, 7 months ago) by cranmer
Original Path: branches/dev/roostats/roofit/roostats/src/MCMCCalculator.cxx
File length: 5084 byte(s)
Adding Markov Chain Monte Carlo calculator

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