Skip to content

Calling Functions

Partha Sen edited this page Apr 8, 2014 · 1 revision

ts<-getSymbols("TATASTEEL.NS", from="1900-01-01") garchFit(OCHLR(ts)[,1] ~ garch(1,1), data = OCHLR(ts)[,5]) garchFit((OCHLR(ts)[,3]-OCHLR(ts)[,4]) ~ garch(1,1), data = OCHLR(ts)[,5])

Clone this wiki locally