msir-internal: Internal "msir" functions

msir-internalR Documentation

Internal 'msir' functions

Description

Internal functions for package 'msir'.

Usage

msir.fit(data, labels, G = NULL, modelNames = NULL, 
         control = emControl(itmax = c(.Machine$integer.max, 50)), 
         initialization = NULL, warn = FALSE, verbose = FALSE, ...) 

eigen.decomp(X1, X2, inv = FALSE, tol = sqrt(.Machine$double.eps))

mvdnorm(x, mean, sigma, log = FALSE, tol = sqrt(.Machine$double.eps))

normalize(x)
    
msir.parameters(object, numdir = object$numdir)

msir.components(object)
msir.componentsSlice(object)

msir.recoverdir(object, data, normalized = TRUE, std = FALSE)

Details

These functions are not intended to be called by the user.

Author(s)

Luca Scrucca luca.scrucca@unipg.it

See Also

msir


luca-scr/msir documentation built on March 2, 2024, 10:05 p.m.