ml-array-standard-deviation
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

array-standard-deviation

NPM version npm download

Get the standard deviation in an array.

Installation

$ npm install --save ml-array-standard-deviation

Usage

import standardDeviation from 'ml-array-standard-deviation';

var data = [15, 13, 17, 14];
var stdv = standardDeviation(data);

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i ml-array-standard-deviation

Weekly Downloads

300

Version

1.1.8

License

MIT

Unpacked Size

4.59 kB

Total Files

8

Last publish

Collaborators

  • lpatiny
  • maasencioh
  • mljs-bot
  • stropitek
  • targos