https://github.com/cran/treethresh
Raw File
Tip revision: 5d693810cd6290de86fdc257d31ca8f564e682e2 authored by Ludger Evers on 20 November 2014, 00:00:00 UTC
version 0.1-8
Tip revision: 5d69381
NAMESPACE
import(EbayesThresh)
import(wavethresh)

useDynLib(treethresh)

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