Home

Awesome

ml-array

Functional utilities to transform and compute stats on arrays

Packages

NameDescription
ml-array-sequential-fillFill / create an array with sequential numbers
ml-array-minGet the minimum value in an array
ml-array-maxGet the maximum value in an array
ml-array-rescaleRescale an array into a range
ml-array-meanGet the average value in an array
ml-array-medianGet the median value in an array
ml-array-modeGet the first mode value in an array
ml-array-normedGet a normed array
ml-array-sumGet the sum or the array elements
ml-array-varianceGet the variance in an array
ml-array-standard-deviationGet the standard deviation in an array