Skip to content

Instantly share code, notes, and snippets.

@aita
Created July 1, 2013 05:44
Show Gist options
  • Select an option

  • Save aita/5898618 to your computer and use it in GitHub Desktop.

Select an option

Save aita/5898618 to your computer and use it in GitHub Desktop.
import scipy.stats
import scipy as sp
data = [3, 4, 5, 2, 3, 4, 5, 6, 4, 7]
print sp.stats.skew(data) # 0.303193339354
@aita

aita commented Jul 1, 2013

Copy link
Copy Markdown
Author

excelだと0.359543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment