Code for generating the plots in my KDE primer.
Should run in both Python 2 and Python 3.
See requirements.txt
for the required dependencies and install with pip install -r requirements.txt
. You may wish to do so in a virtualenv
(or conda env
if you're using Anaconda).
Run python make_plots.py
, and inspect the output in the plots/
subdirectory. If you have FFMPEG or ImageMagick, the script make_video.sh
can be run from inside plots/kde_construction_convolution/
to generate the videos.