├── LICENSE.txt ├── README.md ├── composer.json └── src ├── Statistics.php └── StatisticsError.php /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oefenweb/php-statistics/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oefenweb/php-statistics/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oefenweb/php-statistics/HEAD/composer.json -------------------------------------------------------------------------------- /src/Statistics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oefenweb/php-statistics/HEAD/src/Statistics.php -------------------------------------------------------------------------------- /src/StatisticsError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oefenweb/php-statistics/HEAD/src/StatisticsError.php --------------------------------------------------------------------------------