Kunal Vyas ea2f1343c7 Added Mode Function
- Added the function in mode.js
- wrote the test cases.
2015-08-04 02:32:21 -04:00

12 lines
234 B
JavaScript

module.exports = [
require('./max'),
require('./mean'),
require('./median'),
require('./min'),
require('./mode'),
require('./prod'),
require('./quantileSeq'),
require('./std'),
require('./sum'),
require('./var')
];