/movingmedian

Package movingmedian computes the median of a windowed stream of data.

Primary LanguageGoMIT LicenseMIT

movingmedian

GoDoc Build Status PR Stats Issues Stats

Description

Package movingmedian computes the median of a windowed stream of data.

Installation

This package can be installed with the go get command:

go get github.com/JaderDias/movingmedian