public abstract class ContinuousDistribution2Dim extends ContinuousDistributionMulti
| Modifier and Type | Field and Description |
|---|---|
int |
decPrec
Defines the target number of decimals of accuracy when
approximating a distribution function, but there is no guarantee that
this target is always attained.
|
| Constructor and Description |
|---|
ContinuousDistribution2Dim() |
| Modifier and Type | Method and Description |
|---|---|
double |
barF(double x,
double y)
.
|
abstract double |
cdf(double x,
double y)
.
|
double |
cdf(double a1,
double a2,
double b1,
double b2)
.
|
double |
density(double[] x)
Simply calls density (x[0], x[1]).
|
abstract double |
density(double x,
double y)
Returns f (x, y), the density of (X, Y) evaluated at (x, y).
|
getCorrelation, getCovariance, getDimension, getMeanpublic int decPrec
public abstract double density(double x,
double y)
x - value x at which the density is evaluatedy - value y at which the density is evaluatedpublic double density(double[] x)
density in class ContinuousDistributionMultix - point
(x[0], x[1]) at which the density is evaluatedpublic abstract double cdf(double x,
double y)
x - value x at which the distribution function is evaluatedy - value y at which the distribution function is evaluatedpublic double barF(double x,
double y)
x - value x at which the upper distribution is evaluatedy - value y at which the upper distribution is evaluatedpublic double cdf(double a1,
double a2,
double b1,
double b2)
a1 - x lower limit of the squarea2 - y lower limit of the squareb1 - x upper limit of the squareb2 - y upper limit of the squareTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.