File: Kernelheaping.Rd

package info (click to toggle)
r-cran-kernelheaping 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Kernelheaping.R
\docType{package}
\name{Kernelheaping}
\alias{Kernelheaping}
\title{Kernel Density Estimation for Heaped Data}
\description{
In self-reported or anonymized data the user often encounters heaped data,
i.e. data which are rounded (to a possibly different degree of coarseness).
While this is mostly a minor problem in parametric density estimation the bias can be very large 
for non-parametric methods such as kernel density estimation. This package implements a partly 
Bayesian algorithm treating the true unknown values as additional parameters and estimates the
rounding parameters to give a corrected kernel density estimate. It supports various standard 
bandwidth selection methods. Varying rounding probabilities (depending on the true value) and 
asymmetric rounding is estimable as well. Additionally, bivariate non-parametric density estimation 
for rounded data is supported.
}
\details{
The most important function is \code{\link{dheaping}}. See the help and the attached examples on how to use the package.
}