Displaying 2 results from an estimated 2 matches for "emata".
Did you mean:
mata
2007 Jul 04
2
Loop and cbind
Hi, I would like to apply the following function for i between 1 and 12, and
then construct a list of the return series.
for (i in 1:12){
ewma[i] <- emaTA(calm[[i]]^2,0.03)
standard[i]<- calm[[i]]/sqrt(ewma[i])
standard <- cbind(standard[i])
}
But it does not work. Could anyone give me some advice how can I achieve
this? Many thanks
--
View this message in context: http://www.nabble.com/Loop-and-cbind-tf4024291.html#a11430500
Sent from the R...
2008 Sep 17
0
fMultivar functions not loading under R-2.7
...Linux 8.04, loaded R via apt-get install R-base
etc. etc...
then in the R interface i ran install.packages("fMultivar"), chose the CRAN
mirror and it loaded fMultivar and all the required dependecies.
However, when I try to run the same code which makes use of the indicator
calculators (emaTA etc.) I get this warning:
Error: could not find function "fMultivar.emaTA"
upon further inspection looking at the available functions for fMultivar
> listFunctions(fMultivar)
[1] "contour.gridData" "dcauchy2d" "delliptical2d"
[4] "...