Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: RE: Intraday volatility


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: RE: Intraday volatility
Date   Mon, 7 Dec 2009 18:31:40 -0000

Your problem was Martin's point, just made. If you have one measurement for each combination of day and id, there is no variability to measure. In addition, Stata uses n - 1 within the formula for s.d. so the result is missing. So, no surprise there. 

Nick 
[email protected] 

Beatrice Crozza

yes, volatility means standard deviation.

I already tried what you suggested me but I received all missing values. Why?

2009/12/7 Nick Cox <[email protected]>:

> If volatility means here standard deviation, as I infer, then
>
> egen st = sd(return), by(id date)
>
> may be what you want.
>
> Nick
> [email protected]
>
> Beatrice Crozza
>
> these are my data:
>
> Date                  return          id
> 02/01/2009      .0003247        1
>                       .005724         2
>                       .0001587       3
>
> 03/01/2009      .0000997        1
>                       .0002494       2
>                      .000071          3
>
> 05/01/2009      .0001245        1
>                      .00015879      2
>                      .0003546       3
>
> I would like to compute the intraday volatility, i.e. the volatility
> for each day divided by the id.
> I typed:
> egen st=sd(return), by (id)
>
> but I don't know how to insert also the date, so that I can compute
> the intraday volatility.

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index