Package

org.apache.spark.mllib.stat

distribution

Permalink

package distribution

Visibility
  1. Public
  2. All

Type Members

  1. class MultivariateGaussian extends Serializable

    Permalink

    :: DeveloperApi :: This class provides basic functionality for a Multivariate Gaussian (Normal) Distribution.

    :: DeveloperApi :: 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 http://en.wikipedia.org/wiki/Multivariate_normal_distribution#Degenerate_case)

    Annotations
    @Since( "1.3.0" ) @DeveloperApi()

Ungrouped