flow-ceil
Transform stream factory to round streamed numeric data values toward positive infinity (ceil).
Transform stream factory to round streamed numeric data values toward positive infinity (ceil).
Transform stream factory to chunk streamed data values.
Transform stream factory to calculate arithmetic means for streamed data arrays (chunks).
Transform stream factory to round streamed numeric data values.
Transform stream which returns the maximum value from a stream of numeric data.
Reduce transform stream which calculates the mean of streamed data.
Reduce transform stream which calculates the median of streamed data.
Transform stream which returns the minimum value from a stream of numeric data.
Transform stream factory to find sliding-window maximum values (moving max) over a numeric data stream.
Transform stream which calculates a sliding-window average (moving-mean) over a numeric data stream.
Transform stream which calculates a sliding-window sum (moving-sum) over a numeric data stream.
Transform stream factory to perform scalar multiplication on streamed numeric data values.
Through stream which removes all non-numeric values from a stream.
Transform stream factory to exponentiate numeric data stream values according a specified power.
Reduce transform stream which calculates quantiles over streamed data.
Through stream which performs a data reduction.
Thin wrapper for JSONStream parse.
Reduce transform stream which calculates the Pearson product-moment correlation coefficient matrix of streamed numeric data.
Thin wrapper for graceful-fs file read stream.
Converts an array to a readable stream.