「 A Prediction Approach for Stock Market Volatility Based on Time Series Data 」 ieee access 改写 intro

https://ithelp.ithome.com.tw/upload/images/20210325/20109318OuEJssoSd3.png
Stock market is full of uncertainly factor , and stock price is fluctuate wave that impossible to control . However , trying to predict stock price is a vital act on business domain , every investor want to analysis the stock and forecast stock price , although that the dangerous of lose all investment risk is exist . Because of the reason is that this maybe can success to bring a large profit . Predict and forecast with arima model can apply in various situation . For example , arima predict can forecast daily sale volume , and generate next day , next week , next month value of future sale . Industry IOT connect the component output a day , to forecast the product rate of the industry company . Web scrap can get the social media hot issue , monitor the issue click , also mean popular . Observation the issue interval time can predict the issue news whether up or down , when is the issue will disappear , or get more popular . Web scrap also can request the bank's foreign coin website , to forecasting some coin value . Government open data can be used by arima predict model to forecast government and society trend . Economic researcher use arima technique to fit model , and analysis predicting the GDP . Temperature sensor generate air humid real time , it even have the possible that using arima to predict humid with sensor operate in small time slise to forecast last hour humid . In begin discuss to stock prrdict , arima also can be applied with stock predict using with the linear fit , the solution of linear regress to deal with stock predict .


<<:  恶意程序-伴侣病毒( malicious program-Companion virus)

>>:  Day12:字典(dictionary)

[Android Studio 30天自我挑战] EditText的元件介绍

EditText与TextView相似,但EditText用於APP需要输入资料时,例如:输入姓名、...

5. Html&Css&Javascript(上)

介绍 html(Hypertext Markup Language)是一种标记语言,就是里面的标记有...

Day.16 应用中学习- 资料库操作 ( golang / sql )

身处後端开发一定会接触到写code去操作资料库的需求,所以今天主题来介绍一点实务应用,透过Gola...

iOS App开发 OC 第一天, @interface设计思维

从Swift 到 OC 第一天, @interface设计思维 tags: OC 30 day 第一...

[Day12] 从 function 谈变数的 Scope

说到 function ,又要回头来谈变数在 function 的 scope(作用域) 先宣告一个...