Displaying 1 result from an estimated 1 matches for "nmixt".
Did you mean:
mixt
2011 Apr 19
0
RHmm, mixture of gaussians, memory could not be "read" error
...- 200
data <- getYahooData("GOOG", strftime(as.POSIXlt(Sys.time() - n*24*3600),format="%Y%m%d"))
keep <- c("Open","High","Low","Close")
data2 <- data[,keep]
#Now fit the Hidden Markov Model
library(RHmm);
HMMFit(data2, nStates=4, nMixt=3,dis="MIXTURE")
The HMMFit function returns usually an error (every once in a while it actually works, but if I run the command again it'll give the error)
Rgui.exe-Application Error
The instruction at "0x00530057" referenced memory at "0x00530057". The memory co...