public class Order extends Object
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
static double |
cumulative(double q,
GenericDistribution dist,
int mlen,
int j,
boolean largest,
boolean lower_tail) |
static double |
density(double x,
GenericDistribution dist,
int mlen,
int j,
boolean largest,
boolean log) |
public static final double density(double x,
GenericDistribution dist,
int mlen,
int j,
boolean largest,
boolean log)
public static final double cumulative(double q,
GenericDistribution dist,
int mlen,
int j,
boolean largest,
boolean lower_tail)
Copyright © 2013. All rights reserved.