Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.1 KB

README.md

File metadata and controls

43 lines (34 loc) · 2.1 KB

B-Spline Density Estimation Library

Supports nonparametric density estimation using B-Spline density estimator from univariate sample.

Estimation methods supported:

  • Empirical Characteristic Function (ECF): Cui, Kirkby and Nguyen (2019)
  • Galerkin Method: Kirkby, Leitao and Nguyen, (2021)
  • "Primal" Basis Estimation: Redner (1999)

Bandwidth Selection methods supported:

  • LCV - Likelihood Cross-Validation
  • LSCV - Least-Squares Cross-Validation
  • Apdaptive Rule of Thumb - Adaptive heuristic rule of thumb, See Cui, Kirkby and Nguyen (2019)
  • Plugin - uses plugin method based on estimate of roughness
  • Normal Rule - traditional normal rule of thumb

Acknowledgement: These libraries have been built in collaboration with:

Supporting Research Articles: