Statalist


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

Re: st: RE: Intraday volatility


From   Beatrice Crozza <[email protected]>
To   [email protected]
Subject   Re: st: RE: Intraday volatility
Date   Mon, 7 Dec 2009 18:19:30 +0000

Dear Nick,

yes, volatility means standard deviation.

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

Thanks a lot.
Bea

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

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