導航:首頁 > 股市知識 > 如何用r軟體做股票分析

如何用r軟體做股票分析

發布時間:2024-09-02 02:35:48

A. 如何用R 語言 建立 股票價格的時間序列

在下想用R語言對股票價格進行時間序列分析。
問題出在第一步,如何將股票價格轉換為時間序列。
我想用的語句是 pri <- ts (data, start=(), frequency= )
但是我不知道frequency 項該如何填?
因為股票的交易日是一周五天的。 那麼這個frequency 該如何設置呢?
我知道通常frequency= 12 為月度數據,frequency= 4 為季度數據,frequency= 1 為年度數據 但日數據怎麼寫我就不知道了

初學R語言,還望各位大俠多多幫助。

B. R語言怎麼把股票日收盤價轉換成對數收益率

知道一系列收盤價向量X,length=1000,求對數收益率的R語言代碼
acf(int[,2], lag.max = 15,type = "correlation", plot = TRUE,main='int monthly

acf(int.l[,2], lag.max = 15,type = "correlation", plot = TRUE,main='int monthly
log return')

Box.test(int[,2], lag = 5, type = "Ljung-Box")
Box.test(int[,2], lag = 10, type = "Ljung-Box")
Box.test(int.l[,2], lag = 5, type = "Ljung-Box")
Box.test(int.l[,2], lag = 10, type = "Ljung-Box")

運行結錯誤辦

> int <- read.table("d-intc7208.txt", head=T)
錯誤於file(file, "rt") : 打鏈結
外: 警告信息:
In file(file, "rt") :
打文件'd-intc7208.txt': No such file or directory

+ acf(int.l[,2], lag.max = 15,type = "correlation", plot = TRUE,main='int monthly
錯誤: 意外符號 in:
"
acf(int.l[,2], lag.max = 15,type = "correlation", plot = TRUE,main='int"
> log return')
錯誤: 意外符號 in "log return"

C. 在股票軟體中有沒有可以用威廉指標W&R選股的軟體

分析家軟體有用威廉指標W&R選股的以及各種指標選股,功能非常強大。

D. R軟體使用htmlTreeParse解析新浪財經股票網頁總是中文出現亂碼。用各種編碼(gb2312,utf-8等)方式都不行。

不要用gb2312, 先轉換為utf-8,
iconv(province.stock, to="utf-8")
htmlTreeParse處理後,再轉換為
iconv(province.stock, to="gb2312")

閱讀全文

與如何用r軟體做股票分析相關的資料

熱點內容
股票可以在支付寶買 瀏覽:299
唐家三少小說順序 瀏覽:73
文具股份股票行情 瀏覽:8
千方科技股票分析 瀏覽:842
線上股票策略首推丨億配資 瀏覽:471
平板能兼容幾個炒股軟體 瀏覽:553
股票期權增加的普通股股數怎麼理解 瀏覽:601
不小心按到手機懸浮窗上的股票 瀏覽:849
忻州師范學院分數線 瀏覽:596
自選股票查詢華夏 瀏覽:458
銀江股份股票19年凈利潤 瀏覽:698
股票交易平台怎樣充值 瀏覽:112
股票行情資料庫 瀏覽:945
炒股農業銀行如何綁定銀行卡 瀏覽:701
完美中國有限公司股票 瀏覽:809
手機看股票軟體什麼好 瀏覽:206
中關村股票分析雪球 瀏覽:155
每年的股票基金都是幾月份跌 瀏覽:446
華銀公司股票 瀏覽:15
回購股票對公司是利好嗎 瀏覽:508