Learn R Programming

puma (version 3.14.0)

pumaPCAExpectations-class: Class pumaPCAExpectations

Description

This is a class representation for storing a set of expectations from a pumaPCA model. It is an internal representation and shouldn't normally be instantiated.

Arguments

Objects from the Class

Objects can be created by calls of the form new("pumaPCAExpectations", ...).

Slots

x:
Object of class "matrix" representing x
xxT:
Object of class "array" representing xxT
logDetCov:
Object of class "numeric" representing logDetCov

Methods

This class has no methods defined

See Also

Related method pumaPCA and related class pumaPCARes.