Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 249 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 249 Bytes

Kernel-density-estimation

MATLAB implementation of 1-dimensional kernel density estimation with both Parzen windowing and nearest neighbors. I use the uniform kernel as my kernel function and my points are generated from a Gaussian distribution.