@stdlib/stats-incr-rss
Compute the residual sum of squares (RSS) incrementally.
Compute the residual sum of squares (RSS) incrementally.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute the sum of absolute values (L1 norm).