calcPercentInfo: Compute information represented by each dimensions

View source: R/analysis.R

calcPercentInfoR Documentation

Compute information represented by each dimensions

Description

Compute information represented by each dimensions

Usage

calcPercentInfo(l)

Arguments

l

SBF list object

Value

list with percentage of information represented by each dimension according to their Delta_i values

Examples

#' @examples
# create test dataset
set.seed(1231)
mymat <- createRandomMatrices(n = 4, ncols = 3, nrows = 4:6)

# SBF call. Estimate V using the sum of Di^TDi
sbf <- SBF(matrix_list = mymat)
calcPercentInfo(sbf)

amalthomas111/SBF documentation built on Sept. 2, 2022, 11:27 a.m.