WaveThresh Help

InvBasis


Basis "inversion" with respect to a given basis.

DESCRIPTION

Invert representation with respect to a given basis.

This function is generic.

Particular methods exist. For the wst class object this generic function uses InvBasis.wst, for the wp class this generic function uses InvBasis.wp.

USAGE

InvBasis(x, ...)

REQUIRED ARGUMENTS

x
the object that you wish to apply basis averaging to.
...
Usually some form of basis description is also required. For wst class objects this is a nv class object. For wp class objects this is a nvwp class object.

OPTIONAL ARGUMENTS

...
methods may have additional arguments.

VALUE

A vector containing the inverted representation with respect to the selected basis.

DETAILS

See individual method help pages for operation and examples.

RELEASE

Version 3.6.0 Copyright Guy Nason 1995

SEE ALSO

nv, nvwp, wp, wp object, wst, wst object, InvBasis.wp, InvBasis.wst.