mourner / simpleheat

A tiny JavaScript library for drawing heatmaps with Canvas
http://mourner.github.io/simpleheat/demo
BSD 2-Clause "Simplified" License
928 stars 185 forks source link

Kernel Density Estimation #2

Closed tmcw closed 10 years ago

tmcw commented 10 years ago

A more formal method for doing heatmaps, probably more performance-intensive than what this has right now, but possibly more readable/informative?

http://en.wikipedia.org/wiki/Kernel_density_estimation

mourner commented 10 years ago

Lets discuss in #2 (and Inverse Distance Weighting looks better out of the two)