gmmWeights-class {gmm4}R Documentation

Class "gmmWeights"

Description

The "gmmWeights" is an object used to compute different values like the objective function, covariance matrix, etc.

Objects from the Class

Objects can be created by calls of the form new("gmmWeights", ...). The method evalWeights is the constructor.

Slots

w:

Object of class "ANY" ~~

type:

Object of class "character" ~~

wSpec:

Object of class "list" ~~

Methods

evalObjective

signature(object = "gmmModels", theta = "numeric", wObj = "gmmWeights"): ...

quadra

signature(x = "matrixORnumeric", w = "gmmWeights"): ...

solveGmm

signature(object = "allNLGmm", wObj = "gmmWeights"): ...

solveGmm

signature(object = "linearGmm", wObj = "gmmWeights"): ...

Examples

showClass("gmmWeights")


[Package gmm4 version 0.0-2 Index]