gain | R Documentation |
Gain Function Generic
gain(object, lambda = seq(0, 0.5, 1e-04), ...)
object |
an input object; for the linear filters considered in this object, gain function values should be obtained. |
lambda |
a vector of frequencies (from 0 to 0.5) for which to obtain the gain function. |
... |
currently without use; for possible future compatibility. |
A standard generic function. The purpose is to build various methods to instantaneously obtain gain function values for linear filters of different decomposition objects.
A generic that can be extended by methods to automatically obtain gain function values of linear filters described in certain objects.
This generic does not return anything and is just the basis for more sophisticated methods.
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn
University),
Author and Package Creator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.