Download the PHP package truesocialmetrics/math without Composer
On this page you can find all versions of the php package truesocialmetrics/math. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download truesocialmetrics/math
More information about truesocialmetrics/math
Files in truesocialmetrics/math
Download truesocialmetrics/math
More information about truesocialmetrics/math
Files in truesocialmetrics/math
Vendor truesocialmetrics
Package math
Short Description php standard math algorithms: running average, linear interpolation, derivative, local extremum
License MIT
Homepage https://github.com/truesocialmetrics/math
Package math
Short Description php standard math algorithms: running average, linear interpolation, derivative, local extremum
License MIT
Homepage https://github.com/truesocialmetrics/math
Please rate this library. Is it a good library?
Informations about the package math
tt-math
Introduction
Standard Math Algorithms: Running Average, Linear Interpolation
Features / Goals
- Simple functional API
- Implementation Running Average with custom window size
- Implementation Running Average with custom window size and Edge binding
- Implementation Linear interpolation
- Implementation Derivative
- Implementation Local Extremum
Installation
Main Setup
With composer
-
Add this to your composer.json:
- Now tell composer to download TweeMath PHP SDK by running the command:
Usage
Running average using with window size = 2
Running average using with window size = 2 and edges binding
Linear interpolation for the next point x=2
Linear interpolation for large numbers for the next point max + 2
Derivative for input with epsilon = 1
Local Extremum's for input with epsilon = 1
All versions of math with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package truesocialmetrics/math contains the following files
Loading the files please wait ....