movingaverage

Software Screenshot:
movingaverage
Software Details:
Version: 2.00
Upload Date: 11 May 15
Developer: Sean Reifschneider
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

movingaverage is a Python module to compute the moving average of a list. For example:

 from movingaverage import movingaverage print list(movingaverage([1,2,3,4,5,6], 3)) >>> [2,3,4,5]

movingaverage(data, sample_size):
 Return the moving averages of the data, with a window size of sample_size. sample_size must be an integer greater than 0.

Requirements:

  • Python

Similar Software

Valentina Database
Valentina Database

19 Feb 15

Cego-DBD
Cego-DBD

17 Feb 15

MonetDB
MonetDB

11 May 15

Comments to movingaverage

Comments not found
Add Comment
Turn on images!