Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 906 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 906 Bytes

densityLocPoly

This package is designed to estimate bivariate densities using nonparametric local polynomial procedures for data that belong to (complicated) domains in $R^2$.

This package has been created to illustrate the properties of the estimation procedure proposed in this paper.

Installation

You can install the development version of densityLocPoly from GitHub with:

# install.packages("devtools")
devtools::install_github("klutchnikoff/densityLocPoly")

Getting started

library("densityLocPoly")

Examples

Examples used in the companion paper arXiv:2308.01156 are accessible here