Questions
Please give an example of converting a data series into a time series using the
ts()
function.How are
zoo
andxts
different from thets()
function? Give an example of constructingxts
andzoo
objects.How do you read a file using
zoo
?How do you check stationarity in time series?
How do you identify an AR(2) model in R?
How do you identify an MA(2) model in R?
Provide an example for the given below model and execute it in R.
GARCH,
EGARCH,
VGARCH
How do you identify an ARIMA(1,1,1) model in R?
Provide an example for the given model and execute it in R.