Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Biweight.kernel

Biweight kernel function


Description

Biweight kernel function.

Usage

Biweight.kernel(x)

Arguments

x

a vector.

Details

Biweight kernel:

K(x) = 15/16 ( 1 - x^2 )^2 (abs(x)<=1)

We recommend a critical value of 7 for this kernel function.

Examples

plot(function(x) Biweight.kernel(x),-2, 2,
main = " Biweight kernel ")

extremefit

Estimation of Extreme Conditional Quantiles and Probabilities

v1.0.2
GPL-2
Authors
Gilles Durrieu, Ion Grama, Kevin Jaunatre, Quang-Khoai Pham, Jean-Marie Tricot
Initial release
2019-05-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.