D-Stats
v0.0.4
Published
Simple statistics funcionality I needed in some of my Node apps for machine learning applications
Downloads
6
Maintainers
Readme
d-stats
Ultra light-weight logging module for NodeJS (and might even use on client side)
Simple stats library with custom classes created to use some well-known formulas/algorithms in my Node apps.
IMPORTANT: This is still very preliminary and not fully tested. Use at your own risk or perform due diligence to review code and add additional unit tests you feel are necessary.
@Release Notes
- 0.0.3 Added ./lib/index.js
- 0.0.2 Added .gitignore, cleaned up code a bit
- 0.0.1 Initial commit
Currently includes:
- BayesRule
- PearsonCoefficient
To run tests:
mocha tests