|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.probdistmulti.ContinuousDistributionMulti
public abstract class ContinuousDistributionMulti
ContinuousDistributionMulti
Classes implementing continuous multi-dimensional distributions should inherit from this class. Such distributions are characterized by a density function f (x1, x2,…, xd); thus the signature of a density method is supplied here. All array indices start at 0.
Constructor Summary | |
---|---|
ContinuousDistributionMulti()
|
Method Summary | |
---|---|
abstract double |
density(double[] x)
. |
abstract double[][] |
getCorrelation()
. |
abstract double[][] |
getCovariance()
. |
int |
getDimension()
. |
abstract double[] |
getMean()
. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContinuousDistributionMulti()
Method Detail |
---|
public abstract double density(double[] x)
public int getDimension()
public abstract double[] getMean()
public abstract double[][] getCovariance()
public abstract double[][] getCorrelation()
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |