bwidth,deseats-method: Retrieve the Used Bandwidth from an Estimation Object
Description
If either deseats or s_semiarma are
used to fit a model to time series data, this method retrieves
the applied bandwidth from the output object.
Usage
# S4 method for deseats
bwidth(object)
# S4 method for s_semiarma
bwidth(object)
Value
A numeric vector of length one that represents the bandwidth used in the
smoothing procedure is returned.
Arguments
object
an object either of class "deseats" or
"s_semiarma".
Details
When applying deseats or link{s_semiarma},
one approach is to let the functions automatically choose a
bandwidth for locally weighted regression. Using this method,
the applied bandwidth can be retrieved.