- Tutorial in scipy
- Array-based tutorial in python with PDF and KDE
- Summary of univariate distribution including pdf methods
This tutorial actually explains why we should use KDE over a Histogram, it explains the cons of histograms and how KDE helps solve some issue that we usually encounter in ‘Sparse’ histograms where the distribution is hard to figure out.
- Supposedly a better implementation of KDE than SCIPY
How to use KDE? A tutorial about kernel density and how to use it in python. Has several good graphs and shows use cases.
Video tutorials about Kernel Density:
- KDE
- Non parametric Kernel Regression Estimation
- Non parametric Sieve Estimation
- Semi- nonparametric estimation
Udacity Video Tutorial - pretty good\