Learn R Programming

deseats (version 1.1.0)

gain: Gain Function Generic

Description

Gain Function Generic

Usage

gain(object, lambda = seq(0, 0.5, 1e-04), ...)

Value

This generic does not return anything and is just the basis for more sophisticated methods.

Arguments

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.

Author

  • Dominik Schulz (Research Assistant) (Department of Economics, Paderborn University),
    Author and Package Creator

Details

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.