Learn R Programming

md (version 1.0.4)

Selecting Bandwidth for Kernel Density Estimator with Minimum Distance Method

Description

Selects bandwidth for the kernel density estimator with minimum distance method as proposed by Devroye and Lugosi (1996). The minimum distance method directly selects the optimal kernel density estimator from countably infinite kernel density estimators and indirectly selects the optimal bandwidth. This package selects the optimal bandwidth from finite kernel density estimators.

Copy Link

Version

Install

install.packages('md')

Monthly Downloads

121

Version

1.0.4

License

GPL-2 | GPL-3

Maintainer

Last Published

February 21st, 2016

Functions in md (1.0.4)

ker

Kernel function
nom

Get number order matrix which is used in md
deltaboxm

Calculating delta
counter

Get 0-1 vector which is used for calculating empirical measure
fhat

Calculating estimated density value on some x with bandwidth h
scheffe

Calculating Scheffe sets
fhatboxm

Get estimated values of kernel density estimator on domain
xmm

Get number order vector which is used in md
dmm

Get number order matrix which is used in md
md

md selects bandwidth for kernel density estimator with minimum distance method. Minimum distance method directly selects optimal kernel density estimator in countably infinite kernel density estimators and indirectly selects optimal bandwidth. md selects optimal bandwidth in countably finite kernel density estimators.
xym

Get number order matrix which is used in md
subcounter

Auxiliary function which is used in md