Created
July 1, 2013 05:44
-
-
Save aita/5898618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
excelだと0.359543