|
[Date Index]
[Thread Index]
[Author Index]
Re: Windowed standard deviation
- To: mathgroup at smc.vnet.net
- Subject: [mg65674] Re: Windowed standard deviation
- From: "Ray Koopman" <koopman at sfu.ca>
- Date: Thu, 13 Apr 2006 02:19:50 -0400 (EDT)
- References: <e1ikc8$3s4$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
john.hawkin at gmail.com wrote:
> Hello all,
>
> Does anyone have a mathematica function to do a windowed (or running)
> standard deviation that they could send me?
>
> Thanks,
>
> -John Hawkin
StandardDeviation /@ Partition[data,windowsize,1]
Prev by Date:
Re: using Legend package
Next by Date:
Re: Reaction-diffusion PDEs
Previous by thread:
Windowed standard deviation
Next by thread:
Problems with DirectoryName
|