verbose: flag to print out progress information. Default is FALSE.
Returns
A kernel density estimate for bounded data is an object of class kde.
Details
There are two forms of density estimates which are suitable for bounded data, based on the modifying the kernel function. For boundary.kernel="beta", the 2nd form of the Beta boundary kernel of Chen (1999) is employed. It is suited for rectangular data boundaries.
For boundary.kernel="linear", the linear boundary kernel of Hazelton & Marshall (2009) is employed. It is suited for arbitrarily shaped data boundaries, though it is currently only implemented for rectangular boundaries.
References
Chen, S. X. (1999) Beta kernel estimators for density functions. Computational Statistics and Data Analysis, 31 , 131-145.
Hazelton, M. L. & Marshall, J. C. (2009) Linear boundary kernels for bivariate density estimation. Statistics and Probability Letters, 79 , 999-1003.