Package DistLib
Class signrank
- java.lang.Object
-
- DistLib.signrank
-
public class signrank extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
SIGNRANK_NMAX
-
Constructor Summary
Constructors Constructor Description signrank()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
cumulative(double x, double n)
static double
density(double x, double n)
static double
quantile(double x, double n)
static double
random(double n)
-
-
-
Field Detail
-
SIGNRANK_NMAX
public static final double SIGNRANK_NMAX
- See Also:
- Constant Field Values
-
-