public final class FWTCoefMath extends AbstractMath
Modifier and Type | Method and Description |
---|---|
static boolean |
areCompatible(FWTCoef[] a) |
static boolean |
areCompatible(FWTCoef a,
FWTCoef b) |
static double |
energyRatio(FWTCoef[] a,
int i) |
static double |
entropy(FWTCoef[] a) |
static double |
entropy(FWTCoef[] a,
int i) |
static int |
getJ(FWTCoef[] a) |
static double |
icf(FWTCoef[] a) |
static double |
icfVariance(FWTCoef[] a) |
static double |
sumEnergies(FWTCoef[] a) |
static double |
sumSquares(FWTCoef[] a,
int i)
Compute the sum of the squares of
the coefficients
|
static double |
sumVariance(FWTCoef[] a) |
static double |
variance(FWTCoef[] a,
int i) |
static double |
varianceRatio(FWTCoef[] a,
int i) |
public static boolean areCompatible(FWTCoef[] a)
public static int getJ(FWTCoef[] a)
public static double sumSquares(FWTCoef[] a, int i)
public static double variance(FWTCoef[] a, int i)
public static double sumEnergies(FWTCoef[] a)
public static double entropy(FWTCoef[] a, int i)
public static double entropy(FWTCoef[] a)
public static double sumVariance(FWTCoef[] a)
public static double energyRatio(FWTCoef[] a, int i)
public static double varianceRatio(FWTCoef[] a, int i)
public static double icf(FWTCoef[] a)
public static double icfVariance(FWTCoef[] a)