0.0.4-cbt • Published 4 years ago

statistic v0.0.4-cbt

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

statistic.js

a reduce function that calculates mean for standard deviation and other needed

First, install the statistic.js module, using npm install statistic, then include the code with require or import:

  • When you use require, you have the freedom to assign the module to any variable name you want, but you need to specify the module's name exactly: in this case, 'statistic'. The require method returns an object with all of the module's methods attached to it. var { Statistic } = require('statistic')
  • When you use import to use modules in my project. I'm probably using Babel, @std/esm, Webpack, or Rollup. Include a specific named export: import { Statistic } from 'statistic'
0.0.4-cbt

4 years ago

0.0.2-cbt

4 years ago

0.0.1-cbt

4 years ago

0.0.0-cbt

4 years ago

0.0.4-test

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.1.0

4 years ago