forked from JaderDias/movingmedian
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jader Dias
committed
Jul 6, 2015
1 parent
8597a2f
commit f81da50
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
[documentation on godoc.org](//godoc.org/github.com/JaderDias/movingmedian "package movingmedian") | ||
movingmedian | ||
========== | ||
|
||
[![Build Status](https://drone.io/github.com/JaderDias/movingmedian/status.png)](https://drone.io/github.com/JaderDias/movingmedian/latest) | ||
|
||
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 | ||
|
||
Documentation | ||
------------- | ||
|
||
API documentation can be found [on godoc.org](//godoc.org/github.com/JaderDias/movingmedian "package movingmedian") |