Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: Rolling Means and Standard Deviations
From
Nick Cox <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
st: RE: Rolling Means and Standard Deviations
Date
Wed, 30 Nov 2011 12:50:52 +0000
You do not define "not working".
But why not check out -mvsumm- (SSC) instead as recommended very recently by Kit Baum?
Nick
[email protected]
David Ashcraft
I am trying to find the rolling mean and standard deviation. I know that I can use -rolling- command but somehow lost my track. Please see the example below:
use http://www.stata-press.com/data/r11/ibm
tsset t
generate ibmadj = ibm - irx
generate spxadj = spx - irx
now I want to generate means and standard deviation of both ibmadj and spxadj with window of 200 days. I looked in the Stata manual, it mentioned about the command. I believe, I should do the following:
rolling _sd, window(200) saving(means, replace) keep(date): gen sd=r(sd)
rolling _mean, window(200) saving(means, append) keep(date): gen mean=r(mean)
But this is not working. Any help will be greatly appreciated.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/