Skip to content
Prev 8476 / 15274 Next

VaR: results unreliable

What exactly does residuals(model1)/fitted(model1) represent?
If you want the standardized residuals then that would be:
residuals(model1)/sigma(model1).
The documentation clearly states what each method on the fitted object
represents (i.e. fitted returns the conditional mean, sigma the 
conditional standard deviation etc).

Regards,
Alexios
On 11/09/2011 10:17, Brian G. Peterson wrote: