2017 © Pedro Peláez
 

library math_histogram

Fork/Refactor of PEAR's Math Stats + Math Histogram

image

huasofoundries/math_histogram

Fork/Refactor of PEAR's Math Stats + Math Histogram

  • Thursday, June 7, 2018
  • by amenadiel
  • Repository
  • 13 Watchers
  • 0 Stars
  • 2,424 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

Math_Histogram

Codacy Badge Packagist Scrutinizer Code Quality Build Status StyleCI FOSSA Status, (*1)

This Package is a fork/refactor of classic PEAR's Math_Stats and Math_Histogram, adapted to use PSR4 autoloading, namespaces and PHP 5.5+ compatibility., (*2)

To test, run:, (*3)

make install
make test

So what were Math Stats and Math Histogram?

This project is intented to replace both Math Stats and Math Histogram, which were meant to be installed with PEAR. These were their descriptions, (*4)

Math Stats

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 = [ 3 => 4, 2.3 => 5, 1.25 => 6, 0.5 => 3]. Nulls can be rejected, ignored or handled as zero values., (*5)

Math Histogram

Package: Math_Histogram, (*6)

These classes can be used to calculate histogram distributions of data sets., (*7)

The Math_Histogram class computes histograms from unidimensional data sets. These are also known as 2D historgrams, and can be computed in the regular binned frequency or as cummulative frequency., (*8)

Similarly, the Math_Histogram3D and Math_Histogram4D classes compute distributions from bi- and tri-dimensional data sets (respectively), both in regular frequency and cummulative frequency modes., (*9)

This package requires the Math_Stats package, so if you do not have it installed, you need to do:, (*10)

pear install Math_Stats

before you can start using Math_Histogram in your scripts., (*11)

--- Jesus M. Castagnetto, (*12)

License

FOSSA Status, (*13)

The Versions

07/06 2018

dev-master

9999999-dev

Fork/Refactor of PEAR's Math Stats + Math Histogram

  Sources   Download

PHP PHP-3.0

The Requires

 

The Development Requires

by Jesus M. Castagnetto

13/02 2018

1.0.3

1.0.3.0

Fork/Refactor of PEAR's Math Stats + Math Histogram

  Sources   Download

PHP-3.0

The Requires

 

The Development Requires

by Jesus M. Castagnetto

09/10 2017

1.0.2

1.0.2.0

Fork/Refactor of PEAR's Math Stats + Math Histogram

  Sources   Download

PHP

The Requires

 

The Development Requires

by Jesus M. Castagnetto

08/10 2017

dev-analysis-qJx5KW

dev-analysis-qJx5KW

Fork/Refactor of PEAR's Math Stats + Math Histogram

  Sources   Download

PHP

The Requires

 

The Development Requires

by Jesus M. Castagnetto

29/08 2016

1.0.1

1.0.1.0

Fork/Refactor of PEAR's Math Stats + Math Histogram

  Sources   Download

PHP

The Requires

 

The Development Requires

by Jesus M. Castagnetto

29/08 2016

1.0.0

1.0.0.0

More info available on: http://pear.php.net/package/Math_Stats

  Sources   Download

PHP

The Requires

 

The Development Requires

by Jesus M. Castagnetto

04/04 2016

0.2.0

0.2.0.0

More info available on: http://pear.php.net/package/Math_Stats

  Sources   Download

PHP

The Requires

 

The Development Requires

by Jesus M. Castagnetto

28/01 2016

v0.1.0

0.1.0.0

More info available on: http://pear.php.net/package/Math_Stats

  Sources   Download

PHP

The Requires

 

The Development Requires

by Jesus M. Castagnetto