Package

org.apache.spark.ml.stat

distribution

Permalink

package distribution

Visibility
  1. Public
  2. All

Type Members

  1. class MultivariateGaussian extends Serializable

    Permalink

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

Members