2017 © Pedro Peláez
 

library descriptive-statistics

Laravel package to perform some very very basic statistical operations

image

rraspo/descriptive-statistics

Laravel package to perform some very very basic statistical operations

  • Monday, December 5, 2016
  • by rraspo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

Descriptive statistics

Very very basic statistical operations with PHP, (*1)

Installation

composer require rraspo/descriptive-statistics

Usage

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

The Versions

05/12 2016

dev-master

9999999-dev

Laravel package to perform some very very basic statistical operations

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Juan A. Porras

01/11 2016

v0.1

0.1.0.0

Laravel package to perform some very very basic statistical operations

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Juan A. Porras