Skip to content

Instantly share code, notes, and snippets.

@enjalot
Created August 3, 2013 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enjalot/6148062 to your computer and use it in GitHub Desktop.
Save enjalot/6148062 to your computer and use it in GitHub Desktop.
xf + ss
{"description":"xf + ss","endpoint":"","display":"svg","public":true,"require":[{"name":"crossfilter","url":"http://square.github.io/crossfilter/crossfilter.v1.min.js"},{"name":"simple stats","url":"http://rawgithub.com/tmcw/simple-statistics/master/src/simple_statistics.js"}],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/L2BSXgz.png"}
/*
xf = crossfilter(data);
ss.mean(myData);
ss.min(myData);
ss.quantile(myData , 0.2);
ss.linear_regression()
.data(myPoints)
.line()(50);
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment