Code Monkey home page Code Monkey logo

Comments (1)

englianhu avatar englianhu commented on June 6, 2024
1.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 1) %>% auto.arima
Series: . 
ARIMA(0,1,0) 

sigma^2 = 0.0009413966542781437592:  log likelihood = 2485.590000000000145519
AIC=-4969.189999999999599822   AICc=-4969.180000000000291038   BIC=-4964.1000000000003637981.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 10) %>% auto.arima
Series: . 
ARIMA(0,0,0)(0,1,0)[10] 

sigma^2 = 0.0009485104828998929894:  log likelihood = 2466.949999999999818101
AIC=-4931.899999999999636202   AICc=-4931.899999999999636202   BIC=-4924.5100000000002182791.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 12) %>% auto.arima
Series: . 
ARIMA(0,0,0)(0,1,0)[12] 

sigma^2 = 0.0009501059589014066538:  log likelihood = 2462.80999999999994543
AIC=-4923.619999999999890861   AICc=-4923.619999999999890861   BIC=-4916.039999999999963621.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 100) %>% auto.arima
Series: . 
ARIMA(0,0,0)(0,1,0)[100] 

sigma^2 = 0.001026045399758194815:  log likelihood = 2280.530000000000200089
AIC=-4559.060000000000400178   AICc=-4559.060000000000400178   BIC=-4549.3699999999998908611.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 120) %>% auto.arima
Series: .
ARIMA(0,0,0)(0,1,0)[120]

sigma^2 = 0.001045028663398494487:  log likelihood = 2239.110000000000127329
AIC=-4476.21000000000003638   AICc=-4476.21000000000003638   BIC=-4466.329999999999927241.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 1000) %>% auto.arima
Series: .
ARIMA(0,0,0) with non-zero mean

Coefficients:
                             mean
      117.19461532056617159014422
s.e.    0.01308706771212796507453

sigma^2 = 0.2058672768984180779:  log likelihood = -754.5399999999999636202
AIC=1513.07999999999992724   AICc=1513.07999999999992724   BIC=1537.079999999999927241.2 GiB [世博量化研究院*]❯ matrix(测试数据$闭市价, dimnames = list(测试数据$年月日时分, '闭市价'), ncol = 1) %>% zoo(frequency = 1200) %>% auto.arima
Series: . 
ARIMA(0,0,0) with non-zero mean 

Coefficients:
                              mean
      117.19461532056617159014422
s.e.    0.01308706771212796507453

sigma^2 = 0.2058672768984180779:  log likelihood = -754.5399999999999636202
AIC=1513.07999999999992724   AICc=1513.07999999999992724   BIC=1537.44000000000005457

以上设置zoo(frequency = 频率)循环周期,运算出的结果不一样...

from binary.com-interview-question.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.