Learn R Programming

GSSTDA (version 0.1.3)

get_omega: Compute the omega value

Description

It computes the omega value as described in "The Optimal Hard Threshold for Singular Values is \(\sqrt(4/ 3)\)".

Usage

get_omega(bet)

Value

Numeric. Omega 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_omega(0.3)

Run the code above in your browser using DataLab