|
| static double | calculatePVal (int k, double lambda, double w, double T) |
| |
| static double | calculateApproximatePVal (int k, double lambda, double w, double T, double alpha) |
| |
| static double | poisson (int k, double lambda) |
| |
| static double | Fp (int k, double lambdaW) |
| |
| static double | FpWithBreaking (int k, double lambdaW, double a, double stopPoint) |
| |
| static double broad.core.math.ScanStatistics.calculateApproximatePVal |
( |
int |
k, |
|
|
double |
lambda, |
|
|
double |
w, |
|
|
double |
T, |
|
|
double |
alpha |
|
) |
| |
|
static |
| static double broad.core.math.ScanStatistics.calculatePVal |
( |
int |
k, |
|
|
double |
lambda, |
|
|
double |
w, |
|
|
double |
T |
|
) |
| |
|
static |
Params written by Jesse Aug 20, 2012 ... are these definitions correct?
- Parameters
-
| k | Observed count |
| lambda | # reads on chromosome / # non-masked bases on chromosome |
| w | window size |
| T | # non-masked bases on chromosome |
- Returns
| static double broad.core.math.ScanStatistics.Fp |
( |
int |
k, |
|
|
double |
lambdaW |
|
) |
| |
|
static |
| static double broad.core.math.ScanStatistics.FpWithBreaking |
( |
int |
k, |
|
|
double |
lambdaW, |
|
|
double |
a, |
|
|
double |
stopPoint |
|
) |
| |
|
static |
| static double broad.core.math.ScanStatistics.poisson |
( |
int |
k, |
|
|
double |
lambda |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: