Displaying 1 result from an estimated 1 matches for "grach".
Did you mean:
grace
2006 Apr 05
0
Help with Combination
Hi R-Experts,
I want to make a combination of different numbers 0,1,2,3 on which I
want to fit a garch model. I want to automate this for several grach
fitting combinations. I mean there will be several combinations and for
each combination my time series will fit a garch model. I have got
success to do the following. Please help me.
com <- c(0,1,2,3)
mat <- matrix(0, length(com)^2, 2)
Sumanta Basak.
THIS COMMUNICATION DOES NOT...