Packages

p

org.apache.spark.ml.stat

distribution

package distribution

Type Members

  1. 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()

Ungrouped