File: threshold.rd

package info (click to toggle)
r-cran-wavethresh 4.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: ansic: 7,544; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,481 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\name{threshold}
\alias{threshold}
\title{Threshold coefficients}
\description{
Modify coefficients by thresholding or shrinkage. 

This function is generic. 

Particular methods exist for the following objects: 

\describe{
\item{wd object}{the \code{\link{threshold.wd}} function is used;}
\item{imwd object}{the \code{\link{threshold.imwd}} function is used;}
\item{imwdc object}{the \code{\link{threshold.imwdc}} function is used;}
\item{irregwd object}{the \code{\link{threshold.irregwd}} function is used;}
\item{wd3D object}{the \code{\link{threshold.wd3D}} function is used;} 
\item{wp object}{the \code{\link{threshold.wp}} function is used;}
\item{wst object}{the \code{\link{threshold.wst}} function is used.} 
}
}
\usage{
threshold(...)
}
\arguments{
\item{\dots}{See individual help pages for details.}
}
\details{
See individual method help pages for operation and examples. 
}
\value{
Usually a copy of the input object but containing thresholded or shrunk coefficients. 
}
\section{RELEASE}{Version 2 Copyright Guy Nason 1993 }
\seealso{
\code{\link{imwd.object}}, \code{\link{imwdc.object}}, \code{irregwd object}, \code{\link{threshold.imwd}}, \code{\link{threshold.imwdc}}, \code{\link{threshold.irregwd}}, \code{\link{threshold.wd}}, \code{\link{threshold.wd3D}}, \code{\link{threshold.wp}}, \code{\link{threshold.wst}} \code{\link{wd.object}}, \code{\link{wd3D.object}}, \code{\link{wp.object}}, \code{\link{wst.object}}. 
}
\keyword{manip}
\author{G P Nason}