public class Ansari extends Object
| Constructor and Description |
|---|
Ansari() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
cumulative(int[] x,
int m,
int n) |
static double |
cumulative(int x,
int m,
int n) |
static double[] |
density(int[] x,
int m,
int n) |
static double |
density(int x,
int m,
int n) |
static int[] |
quantile(double[] x,
int m,
int n) |
static int |
quantile(double xi,
int m,
int n) |
static double |
random(int m,
int n,
QRandomEngine random)
Ansari RNG by inversion -- WARNING: Untested
|
public static final double[] density(int[] x,
int m,
int n)
public static final double density(int x,
int m,
int n)
public static final double[] cumulative(int[] x,
int m,
int n)
public static final double cumulative(int x,
int m,
int n)
public static final int[] quantile(double[] x,
int m,
int n)
public static final int quantile(double xi,
int m,
int n)
public static final double random(int m,
int n,
QRandomEngine random)
m - n - random - Copyright © 2013. All rights reserved.