Package DistLib
Class signrank
java.lang.Object
DistLib.signrank
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublecumulative(double x, double n) static doubledensity(double x, double n) static doublequantile(double x, double n) static doublerandom(double n)
-
Field Details
-
SIGNRANK_NMAX
public static final double SIGNRANK_NMAX- See Also:
-
-
Constructor Details
-
signrank
public signrank()
-
-
Method Details
-
density
public static double density(double x, double n) -
cumulative
public static double cumulative(double x, double n) -
quantile
public static double quantile(double x, double n) -
random
public static double random(double n)
-