Displaying 2 results from an estimated 2 matches for "mohammad_s".
Did you mean:
mohammad
2009 Mar 04
2
Multivariate GARCH Package
Good day everyone,
I tried to find a multivariate GARCH package and failed to find one. Although when I searched R I found the following link which describes the package:
http://www.r-project.org/user-2006/Slides/Schmidbauer+Tunalioglu.pdf
can any one help me with this issue.
Thank you in advance
[[alternative HTML version deleted]]
2009 Mar 02
3
Partial sum of a vector
I am trying to run a loop where I can sum parts of a matrix. For example, I want at each step in the loop to sum the the next 4-values of a vector. I tried to do the following but the result were wrong:
for (i in 4:T) {
data_q[i-3,]=sum(data_m[i-3,]:data_m[i,])
}
can anyone please direct me on what should I do to run this loop properly
Thanks in advance
[[alternative HTML version deleted]]