getBw-LagKernelWeight {quantspec}R Documentation

Get attribute bw (bandwidth / scaling parameter used for smoothing) from a LagKernelWeight.

Description

Get attribute bw (bandwidth / scaling parameter used for smoothing) from a LagKernelWeight.

Usage

## S4 method for signature 'LagKernelWeight'
getBw(object)

Arguments

object

LagKernelWeight from which to get the bandwidth bw.

Value

Returns the bw attribute.


[Package quantspec version 1.2-4 Index]