Skip to content

Array extension with methods for mathematical and statistical calculations

License

Notifications You must be signed in to change notification settings

evansagge/numeric_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numeric_array

An extension for the native Array class with support for mathematical/statistical calculations.

- Array#sum
- Array#total
- Array#average
- Array#avg
- Array#mean
- Array#variance
- Array#standard_deviation
- Array#std_dev

Usage

gem install numeric_array

require 'numeric_array'

If using bundler

gem 'numeric_array', :require => 'numeric_array'

About

Array extension with methods for mathematical and statistical calculations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages