Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - pusewicz/descriptive_statistics: Descriptive Statistics for Elixir

Descriptive Statistics for Elixir. Contribute to pusewicz/descriptive_statistics development by creating an account on GitHub.

Visit SiteGitHub - pusewicz/descriptive_statistics: Descriptive Statistics for Elixir

GitHub - pusewicz/descriptive_statistics: Descriptive Statistics for Elixir

Descriptive Statistics for Elixir. Contribute to pusewicz/descriptive_statistics development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

Descriptive Statistics

Build Status

Descriptive Statistics is a library that allows you to compute simple descriptive statistics in Elixir. Inspired by https://github.com/thirtysixthspan/descriptive_statistics.

Examples

$ iex -r lib/descriptive_statistics.ex 

iex(1)> DescriptiveStatistics.sum [1,2,3]
6
iex(2)> DescriptiveStatistics.sum [2, 6, 9, 3, 5, 1, 8, 3, 6, 9, 2]
54
iex(3)> DescriptiveStatistics.mean [2, 6, 9, 3, 5, 1, 8, 3, 6, 9, 2]
4.909090909090909
iex(4)> DescriptiveStatistics.median [2, 6, 9, 3, 5, 1, 8, 3, 6, 9, 2]
5

Author

Brought to you by Piotr Usewicz.

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.