@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
Create an iterator which iteratively computes a cumulative sum.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
Compute the maximum value of all iterated values.
Compute the arithmetic mean over all iterated values.
Compute the arithmetic mean of absolute values for all iterated values.
Compute the arithmetic mean of squared absolute values for all iterated values.
Compute the minimum absolute value of all iterated values.
Return the last grapheme cluster (i.e., user-perceived character) of a string.
Left pad a string.
Trim whitespace characters from the beginning of a string.
Convert a string to lowercase.
Convert a string to Pascal case.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Remove the first UTF-16 code unit of a string.
Remove the first Unicode code point of a string.
Remove the first grapheme cluster (i.e., user-perceived character) of a string.
Remove the last UTF-16 code unit of a string.
Remove the last Unicode code point of a string.
Remove the last grapheme cluster (i.e., user-perceived character) of a string.