univariate_functional_regression: Wrapper for univariate functional regression used on susiF

View source: R/computational_functions.R

univariate_functional_regressionR Documentation

Wrapper for univariate functional regression used on susiF

Description

Compute refined estimate using translation invariant wavelet transform

Usage

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

Arguments

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.

Examples

library(susiF)


stephenslab/susiF.alpha documentation built on June 11, 2025, 1:09 p.m.