This is an interactive demo for a new morphing algorithm with special properties that are motivated from Physics. It uses KD trees and kernel density estimates that are calculated in real time in this demo. All visualization is done using d3.js
and custom code for KD trees and kernel densities in JavaScript.
Link: morphDemo.html
Related Posts
-
Decouple
from December 31, 2016
Decoupling theoretical uncertainties from measurements of the Higgs boson.
-
PhD Thesis
from August 17, 2014
Finished my PhD thesis: Higgs Boson Discovery and First Property Measurements using the ATLAS Detector. It summarizes my work over a few years on Higgs Physics with ATLAS and on collaborative statistical modeling.
-
Wildcardians on Twitter
from April 27, 2015
A short project to visualize the social Twitter graph of people at Wildcard. The backend is particularly efficient in the number of API calls. The visualization is interactive in d3.js.
Go Top