Click or drag to resize

NormalMultivariate Properties

The NormalMultivariate type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Covariance matrix of multivariate distribution. http://en.wikipedia.org/wiki/Covariance_matrix
(Overrides CVDistributionCovariance.)
Public propertyDimension
Dimension of the distribution.
(Inherited from CVDistribution.)
Public propertyEntropy
Entropy of the distribution. http://en.wikipedia.org/wiki/Information_entropy
(Inherited from CVDistribution.)
Public propertyIsCovariancePositiveDefinite
Indicates whether user specified covariance matrix is positive definite. N.B., if it's not positive definite, you can't use sample methods.
Public propertyMean
Mean of the distribution. http://en.wikipedia.org/wiki/Expected_value
(Inherited from CVDistribution.)
Public propertyMethod
Method of normal distribution generation.
Public propertyMode
Mode of the distribution. http://en.wikipedia.org/wiki/Mode_(statistics)
(Inherited from CVDistribution.)
Public propertyVariance
Variance of the distribution. http://en.wikipedia.org/wiki/Variance
(Inherited from CVDistribution.)
Top
See Also