8000 GitHub - stmllr/DescriptiveStatistics: Basic set of methods to calculate descriptive statistics in PHP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stmllr/DescriptiveStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Descriptive Statistics

Basic set of methods to calculate descriptive statistics in PHP. Stuff that PHP should rather deliver. This was created in the context of a code kata. Don't use it for calculating statistics in real life. Instead, use R.

Calculation methods:

  • mean
  • median
  • variance
  • standard derivation

Homepage

https://github.com/stmllr/DescriptiveStatistics

Install

Via Git

$ git clone https://github.com/stmllr/DescriptiveStatistics.git

Via Composer

$ composer require stmllr/descriptive-statistics

Usage

// @todo add usage examples

Testing

phpunit

Contributing

Send pull requests via https://github.com/stmllr/DescriptiveStatistics

License

GNU GENERAL PUBLIC LICENSE Version 3 or any later version (GPLv3+). Please see License File.

About

Basic set of methods to calculate descriptive statistics in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0