optimal_SVHT_coef_gamma_known {GSSTDA}R 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)

[Package GSSTDA version 1.0.0 Index]