wav_args_wshr | R Documentation |
A tibble with combinations of some possible arguments
that can be passed to get wavelet-based signal
estimation from the function wmtsa::wavShrink
.
wav_args_wshr(wtlist)
wtlist |
A named list of wavelet arguments for getting
wavelet-based signal estimation from |
S3 objetc of class args_wshr. This object is a list of the following element:
A tibble with arguments to get wavevel-based
signal estimation from
wmtsa::wavShrink
.
wav_smooth
# wmtsa arguments for using with wmtsa package
wshr_wmtsa <- list(
wavelet = c("haar", "d4", "d6", "d8", "s8"),
n.level = 1:4,
shrink.fun = c("hard", "soft", "mid"),
thresh.fun = c("universal", "minimax", "adaptive"),
xform = c("dwt", "modwt"),
reflect = c(TRUE, FALSE)
)
wav_args_wshr(wshr_wmtsa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.