RubyGems Navigation menu

ministat 1.0.0

FEATURES/PROBLEMS: * Pure Ruby * It’s small and simple * It’s probably good enough * I haven’t profiled it against large data sets * Naive median implementation requires a sort, but it could be done in linear time. Patches welcome. * Missing tests for harmonic and geometric mean – the stats package I was generating test data with didn’t have them. == SYNOPSIS: require ‘ministat’ data = [1,2,3,4,5,6,7,7,6,5,4,4] puts MiniStat::Data.new(data).to_s

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 1.3.0 - October 16, 2011 (9 KB)
  2. 1.2.6 - November 23, 2010 (7,5 KB)
  3. 1.2.5 - November 13, 2010 (9 KB)
  4. 1.2.1 - June 18, 2010 (15 KB)
  5. 1.2.0 - June 18, 2010 (8,5 KB)
  6. 1.0.0 - November 11, 2007* (7,5 KB)
Zeige alle Versionen (7 total)

Runtime Abhängigkeiten (1):

hoe >= 1.3.0

Besitzer:

Autoren:

  • Dean Hudson

SHA 256-Prüfsumme:

f46807711e31115d42052a4362b478d4cdf55f02965ce12b5f2acfec863b73c9

Downloads insgesamt 27.024

Für diese Version 3.586

Lizenzen:

k.A.

Erforderliche Ruby-Version: > 0.0.0

Links: