public interface CentralMomentsSettable
Modifier and Type | Method and Description |
---|---|
void |
setMean(Matrix mean)
This method sets the mean vector of the random variable.
|
void |
setVariance(Matrix variance)
This method sets the variance-covariance matrix of the random variable.
|
void setMean(Matrix mean)
mean
- a Matrix instancevoid setVariance(Matrix variance)
variance
- a Matrix instance