PoissonΒΆ
Poisson is a module that provides access to the Poisson transformation to set Poissonian log likelihood as a test statistic.
It accepts the following arguments:
nameβ name that would be assosiated with the test statistic.
analysisβ the analysis from which a theoretical predictions and data would be read.
--ln-approxβ whether to use approximate gamma function logarithm with Stirling formulae or not.
Usage (for more realistic look in examples/ or scripts/):
python gna ... -- poisson my_poisson my_analysis --ln-approx