| Package Data | |
|---|---|
| Maintainer Username: | rraspo |
| Maintainer Contact: | juan.porras@edu.uag.mx (Juan A. Porras) |
| Package Create Date: | 2016-11-01 |
| Package Last Update: | 2016-12-05 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:11:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 45 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Very very basic statistical operations with PHP
composer require rraspo/descriptive-statistics
use EstDesc\EstDesc;
class SomeClass {
function someFunction {
...
$median = EstDesc::median($data);
...
}
}