From | Kit Baum <[email protected]> |
To | [email protected] |
Subject | st: Re: rolling calendar ests |
Date | Wed, 23 Mar 2005 07:49:13 -0500 |
However, if I wish to do a rolling estimate giving the standard deviation of
the last actual rather than calendar year (e.g. if today is 22 March I want
the standard deviation from 22 Mar 04 to 21 Mar 05, not from 1 Jan 04 to 31
Dec 05), is there an easy way to do that? If I know there are 252 trading
days per year, can I just ask it to calculate the std dev of the last 252
options? I'd like to do something like
egen sigma = sd(ret[_n-252]:ret[_n-1]) if firm[_n-252] == firm[_n]
but it doesn't seem to allow anything like that.
* * For searches and help try: * http://www.stata.com/support/faqs/res/findit.html * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |