Download the PHP package huasofoundries/math_histogram without Composer

On this page you can find all versions of the php package huasofoundries/math_histogram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package math_histogram

Math_Histogram

Codacy Badge Packagist Scrutinizer Code Quality Build Status StyleCI FOSSA Status

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.

To test, run:

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

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.

Math Histogram

Package: Math_Histogram

These classes can be used to calculate histogram distributions of data sets.

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.

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.

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

pear install Math_Stats

before you can start using Math_Histogram in your scripts.

--- Jesus M. Castagnetto

License

FOSSA Status


All versions of math_histogram with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
pear/pear_exception Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package huasofoundries/math_histogram contains the following files

Loading the files please wait ....