h_ICV: The ICV bandwidth.

Description Usage Arguments Details Value References See Also Examples

Description

Calculation of the ICV bandwidth for the Gaussian density estimator corresponding to expression (12) of Savchuk, Hart, and Sheather (2010).

Usage

1
h_ICV(x)

Arguments

x

numerical vector of data.

Details

Computing the ICV bandwidth for a univariate numerical data set of size n<12,058. The ICV bandwidth is consistent for the MISE optimal bandwidth (see Wand and Jones (1995)). The Gaussian kernel is used for computing the ultimate density estimate. The following values of the paramaters of the selection kernel L_ICV are used: (α,σ)=(2.42, 5.06). The ICV bandwidth does not exceed the oversmoothed bandwidth of Terrell (1990). See expression (12) of Savchuk et al. (2010).

Value

The ICV bandwidth.

References

See Also

ICV, C_ICV, L_ICV, MISE_mixnorm, KDE_ICV, LocICV.

Examples

1
2
# ICV bandwidth for a random sample of size n=100 from a N(0,1) density.
h_ICV(rnorm(100))

ICV documentation built on May 2, 2019, 7:31 a.m.

Related to h_ICV in ICV...