msir-internal: Internal "msir" functions

Description Usage Details Author(s) See Also

Description

Internal functions for package 'msir'.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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


msir documentation built on Jan. 13, 2021, 12:50 p.m.