Download the PHP package necromant2005/tt-math without Composer
On this page you can find all versions of the php package necromant2005/tt-math. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download necromant2005/tt-math
More information about necromant2005/tt-math
Files in necromant2005/tt-math
Download necromant2005/tt-math
More information about necromant2005/tt-math
Files in necromant2005/tt-math
Vendor necromant2005
Package tt-math
Short Description php standard math algorithms: running average, linear interpolation, derivative, local extremum
License MIT
Homepage https://github.com/truesocialmetrics/math
Package tt-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 tt-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 tt-math with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package necromant2005/tt-math contains the following files
Loading the files please wait ....