Rick-Chen-PKU

Results 3 issues of Rick-Chen-PKU

比如一个观测序列长度为400,观测序列的取值为[1,2,...,20],状态序列取值为[1,2,...,8]时,把这样的数据扔到HMM模型里面,得到的边际概率基本都为零

``` d = tibble(x = c(1,2,3,4)) d % mutate(x = rec(x, rec="1=YES;2=No;3=Me;4=He", as.num = F, append = T) ) d$x ``` Hi, I did a simple test as shown in...

Dear developer, I am frequently encountering the following problem at runtime, is there any way to cope with this problem? ``` Error in dbSendQuery(conn, statement, ...) : could not run...