Skip to content
Prev 5763 / 15274 Next

Subject: Re: Standard Deviations using Sliding window?

You likely want just this:

diff(log(closes['2010-02-05::']))

or this:

   rollapply(as.zoo(whatever), ...)

(Actually I would have thought your command would have worked since
your object inherits from zoo and will check it out.)

On Fri, Mar 5, 2010 at 11:15 AM, Robert Nicholson
<robert.nicholson at gmail.com> wrote: