poly_order {fEGarch} | R Documentation |
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
Arguments
x |
the generics are currently without use. |
value |
the generics are currently without use. |
Value
The generics do not work on their own and thus do not return anything.
[Package fEGarch version 1.0.1 Index]