Skip to content

Instantly share code, notes, and snippets.

@taeold
Created January 12, 2017 19:30
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 taeold/1220e6374cd8138ac3ec98975912bbde to your computer and use it in GitHub Desktop.
Save taeold/1220e6374cd8138ac3ec98975912bbde to your computer and use it in GitHub Desktop.
for me of course
(for [c clusters
:let [cluster-by-years (apply map vector c)]]
(for [cluster-year cluster-by-years
:let [cluster-year (remove nil? cluster-year)]]
;; median function here
(apply + cluster-year)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment