getW-KernelWeight {quantspec}R Documentation

Get attribute W (kernel used for smoothing) from a KernelWeight.

Description

Get attribute W (kernel used for smoothing) from a KernelWeight.

Usage

## S4 method for signature 'KernelWeight'
getW(object)

Arguments

object

KernelWeight from which to get the kernel W.

Value

Returns the W attribute.


[Package quantspec version 1.2-3 Index]