optimal_SVHT_coef_gamma_unknown: Optimal SVHT Coefficient with Unknown Noise Level

View source: R/optimal_SVHT_coef.R

optimal_SVHT_coef_gamma_unknownR Documentation

Optimal SVHT Coefficient with Unknown Noise Level

Description

Computes the optimal SVHT coefficient when the noise level is unknown.

Usage

optimal_SVHT_coef_gamma_unknown(beta)

Arguments

beta

A numeric vector representing the aspect ratio m/n, where 0 < \beta \leq 1.

Value

A numeric vector of optimal SVHT coefficients corresponding to each aspect ratio in beta.

Examples

beta <- 0.5
optimal_SVHT_coef_gamma_unknown(beta)

GSSTDA documentation built on June 22, 2024, 10:44 a.m.