experiments.js
v0.1.0
Published
Statistical tools for experiment and data analysis
Downloads
23
Maintainers
Readme
Synopsis
This will be javascript library for statistics and analysis of experiments.
Code Example
results = experiments.oneWayAnova(responseArray, factorArray);
Motivation
This project was created to provide statistical tools for analyzig experiments with javascript
Installation
NPM: npm install experiments.js --save
API Reference
See my API Documentation.
Tests
npm run-script test
Contributors
Josefran Saenz ([email protected])
License
MIT