optimal_SVHT_coef_gamma_unknown {GSSTDA} | R 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 |
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)
[Package GSSTDA version 1.0.0 Index]