public class CovarianceRandomDraw_FDRM
extends java.lang.Object
| Constructor and Description |
|---|
CovarianceRandomDraw_FDRM(java.util.Random rand,
org.ejml.data.FMatrixRMaj cov)
Creates a random distribution with the specified mean and covariance.
|
| Modifier and Type | Method and Description |
|---|---|
float |
computeLikelihoodP()
Computes the likelihood of the random draw
|
void |
next(org.ejml.data.FMatrixRMaj x)
Makes a draw on the distribution.
|
public CovarianceRandomDraw_FDRM(java.util.Random rand,
org.ejml.data.FMatrixRMaj cov)
rand - Used to create the random numbers for the draw. Reference is saved.cov - The covariance of the distribution. Not modified.