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

TruncGauss.kernel

Truncated Gaussian kernel function


Description

Truncated Gaussian kernel function

Usage

TruncGauss.kernel(x, sigma = 1)

Arguments

x

a vector.

sigma

the standard deviation of the truncated gaussian kernel.

Details

Truncated Gaussian Kernel with sigma the standard deviation parameter with default value 1.

K(x) = (1/{sigma*sqrt(2 π)} exp(-(x/sigma)^2/2)) (abs(x) <= 1)

We recommend a critical value of 3.6 for this kernel with sigma=1.

Examples

plot(function(x) TruncGauss.kernel(x), -2, 2,
main = " Truncated Gaussian 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.