https://github.com/cran/treethresh
Raw File
Tip revision: 673339bf624a62cd9f399982756dd23aad10cf48 authored by Ludger Evers on 29 June 2017, 21:14:42 UTC
version 0.1-11
Tip revision: 673339b
NAMESPACE
import(EbayesThresh)
import(wavethresh)
importFrom("graphics", "abline", "axis", "mtext", "segments")
importFrom("stats", "mad", "median", "na.omit", "sd")

useDynLib(treethresh, .registration = TRUE, .fixes = "C_")

export(extract.coefficients)
export(insert.coefficients)
S3method(extract.coefficients,wd)
S3method(extract.coefficients,imwd)
S3method(insert.coefficients,wd)
S3method(insert.coefficients,imwd)
export(estimate.sdev)
S3method(estimate.sdev,wd)
S3method(estimate.sdev,imwd)
export(treethresh)
export(wtthresh)
export(get.t)
S3method(get.t,treethresh)
S3method(get.t,wtthresh)
export(get.w)
S3method(get.w,treethresh)
S3method(get.w,wtthresh)
export(subtree)
S3method(subtree,treethresh)
S3method(subtree,wtthresh)
export(prune)
S3method(prune,treethresh)
S3method(prune,wtthresh)
export(thresh)
S3method(thresh,treethresh)
S3method(thresh,wtthresh)
export(wavelet.treethresh)
back to top