public class BEPP
extends java.lang.Object
Constructor and Description |
---|
BEPP() |
Modifier and Type | Method and Description |
---|---|
static double |
GetBEPP(double totalCount,
double positiveCount,
int kBEPPConstant,
boolean unbiasedEstimate)
Calculates score based on given counts and parameters.
|
static double |
GetBEPP(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Calculates score for entire set based on given sufficient statistics and parameters.
|
static double |
GetLeftBEPP(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Calculates score for left subset based on given sufficient statistics and parameters.
|
static double |
GetRightBEPP(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Calculates score for right subset based on given sufficient statistics and parameters.
|
public static double GetLeftBEPP(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
public static double GetRightBEPP(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
public static double GetBEPP(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
public static double GetBEPP(double totalCount, double positiveCount, int kBEPPConstant, boolean unbiasedEstimate)