Yes, this does exactly what I want. I should have thought of it in the first place. Thank you very much.
On Jun 23, 3:53 am, Christophe Grand <[email protected]> wrote: > If understand what you are looking for, I think partition can be useful: > (map avg (partition 30 1 daily-data)) > > Christophe > > On Tue, Jun 23, 2009 at 8:36 AM, Sean Devlin <[email protected]>wrote: > > > > > Hey all, > > Does anyone know of a moving window function? I'm curious if there > > are any tools like this for digital signals processing, 30-day moving > > averages, etc. > > > Sean > > -- > Professional:http://cgrand.net/(fr) > On Clojure:http://clj-me.blogspot.com/(en) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
