pca.getB: Low-dimensional approximation of data matrix X

View source: R/pca.R

pca.getBR Documentation

Low-dimensional approximation of data matrix X

Description

Low-dimensional approximation of data matrix X

Usage

pca.getB(X, k = NULL, rand = NULL, dist = "unif")

Arguments

X

data matrix

k

rank of X (number of components)

rand

a vector with two values - oversampling parameter (p) and number of iterations (q)

dist

distribution for generating random numbers, 'unif' or 'norm'


mdatools documentation built on March 6, 2026, 5:08 p.m.