View source: R/computational_functions.R
univariate_functional_regression | R Documentation |
Compute refined estimate using translation invariant wavelet transform
univariate_functional_regression(
Y,
X,
method = c("TI", "HMM", "smash"),
filter.number = 1,
family = "DaubExPhase",
alpha = 0.05
)
Y |
matrix of responses |
X |
a one column matrix containing the covariate of interest |
filter.number |
see wd description in wavethresh package description |
family |
see wd description in wavethresh package description |
alpha |
required confidence level |
verbose |
logical |
... |
Other arguments. |
library(susiF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.