normTheta: Computes the norm of a set of parameters.

Description Usage Arguments Value

Description

This function computes the norm of the Gaussian mixture parameters set as the sum of the respective norms of each element.

Usage

1
normTheta(p, mu, sigma)

Arguments

p

A numeric vector of size K.

mu

A list of K numeric vectors of size d.

sigma

A list of K square matrices of size dxd

Value

This function returns a numeric value which is the norm of the provided parameters.


km20/gemalgorithm documentation built on May 29, 2019, 2:50 p.m.