Skip to content

JavaScript statistics library for the behavioural sciences

Notifications You must be signed in to change notification settings

Seikho/analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

267 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript statistics library for the behavioural sciences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published