public class Spearman extends Object
| Constructor and Description |
|---|
Spearman() |
| Modifier and Type | Method and Description |
|---|---|
static double |
cumulative_as89(double is,
int n,
boolean lower_tail)
Spearman cumulative distribution.
|
static double |
cumulative_t(double is,
int n,
boolean lower_tail)
Spearman cumulative distribution function, approximation using T (df=n-2)
|
static double |
cumulative(double is,
int n,
boolean lower_tail)
Spearman exact cumulative distribution function for n <= 22.
|
public static final double cumulative(double is,
int n,
boolean lower_tail)
is - n - lower_tail - public static final double cumulative_as89(double is,
int n,
boolean lower_tail)
is - n - lower_tail - public static final double cumulative_t(double is,
int n,
boolean lower_tail)
is - n - lower_tail - Copyright © 2013. All rights reserved.