Package jdistlib.disttest.online
Class OnlineFdr
java.lang.Object
jdistlib.disttest.online.OnlineFdr
Utilities shared by online false-discovery-rate controllers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]polynomialGamma(int horizon, double exponent) Returns a finite, normalized, nonincreasing gamma sequence proportional toindex^-exponent; it is padded with zeros beyond the horizon.
-
Method Details
-
polynomialGamma
public static double[] polynomialGamma(int horizon, double exponent) Returns a finite, normalized, nonincreasing gamma sequence proportional toindex^-exponent; it is padded with zeros beyond the horizon.
-