public class SignRank extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
n |
protected QRandomEngine |
random |
protected double[] |
w |
| Constructor and Description |
|---|
SignRank(int n) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
count(int k,
int n) |
double |
cumulative(int x,
boolean lower_tail,
boolean log_p) |
double |
density(int x,
boolean give_log) |
QRandomEngine |
getRandomEngine() |
protected void |
init(int _n) |
double |
quantile(double x,
boolean lower_tail,
boolean log_p) |
double |
random() |
double |
random(QRandomEngine random) |
void |
setRandomEngine(QRandomEngine rand) |
protected double[] w
protected int n
protected QRandomEngine random
protected void init(int _n)
protected double count(int k,
int n)
public double density(int x,
boolean give_log)
public double cumulative(int x,
boolean lower_tail,
boolean log_p)
public double quantile(double x,
boolean lower_tail,
boolean log_p)
public void setRandomEngine(QRandomEngine rand)
public QRandomEngine getRandomEngine()
public double random()
public double random(QRandomEngine random)
Copyright © 2013. All rights reserved.