Learn R Programming

fEGarch (version 1.0.1)

poly_order: Generics for Nonparametric Smoothing Setting Adjustments

Description

Generics to build methods on for adjusting certain settings in context of nonparametric smoothing. The generics are currently without use.

Usage

poly_order(x)

kernel_order(x)

boundary_method(x)

bwidth(x)

poly_order(x) <- value

kernel_order(x) <- value

boundary_method(x) <- value

bwidth(x) <- value

Value

The generics do not work on their own and thus do not return anything.

Arguments

x

the generics are currently without use.

value

the generics are currently without use.