gaussian_kernel_cdf: Subroutine to get the KDE estimate of Pr[X > x] using...

Description Usage Arguments

View source: R/kde_method.R

Description

Subroutine to get the KDE estimate of Pr[X > x] using Gaussian Kernels

Usage

1
gaussian_kernel_cdf(xs, x, bw = "bcv")

Arguments

xs

Observations X_i

x

Query point x

bw

Bandwidth estimation method: see help("bw.nrd")


snarles/ClassEx documentation built on May 6, 2019, 9:55 a.m.