Log of /trunk/roofit/roostats/src/ProfileLikelihoodCalculator.cxx
Parent Directory
Revision
46688 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 19 14:28:18 2012 UTC (2 years, 3 months ago) by
moneta
File length: 14546 byte(s)
Diff to
previous 46660
Fix ProfileLikelihoodCalculator to compute one-sided p-value in GetHypoTest in one dimension, as it was done before 46660
Revision
46660 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 18 19:39:02 2012 UTC (2 years, 3 months ago) by
moneta
File length: 14413 byte(s)
Diff to
previous 46081
Fix a memory leak in DetailedOutputAggregator::GetAsArgSet and the way it is used.
- the returned set is not deleted in the caller. Make the set not owning the variables and delete now in the caller code
(ProfileLikelihoodTestStatistics and FrequentistCalculator)
Fix ProfileLikelihoodCalculator for computing correctly the p value for higher dimensions (>1)
Add RemoveConstantParameters for a RooArgList
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: 14035 byte(s)
Diff to
previous 44034
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
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
File length: 13131 byte(s)
Diff to
previous 31876
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
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
File length: 11941 byte(s)
Diff to
previous 30516
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
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: 7547 byte(s)
Diff to
previous 28963
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
28963 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 12 15:47:45 2009 UTC (5 years, 7 months ago) by
wouter
File length: 6913 byte(s)
Diff to
previous 28306
* roofit/roofit & roofit/roofitcore
- Update from dev/roostats branch
- Addition of RooMinimizer interface (from Alfio)
* roofit/roostats
- Minimal changes need to follow some code
changes in roofit/roofitcore
Revision
26964 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 16 16:30:01 2008 UTC (6 years, 1 month ago) by
moneta
File length: 6924 byte(s)
Diff to
previous 26324
import new version of roostats from development branch
Main changes are:
- use of reference instead of pointers in calculator interfaces
- add new Initialize methods in HypoTestCalculator
- add SetNuisanceParameters and SetNuisancePdf
- add inheritance in HybridCalculator from HypoTestCalculator
- add also new constructor including a dataset
- add methods to set the number of toys
- exlcude for the moment usage with Workspace due to some problem observed
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
File length: 6924 byte(s)
Copied from:
branches/dev/roostats/roofit/roostats/src/ProfileLikelihoodCalculator.cxx 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
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.