Skip to content

Instantly share code, notes, and snippets.

@qsysmine
Created December 12, 2016 23:25
Show Gist options
  • Save qsysmine/0cb4de290209da2f6fdc82a7c8dcd0e2 to your computer and use it in GitHub Desktop.
Save qsysmine/0cb4de290209da2f6fdc82a7c8dcd0e2 to your computer and use it in GitHub Desktop.
window.getMean=function(u){cumulative=0,cumulative_=0;for(A in u)cumulative+=A*u[A],cumulative_+=u[A];return cumulative/cumulative_};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment