Learn R Programming

quantspec (version 1.0-0)

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

Description

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

Usage

## S3 method for class 'KernelWeight':
getW(object)

Arguments

object
KernelWeight from which to get the kernel W.

Value

  • Returns the W attribute.