Hello,
I have daily stock returns and want to calculate monthly stock return volatility from those on STATA but have no idea how to as i am fairly new to STATA. Any ideas?
i came up with:
bysort stock (month): gen return_variance = return_sd*return_sd
but it's not working
I have daily stock returns and want to calculate monthly stock return volatility from those on STATA but have no idea how to as i am fairly new to STATA. Any ideas?
i came up with:
bysort stock (month): gen return_variance = return_sd*return_sd
but it's not working
Comment