Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 10 found.
[1] < 1 > [1]  Sort:

coefficients (Package: treethresh) : Extracting and updating coefficients stored in wd or imwd objects

extract.coefficients extracts wavelet coefficient vectors (in case of wd) and coefficient matrices (in case of imwd), so that these can be thresholded by treethresh or wtthresh. update.coefficients re-inserts these vector or matrices into the wd or imwd objects, such that the inverse transform can be computed using the thresholded coefficients.
● Data Source: CranContrib
● Keywords: utilities
● Alias: extract.coefficients, extract.coefficients.imwd, extract.coefficients.wd, insert.coefficients, insert.coefficients.imwd, insert.coefficients.wd
● 0 images

subtree (Package: treethresh) : Extract subtree by pruning according to a specified complexity parameter

Extracts a subtree from a tree object of the classes treethresh or wtthresh by pruning according to a specified value of the complexity parameter C.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: subtree, subtree.treethresh, subtree.wtthresh
● 0 images

thresh (Package: treethresh) : Perform thresholding according to a tree

Thresholds according to a tree object of the classes treethresh or wtthresh.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: thresh, thresh.treethresh, thresh.wtthresh
● 0 images

treethresh (Package: treethresh) : Compute optimal thresholding partition for a sequence, matrix, or

This function carries out the tree-based thresholding algorithm described in section 3 of Evers and Heaton (2009).
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: treethresh
● 0 images

get.w (Package: treethresh) : Extract estimated weights

Extracts from a tree object of the classes treethresh or wtthresh the estimated value of the weight w for each data point.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: get.w, get.w.treethresh, get.w.wtthresh
● 0 images

prune (Package: treethresh) : Prune a tree using cross-validation

Extracts an optimal subtree from a tree object of the classes treethresh or wtthresh. Contrary to subtree the values of the complexity parameter C does not need to be given, but is determined using cross-validation.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: prune, prune.treethresh, prune.wtthresh
● 0 images

estimate.sdev (Package: treethresh) : Estimate noise level from wavelet coefficients

estimate.sdev estimates by analysing the the wavelet coefficients at the finest level(s) of an wd or imwd object.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: estimate.sdev, estimate.sdev.imwd, estimate.sdev.wd
● 0 images

wavelet.treethresh (Package: treethresh) : Threshold wavelet coefficients

wavelet.threshold is a more user-friendly function for thresholding wavelet coefficients stored in an wd or imwd object. It combines the functions extract.coefficients, estimate.sdev (rescales the coefficients accordingly), treethresh or wtthresh, prune, thresh, and insert.coefficients
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: wavelet.treethresh
● 0 images

wtthresh (Package: treethresh) : Compute optimal thresholding partition for a sequence of linked arrays

This function carries out the joint thresholding algorithm described in section 5 of Evers and Heaton (2009). Though the function, in principle, can work any sequence of arrays, it is designed to work with blocks of wavelet coefficients. These can be extracted from an wd or imwd object using the function extract.coefficients.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: wtthresh
● 0 images

get.t (Package: treethresh) : Extract estimated hard threshold

Extracts from a tree object of the classes treethresh or wtthresh the estimated value of the hard threshold t for each data point.
● Data Source: CranContrib
● Keywords: nonparametric, tree
● Alias: get.t, get.t.treethresh, get.t.wtthresh
● 0 images