Learn R Programming

GSSTDA (version 0.1.3)

get_lambda: Computes lambda

Description

Computes the value of lambda as defined in: "The Optimal Hard Threshold for Singular Values is \(\sqrt(4/ 3)\)".

Usage

get_lambda(bet)

Value

Numeric. Lambda value.

Arguments

bet

Beta value. Aspect ratio of the input matrix. $$\frac{m}{n}$$, were m is the number of rows of the input matrix and n the number of columns.

Examples

Run this code
get_lambda(0.3)

Run the code above in your browser using DataLab