Probability

PDF (PROBABILITY DENSITY FUNCTION)

Kernel Density Estimation

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.

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:

  1. Non parametric Sieve Estimation

Udacity Video Tutorial - pretty good

Last updated