|
[Date Index]
[Thread Index]
[Author Index]
Re: moving average function
- To: mathgroup at smc.vnet.net
- Subject: [mg126341] Re: moving average function
- From: rtmphone09 at gmail.com
- Date: Wed, 2 May 2012 05:46:08 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jnlj94$n3k$1@smc.vnet.net> <jnoa47$547$1@smc.vnet.net>
This is intriguing, but the length of the returned list doesn't match the length of the original list.
Length /@ {testList, bma[testList, 5]}
{11, 15}
Prev by Date:
Re: Importing large file into table and calculating takes a long time. How to improve efficiency?
Next by Date:
Re: Integration bug? Integrate[Sin[2 t]^2 Cos[Cos[t - p]], {t, 0, 2 Pi}]
Previous by thread:
Re: moving average function
Next by thread:
Re: moving average function
|