Uses of Interface
org.apache.commons.statistics.inference.KolmogorovSmirnovDistribution.One.ScaledPower
-
Packages that use KolmogorovSmirnovDistribution.One.ScaledPower Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of KolmogorovSmirnovDistribution.One.ScaledPower in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as KolmogorovSmirnovDistribution.One.ScaledPower Modifier and Type Field Description private static KolmogorovSmirnovDistribution.One.ScaledPower
KolmogorovSmirnovDistribution.One. POWER_DEFAULT
Proxy for the default choice of the scaled power function.Methods in org.apache.commons.statistics.inference with parameters of type KolmogorovSmirnovDistribution.One.ScaledPower Modifier and Type Method Description (package private) static double
KolmogorovSmirnovDistribution.One. sf(double x, int n, KolmogorovSmirnovDistribution.One.ScaledPower power)
Calculates complementary probabilityP[D_n^+ >= x]
, or survival function (SF), for the one-sided one-sample Kolmogorov-Smirnov distribution.
-