rraspo / descriptive-statistics

Very very basic statistical operations with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 100.0%