Package Exports
- w-statistic
- w-statistic/dist/w-statistic.umd.js
- w-statistic/src/arrAverage.mjs
- w-statistic/src/arrCount.mjs
- w-statistic/src/arrStd.mjs
- w-statistic/src/regLine.mjs
- w-statistic/src/studentTInv.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (w-statistic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
w-statistic
A tool for statistical analysis.
Documentation
To view documentation or get support, visit docs.
Installation
Using npm(ES6 module):
npm i w-statisticIn a browser(UMD module):
Note: w-statistic does not dependent on any package.
Add script for w-statistic.
<script src="https://cdn.jsdelivr.net/npm/w-statistic@1.0.22/dist/w-statistic.umd.js"></script>