Skip to content

KonstantinSchubert/gammacombo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GammaCombo

GammaCombo is a framework to combine measurements in order to compute confidence intervals on parameters of interest. A global likelihood function is constructed from the probability densitiy functions of the input observables, which is used to derive likelihood-based intervals and frequentist intervals based on pseudoexperiments following the Plugin method to handle nuisance parameters.

WebLink

You can find information about the package at our website

Manual

A manual is provided in

Installation

To build GammaCombo cmake is needed in version 3.0 or higher.

Get the source code from GitHub:

git clone https://github.com/gammacombo/gammacombo.git
cd gammacombo

To create the library, create a build directory and change into it. E.g.

mkdir build; cd build

Now create the Makefiles:

cmake ..

And build:

make

To install the libraries and copy all header files into the directories lib/ and include/ in the root directory of the project:

make install

To build the Doxygen documentation, which will create an HTML class documentation in the doc/html subdirectory, do:

make doc

Follow the tutorial in the manual:

cd ../tutorial
bin/tutorial

About

A framework to perform a statistical combination of measurements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • CMake 2.6%
  • Other 0.6%