ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Static Public Member Functions | List of all members
broad.core.math.Distribution Class Reference

Static Public Member Functions

static double noncentralChiSquareDensity (double x, double nu, double lambda)
 
static double noncentralChiSquareCdf (double x, double nu, double lambda)
 
static double skellamDensity (int k, double lambda1, double lambda2)
 
static double skellamCdf (int k, double lambda1, double lambda2)
 
static double skellamPvalue (int k, double lambda1, double lambda2)
 
static double skellamLeftTail (int k, double lambda1, double lambda2)
 
static double skellamRightTail (int k, double lambda1, double lambda2)
 

Detailed Description

Author
prussell Statistical distributions

Member Function Documentation

static double broad.core.math.Distribution.noncentralChiSquareCdf ( double  x,
double  nu,
double  lambda 
)
static

Compute the cdf of a noncentral chi square distribution

Parameters
xValue of random variable
nuDegrees of freedom
lambdaNoncentrality parameter
Returns
The cdf of the noncentral chi square distribution with the specified parameters, evaluated at the specified value

Here is the caller graph for this function:

static double broad.core.math.Distribution.noncentralChiSquareDensity ( double  x,
double  nu,
double  lambda 
)
static

Compute the pdf of a noncentral chi square distribution

Parameters
xValue of random variable
nuDegrees of freedom
lambdaNoncentrality parameter
Returns
The pdf of the noncentral chi square distribution with the specified parameters, evaluated at the specified value

Here is the caller graph for this function:

static double broad.core.math.Distribution.skellamCdf ( int  k,
double  lambda1,
double  lambda2 
)
static

Compute the cdf of a Skellam distribution, the distribution of the difference of two Poisson random variables

Parameters
kValue of random variable
lambda1Poisson parameter for distribution 1
lambda2Poisson parameter for distribution 2
Returns
Probability that the difference (variable1 minus variable2) is less than or equal to the specified value

Here is the call graph for this function:

Here is the caller graph for this function:

static double broad.core.math.Distribution.skellamDensity ( int  k,
double  lambda1,
double  lambda2 
)
static

Compute the pdf of a Skellam distribution, the distribution of the difference of two Poisson random variables

Parameters
kValue of random variable
lambda1Poisson parameter for distribution 1
lambda2Poisson parameter for distribution 2
Returns
Probability that the difference (variable1 minus variable2) is equal to the specified value

Here is the call graph for this function:

static double broad.core.math.Distribution.skellamLeftTail ( int  k,
double  lambda1,
double  lambda2 
)
static

Compute the left tail of a Skellam distribution, the distribution of the difference of two Poisson random variables

Parameters
kValue of random variable
lambda1Poisson parameter for distribution 1
lambda2Poisson parameter for distribution 2
Returns
The probability of observing at most this value under the null hypothesis of a Skellam-distributed random variable

Here is the call graph for this function:

Here is the caller graph for this function:

static double broad.core.math.Distribution.skellamPvalue ( int  k,
double  lambda1,
double  lambda2 
)
static

Compute the one-tailed P-value of a Skellam distribution, the distribution of the difference of two Poisson random variables

Parameters
kValue of random variable
lambda1Poisson parameter for distribution 1
lambda2Poisson parameter for distribution 2
Returns
The probability of observing at least as extreme a value under the null hypothesis of a Skellam-distributed random variable (whichever tail is smaller)

Here is the call graph for this function:

static double broad.core.math.Distribution.skellamRightTail ( int  k,
double  lambda1,
double  lambda2 
)
static

Compute the right tail of a Skellam distribution, the distribution of the difference of two Poisson random variables

Parameters
kValue of random variable
lambda1Poisson parameter for distribution 1
lambda2Poisson parameter for distribution 2
Returns
The probability of observing at least this value under the null hypothesis of a Skellam-distributed random variable

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: