PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Math » Math_Stats

Classes to calculate statistical parameters

This package is unmaintained.

Download latest release 0.9.1 (archived versions might be outdated)

License: PHP

Description

Package to calculate statistical parameters of numerical arrays
of data. The data can be in a simple numerical array, or in a
cummulative numerical array. A cummulative array, has the value
as the index and the number of repeats as the value for the
array item, e.g. $data = array(3=>4, 2.3=>5, 1.25=>6, 0.5=>3).
Nulls can be rejected, ignored or handled as zero values.

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#2322BogusBug2004-09-13There's an error in function median() in current _stable_ release
#3315ClosedBug2005-01-27frequency() generates notices
#6252ClosedReq2005-12-15Calculus of frequency give a E_NOTICE
#12465ClosedBug0.9.0beta32007-11-17Median Formula is Incorrect
#16790BogusReqUnknown2009-11-15functions generating random numbers need array output as well
#17924ClosedBug0.9.02010-10-03frequency and test suite broken