computeRMS: computeRMS

View source: R/computeRMS.R

computeRMSR Documentation

computeRMS

Description

computeRMS

Usage

computeRMS(Data, Means, Covariances, Weights, EmpiricDataPDE)

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.

EmpiricDataPDE

[1:n] Numeric vector with density estimation of Data defined for each datapoint within the Data.

Value

Mu

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

Sigma

List of l 2x2 numeric matrices carrying covariance matrices.

Lambda

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

MainAxesAngle

List of length l with numeric vectors [1:3] with main axes and the angle between the first dimension of a 2D cartesian coordinate system the first main ax for all Gaussian Mixture Model components.

Author(s)

Quirin Stier


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