get_wedin_bound_samples: Esimates the wedin bound for a data matrix with the...

Description Usage Arguments Value

View source: R/wedin_bound.R

Description

returns min(max(||E tildeV||, ||E^T tildeU||) / sigma_min(widetildeA), 1) from equation (7)

Usage

1
get_wedin_bound_samples(X, SVD, signal_rank, num_samples = 1000)

Arguments

X

Matrix. The data matrix.

SVD

List. The SVD decomposition of X.

signal_rank

Integer. The estimated signal rank of X.

Value

The the wedin bound samples.


idc9/r_jive documentation built on Oct. 20, 2020, 4:23 p.m.