Skip to contents

Compute refined estimate using translation invariant wavelet transform

Usage

univariate_functional_regression(
  Y,
  X,
  method = c("TI", "HMM", "smash"),
  filter.number = 1,
  verbose = FALSE,
  family = "DaubExPhase",
  alpha = 0.05,
  ...
)

Arguments

Y

matrix of responses

X

a one column matrix containing the covariate of interest

method

method to be used, allowed values are "TI", "HMM","smash"

filter.number

see wd description in wavethresh package description

verbose

logical

family

see wd description in wavethresh package description

alpha

required confidence level

...

Other arguments.