TI_regression | R Documentation |
Compute refined estimate using translation invariant wavelet transform
TI_regression(obj, Y, X, verbose, filter.number, family, alpha, ...)
## S3 method for class 'susiF'
TI_regression(
obj,
Y,
X,
verbose = TRUE,
filter.number = 1,
family = "DaubExPhase",
alpha = 0.01,
...
)
obj |
a susiF object |
Y |
matrix of responses |
X |
matrix containing the covariates |
verbose |
logical |
filter.number |
see wd description in wavethresh package description |
family |
see wd description in wavethresh package description |
alpha |
required confidence level |
... |
Other arguments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.