Created
July 5, 2019 16:11
-
-
Save PragTob/a015648fbf2200ec8a81531c13c687e6 to your computer and use it in GitHub Desktop.
statistex reuse example
This file contains 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
iex> Statistex.variance([4, 9, 11, 12, 17, 5, 8, 12, 12], sample_size: 9, average: 10.0) | |
16.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment