UNPKG

experiments.js

Version:

Statistical tools for experiment and data analysis

32 lines (16 loc) 537 B
# 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](/API_DOCUMENTATION.md). # Tests npm run-script test # Contributors Josefran Saenz (josefsaenz@gmail.com) # License MIT