Gain Function Generic
gain(object, lambda = seq(0, 0.5, 1e-04), ...)
This generic does not return anything and is just the basis for more sophisticated methods.
an input object; for the linear filters considered in this object, gain function values should be obtained.
a vector of frequencies (from 0 to 0.5) for which to obtain the gain function.
currently without use; for possible future compatibility.
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn
University),
Author and Package Creator
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.