1.0.0 • Published 7 years ago
nrml v1.0.0
Methods for Standardization, Normalization
Methods
MinMax
example:
let arr = [1, 2, 3, 4, 5, 6]
let minMaxArr = minmax(arr)
which results in the following array
[ 0, 0.2, 0.4, 0.6, 0.8, 1 ]
Standardization (z-score normalization)
Utility Functions
min
max
mean
sum
sd
zscore
diff
1.0.0
7 years ago