F
frank
Hi my question is simple and I do know a very slow and tedious way of doing
it. Anybody can offer me any advice to do it in a faster way? Here is my data
series.
I have an index daily closing price for 19 years.
Date Price
1/1/1998 20.30
1/2/1998 20.80
1//3/1998 20.45
****** ****
1/31/1998 23.98
2/1/1998 26.00
****** ****
9/31/2006 120.60
I want to compute monthly volatility (standard deviation) using daily
return. So for each month, I will use stdev function and select the
corresponding daily return (ranges from 20-25 data points depending on how
many trading days in that specific month). I need to do stdev functions for
200+ times to complete this exercise. Any one know any better way to do this?
it. Anybody can offer me any advice to do it in a faster way? Here is my data
series.
I have an index daily closing price for 19 years.
Date Price
1/1/1998 20.30
1/2/1998 20.80
1//3/1998 20.45
****** ****
1/31/1998 23.98
2/1/1998 26.00
****** ****
9/31/2006 120.60
I want to compute monthly volatility (standard deviation) using daily
return. So for each month, I will use stdev function and select the
corresponding daily return (ranges from 20-25 data points depending on how
many trading days in that specific month). I need to do stdev functions for
200+ times to complete this exercise. Any one know any better way to do this?