public abstract class ContinuousDistributionMulti
extends java.lang.Object
| Constructor and Description |
|---|
ContinuousDistributionMulti() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
density(double[] x)
Returns
f (x1, x2,…, xd), the probability density of
X evaluated at the point
x, where
x = {x1, x2,…, xd}.
|
abstract double[][] |
getCorrelation()
Returns the correlation matrix of the distribution, defined as
ρij = σij/(σ_iiσ_jj)1/2.
|
abstract double[][] |
getCovariance()
Returns the variance-covariance matrix of the distribution, defined as
σij = E[(Xi - μi)(Xj - μj)]. |
int |
getDimension()
Returns the dimension d of the distribution.
|
abstract double[] |
getMean()
Returns the mean vector of the distribution, defined as
μi = E[Xi].
|
public abstract double density(double[] x)
x - value at which the density is evaluatedpublic int getDimension()
public abstract double[] getMean()
public abstract double[][] getCovariance()
public abstract double[][] getCorrelation()
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.