npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
likelihoodStatisticCumulants.hh File Reference

Code for calculating cumulants of various signal detection statistics for subsequent use in the Edgeworth series. More...

#include <vector>
#include <limits>
#include "npstat/stat/LikelihoodStatisticType.hh"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

std::vector< double > npstat::mixtureModelCumulants (LikelihoodStatisticType t, unsigned order, unsigned N, double gamma=std::numeric_limits< double >::max(), double rho=std::numeric_limits< double >::max(), double xi=std::numeric_limits< double >::max(), double zeta=std::numeric_limits< double >::max())
 
std::vector< double > npstat::poissonProcessCumulants (LikelihoodStatisticType t, unsigned order, double mu, double gamma=std::numeric_limits< double >::max(), double rho=std::numeric_limits< double >::max(), double xi=std::numeric_limits< double >::max(), double zeta=std::numeric_limits< double >::max())
 

Detailed Description

Code for calculating cumulants of various signal detection statistics for subsequent use in the Edgeworth series.

Author: I. Volobouev

July 2019