Hi all,
I am currently working on project about volatility timing.
The data I am working with is daily and I am not entirely sure what I can do to annualise the coefficients from the loop. The coefficients I need to annualise are alpha(constant) and beta and if possible the t-stat from alpha.
foreach var of varlist United_States-Global_Ex_US{
foreach var2 of varlist vUnited_States-vGlobal_Ex_US{
if "v`var'"=="`var2'"{
asdoc reg `var2' `var', robust nest save(volatilityI) dec(2)
}
}
}
Any help would be appreciated.
Thanks,
Marc
Related Posts with Annualising coefficients in a loop
explained variance cox regression str2ph str2d with factor variablesHi there, I am running some cox regression analyses and want to estimate the explained variance wit…
Questions about lud() and lusolve()Hi there! I have several questions about lud()and lusolve() functions. Reading MATA manual relativ…
GMM: Calculating Hansen J statistic and p-value by handHello, I am running a two-step dynamic difference GMM with a pilot Stata command. This command calcu…
Group averages and assign them to a specific dateHi, I am trying to make average of the median EPS that have been forecasted 90 days before the earn…
Hint to start programmingHello I am trying to write simple programs and can't seem to get started with what I am trying to d…
Subscribe to:
Post Comments (Atom)
0 Response to Annualising coefficients in a loop
Post a Comment