[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] SeqColl windowing?



On 24.10.2007, at 14:30, Fredrik Olofsson wrote:
or .slide with its arguments windowLength and stepSize?
a= [1, 2, 3, 4, 5, 6, 7, 8, 9]
a.slide(3, 1).clump(3)
a.slide(3, 2).clump(3)

that's a nice one. thanks james and frederik!

<sk>