public class Ansari
extends jdistlib.generic.GenericDistribution
| Modifier and Type | Field and Description |
|---|---|
protected int |
m |
protected int |
n |
protected double[][][] |
w |
| Constructor and Description |
|---|
Ansari(int m,
int n) |
| Modifier and Type | Method and Description |
|---|---|
double |
cumulative(double p,
boolean lower_tail,
boolean log_p) |
static double[] |
cumulative(int[] x,
int m,
int n) |
static double[] |
cumulative(int[] x,
int m,
int n,
boolean lower_tail) |
static double |
cumulative(int x,
int m,
int n) |
static double |
cumulative(int x,
int m,
int n,
boolean lower_tail) |
static double |
cumulative(int x,
int m,
int n,
double[][][] w) |
static double |
cumulative(int x,
int m,
int n,
double[][][] w,
boolean lower_tail) |
double |
density(double x,
boolean log) |
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[] x,
int m,
int n,
double[][][] w) |
double |
quantile(double q,
boolean lower_tail,
boolean log_p) |
static int |
quantile(double x,
int m,
int n) |
static int |
quantile(double xi,
int m,
int n,
double[][][] w) |
double |
random() |
static double |
random(int m,
int n,
double[][][] w,
jdistlib.rng.RandomEngine random) |
static double[] |
random(int count,
int m,
int n,
double[][][] w,
jdistlib.rng.RandomEngine random) |
static double[] |
random(int count,
int m,
int n,
jdistlib.rng.RandomEngine random) |
static double |
random(int m,
int n,
jdistlib.rng.RandomEngine random)
Ansari RNG by inversion -- WARNING: Untested
|
cumulative_hazard, cumulative_hazard, cumulative, cumulative, cumulative, density, density, getRandomEngine, hazard, hazard, inverse_survival, inverse_survival, quantile, quantile, quantile, random, random, setRandomEngine, survival, survival, survivalpublic 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,
boolean lower_tail)
public static final double[] cumulative(int[] x,
int m,
int n,
boolean lower_tail)
public static final double cumulative(int x,
int m,
int n)
public static final double cumulative(int x,
int m,
int n,
double[][][] w)
public static final double cumulative(int x,
int m,
int n,
double[][][] w,
boolean lower_tail)
public static final int[] quantile(double[] x,
int m,
int n)
public static final int[] quantile(double[] x,
int m,
int n,
double[][][] w)
public static final int quantile(double x,
int m,
int n)
public static final int quantile(double xi,
int m,
int n,
double[][][] w)
public static final double random(int m,
int n,
jdistlib.rng.RandomEngine random)
m - n - random - public static final double random(int m,
int n,
double[][][] w,
jdistlib.rng.RandomEngine random)
public static final double[] random(int count,
int m,
int n,
jdistlib.rng.RandomEngine random)
public static final double[] random(int count,
int m,
int n,
double[][][] w,
jdistlib.rng.RandomEngine random)
public double density(double x,
boolean log)
density in class jdistlib.generic.GenericDistributionpublic double cumulative(double p,
boolean lower_tail,
boolean log_p)
cumulative in class jdistlib.generic.GenericDistributionpublic double quantile(double q,
boolean lower_tail,
boolean log_p)
quantile in class jdistlib.generic.GenericDistributionpublic double random()
random in class jdistlib.generic.GenericDistributionCopyright © 2017. All rights reserved.