Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.82 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.82 KB

dens_deriv_kernel_estim

Python implementations of kernel-based density derivative and density derivative ratio estimators.
For density difference and density ratio estimators Python implementations exist, so those are not included here (also for copyright reasons).

This repository contains Python codes for the following methods:

  • MISED = Mean Integrated Squared Error for Derivatives (density derivative estimator)
  • LSDDR = Least Squares Density Derivative Ratio (density derivative ratio estimator)

The current implementations of MISED and LSDDR are either new or loosely based on existing MATLAB versions (see references below). The purpose of this repository is to allow the use of both methods with a similar call pattern and usage, as shown in the Jupyter notebook demo.

References for the methods in this repo:

References for other estimators, where Python codes already exist: