1.1.18 • Published 3 years ago

@extra-math/modes.min v1.1.18

Weekly downloads
57
License
MIT
Repository
github
Last release
3 years ago

Finds the values that appear most often. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:

Similar: mean, median, modes, variance, range.

This is part of package extra-math.

This is browserified, minified version of @extra-math/modes. It is exported as global variable math_modes. CDN: unpkg, jsDelivr.

math.modes(...n);
// n: a list of numbers
const math = require("extra-math");

math.modes(1, 2);
// [1, 2]

math.modes(1, 2, 2);
// [2]

math.modes(1, 2, 2, 3, 3);
// [2, 3]

References

1.1.18

3 years ago

1.1.16

3 years ago

1.1.17

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.20

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago