package distribution
Type Members
-
class
MultivariateGaussian extends Serializable
This class provides basic functionality for a Multivariate Gaussian (Normal) Distribution.
This class provides basic functionality for a Multivariate Gaussian (Normal) Distribution. In the event that the covariance matrix is singular, the density will be computed in a reduced dimensional subspace under which the distribution is supported. (see here)
- Annotations
- @Since( "2.0.0" ) @DeveloperApi()