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