computeDotDensity: computeDotDensity

View source: R/computeDotDensity.R

computeDotDensityR Documentation

computeDotDensity

Description

computeDotDensity

Usage

computeDotDensity(Data, Means, Covariances, Weights)

Arguments

Data

[1:n, 1:2] Numeric matrix with n observations and 2 feature dimensions.

Means

List of l two-dimensional numeric vectors carrying mean vector.

Covariances

List of l 2x2 numeric matrices carrying covariance matrices.

Weights

[1:l] Numeric vector with l weights for l Gaussian Mixture Model components.

Value

DotDensity

[1:n] Numeric vector with density values for each observation from Data.

Author(s)

Quirin Stier


Mthrun/AdaptGauss2D documentation built on July 19, 2022, 3:11 a.m.