Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fDist

Node module that generates the frequency distribution from an array of data

Usage:

var sample = require('fdist');

sample.fDist(['orange','pear','banana','banana','apple','orange','pear','banana'])

{ orange: 2, pear: 2, banana: 3, apple: 1 }

About

Returns the frequency distribution from an array of data

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages