Nothing Special   »   [go: up one dir, main page]

0.4.2 • Published 6 years ago

analysis v0.4.2

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

Analysis.js

An statistics library for the behavioural sciences written in TypeScript.

NPM version Travis build status
Under construction

Dependencies

Installation

npm install --save analysis

Sample usage

All samples use ES6/TypeScript syntax.

Using Node.JS:

import * as Analysis from 'analysis'

/** 
 * TODO ...
 */

In the browser with webpack or browserify:

// app.js with jQuery
var stats = require('analysis');

$.get('/api/data')
    .then(data => stats.descriptive.mode(data));

API

TODO

Testing

Clone the project and install the dependencies:

git clone https://github.com/seikho/analysis
cd analysis && npm install

Run the unit tests:

npm run test
0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

9 years ago

0.2.5

9 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago