movingaverage

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

Rating: 5.0/5 (Total Votes: 2)

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

Xataface
Xataface

19 Feb 15

CegoAdm
CegoAdm

20 Feb 15

Qore asn1 Module
Qore asn1 Module

20 Feb 15

Comments to movingaverage

Comments not found
Add Comment
Turn on images!