dev-master
9999999-devSuper simple median calculation
MIT
The Requires
The Development Requires
1.1.1
1.1.1.0Super simple median calculation
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Super simple median calculation
Super simple PHP library for getting the median of array values (can also calc the average of the array's elements)., (*2)
composer install mazedlx/median, (*3)
$arrayOfValues = [1, 2, 5, 1000, 7] $m = new Median($arrayOfValues); $avg = $m->average(); // $avg == 203 $median = $m->median(); // $median == 5
Super simple median calculation
MIT
Super simple median calculation
MIT