optimal_SVHT_coef_gamma_known: Optimal SVHT Coefficient with Known Noise Level

View source: R/optimal_SVHT_coef.R

optimal_SVHT_coef_gamma_knownR Documentation

Optimal SVHT Coefficient with Known Noise Level

Description

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

Usage

optimal_SVHT_coef_gamma_known(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_known(beta)

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