Skip to content

Python implementations of kernel-based density derivative and density derivative ratio estimators

License

Notifications You must be signed in to change notification settings

spc90/dens_deriv_kernel_estim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Python implementations of kernel-based density derivative and density derivative ratio estimators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published