Time series prediction using R

前端 未结 4 464
暗喜
暗喜 2021-02-06 08:17

I have the following R code

library(forecast)
value <- c(1.2, 1.7, 1.6, 1.2, 1.6, 1.3, 1.5, 1.9, 5.4, 4.2, 5.5, 6, 5.6, 
6.2, 6.8, 7.1, 7.1, 5.8, 0, 5.2, 4.6,         


        
4条回答
  •  遥遥无期
    2021-02-06 09:17

    I suggest to look at the ltp package at https://code.google.com/p/ltp/ you can look also at a web frontend at https://github.com/matteoredaelli/predictoR

提交回复
热议问题