Skip to content

rraspo/descriptive-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Descriptive statistics

Very very basic statistical operations with PHP

Installation

composer require rraspo/descriptive-statistics

Usage

use EstDesc\EstDesc;
class SomeClass {
  function someFunction {
      ...
      $median = EstDesc::median($data);
      ...
  }
}

About

Very very basic statistical operations with PHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages