天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

基于變化特征離散化的多維時(shí)間序列關(guān)聯(lián)分析

發(fā)布時(shí)間:2018-04-27 02:38

  本文選題:多維時(shí)間序列 + 時(shí)間序列表示。 參考:《東華大學(xué)》2017年碩士論文


【摘要】:隨著工程機(jī)械上不同類(lèi)型傳感器如溫度傳感器、壓力傳感器、濕度傳感器等的大規(guī)模部署,這些傳感器產(chǎn)生了大量的多維度時(shí)間序列數(shù)據(jù)。通過(guò)對(duì)這些傳感器采集的時(shí)間序列數(shù)據(jù)關(guān)聯(lián)分析,可用于發(fā)現(xiàn)工程機(jī)械各部件工作狀況的潛在關(guān)聯(lián)關(guān)系。這種潛在關(guān)系將為工程機(jī)械系統(tǒng)的故障預(yù)警和分析提供支持。但是,由于工程機(jī)械時(shí)間序列具有維度高和數(shù)據(jù)量大的特點(diǎn),使得傳統(tǒng)的Apriori關(guān)聯(lián)算法無(wú)法直接運(yùn)用。因此,本文從實(shí)際的工程機(jī)械時(shí)間序列數(shù)據(jù)出發(fā),針對(duì)工程機(jī)械時(shí)間序列具體特點(diǎn),提出一種適用于工程機(jī)械領(lǐng)域多維時(shí)間序列的關(guān)聯(lián)分析方法。首先,本文設(shè)計(jì)了多維時(shí)間序列關(guān)聯(lián)分析系統(tǒng)的整體框架,該框架分為預(yù)處理模塊,離散化模塊和關(guān)聯(lián)規(guī)則提取模塊。預(yù)處理模塊負(fù)責(zé)數(shù)據(jù)清洗和規(guī)范化,實(shí)現(xiàn)每個(gè)時(shí)間序列的取值范圍的規(guī)范化,并使每個(gè)時(shí)間序列符合高斯分布。另外,離散化模塊對(duì)規(guī)范化的時(shí)間序列進(jìn)行表示和離散化,也就是將數(shù)值型數(shù)據(jù)轉(zhuǎn)化成字符型數(shù)據(jù)。此外,關(guān)聯(lián)規(guī)則提取模塊利用改進(jìn)的時(shí)間特性關(guān)聯(lián)方法從離散化的時(shí)間序列中提取有效的關(guān)聯(lián)規(guī)則。接著,本文詳細(xì)說(shuō)明了離散化模塊所用到的技術(shù)。本文先對(duì)流行的PAA+SAX離散化方法進(jìn)行評(píng)估,發(fā)現(xiàn)PAA+SAX離散化方法有不足之處。PAA表示方法會(huì)改變時(shí)間序列規(guī)范化的結(jié)果。并且PAA表示方法會(huì)忽略原始時(shí)間序列的關(guān)鍵信息。另外,SAX離散化方法只能表示時(shí)間序列的大小特性,并且SAX的前提是時(shí)間序列符合高斯分布。然而,本文的數(shù)據(jù)集大部分不是高斯分布。所以本文對(duì)SAX離散化方法進(jìn)行改進(jìn),使其也可以處理非高斯分布的時(shí)間序列。針對(duì)SAX不能保留原始時(shí)間序列關(guān)鍵信息的不足,本文推薦了變化特征離散化方法,它可以處理非高斯分布的時(shí)間序列并保留原始時(shí)間序列的關(guān)鍵信息。最后,本文詳細(xì)闡述了關(guān)聯(lián)規(guī)則提取模塊所用到的時(shí)間特性關(guān)聯(lián)方法。該方法改進(jìn)了傳統(tǒng)的Apriori算法。因?yàn)閭鹘y(tǒng)的Apriori算法不考慮項(xiàng)的時(shí)間特性,所以需要改進(jìn)候選項(xiàng)的生成算法,支持度的計(jì)算方法和關(guān)聯(lián)規(guī)則生成算法。使得改進(jìn)的時(shí)間特性關(guān)聯(lián)方法不僅可以處理單重時(shí)間序列,還可以處理多重時(shí)間序列。不僅如此,本文使用頻率閾值和支持度閾值來(lái)獲得異常模式。針對(duì)本文數(shù)據(jù)集的周期性特點(diǎn),本文推薦了可以減少關(guān)聯(lián)算法運(yùn)行時(shí)間的關(guān)鍵時(shí)間片段關(guān)聯(lián)方法。
[Abstract]:With the large-scale deployment of different types of sensors such as temperature sensor, pressure sensor and humidity sensor in construction machinery, these sensors produce a large number of multi-dimensional time series data. Through the correlation analysis of the time series data collected by these sensors, it can be used to find out the potential correlation of the working conditions of the components of construction machinery. This potential relationship will provide support for early warning and analysis of engineering machinery system failures. However, because of its high dimension and large amount of data, the traditional Apriori association algorithm can not be used directly. Therefore, based on the actual construction machinery time series data, according to the specific characteristics of construction machinery time series, this paper proposes a method of correlation analysis suitable for multi-dimensional time series in the field of construction machinery. Firstly, the whole framework of multi-dimension time series association analysis system is designed, which is divided into preprocessing module, discretization module and association rule extraction module. The preprocessing module is responsible for data cleaning and normalization, and realizes the normalization of the value range of each time series, and makes each time series conform to Gao Si distribution. In addition, the discretization module represents and discretizes the normalized time series, that is, converting numeric data into character data. In addition, the association rule extraction module extracts the effective association rules from the discrete time series using the improved time characteristic association method. Then, this paper explains the technology used in the discretization module in detail. In this paper, the popular PAA SAX discretization method is evaluated, and it is found that the PAA SAX discretization method has some shortcomings. The PAA SAX representation method will change the result of time series normalization. And the PAA representation method ignores the key information of the original time series. In addition, sax discretization method can only express the size of time series, and the premise of SAX is that the time series conform to Gao Si distribution. However, most of the data sets in this paper are not Gao Si distribution. So the SAX discretization method is improved to deal with the time series of non-Gao Si distribution. In view of the deficiency that SAX can not retain the key information of original time series, this paper recommends a method of discretization of variation features, which can deal with the time series of non- distribution and retain the key information of original time series. Finally, the time characteristic association method used in the module of extracting association rules is described in detail. This method improves the traditional Apriori algorithm. Because the traditional Apriori algorithm does not consider the time characteristic of the item, it is necessary to improve the candidate term generation algorithm, the support degree calculation method and the association rule generation algorithm. The improved time characteristic correlation method can deal not only with single time series, but also with multiple time series. Moreover, the frequency threshold and the support threshold are used to obtain the abnormal pattern. In view of the periodicity of the data set in this paper, we recommend a critical time segment association method which can reduce the running time of the association algorithm.
【學(xué)位授予單位】:東華大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類(lèi)號(hào)】:O211.61

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 施久玉,杜金觀;有限個(gè)狀態(tài)時(shí)間序列的某些結(jié)果[J];應(yīng)用數(shù)學(xué)學(xué)報(bào);1990年01期

2 馮希杰;長(zhǎng)江三峽及其鄰區(qū)斷裂活動(dòng)時(shí)間序列[J];華南地震;1991年02期

3 王霞,郭嗣琮,劉淑娟;時(shí)間序列模糊滑動(dòng)預(yù)測(cè)[J];遼寧工程技術(shù)大學(xué)學(xué)報(bào)(自然科學(xué)版);1999年03期

4 溫品人;時(shí)間序列預(yù)測(cè)法的實(shí)際應(yīng)用分析[J];江蘇廣播電視大學(xué)學(xué)報(bào);2001年06期

5 許清海;混沌投資時(shí)間序列的嬗變[J];漳州師范學(xué)院學(xué)報(bào)(自然科學(xué)版);2003年01期

6 程毛林;時(shí)間序列系統(tǒng)建模預(yù)測(cè)的一種新方法[J];數(shù)學(xué)的實(shí)踐與認(rèn)識(shí);2004年08期

7 高潔;長(zhǎng)記憶時(shí)間序列適應(yīng)性預(yù)測(cè)的應(yīng)用[J];江南大學(xué)學(xué)報(bào);2004年05期

8 高潔;孫立新;;長(zhǎng)記憶時(shí)間序列的適應(yīng)性預(yù)測(cè)誤差的譜密度[J];統(tǒng)計(jì)與決策;2006年13期

9 楊鐘瑾;;淺談時(shí)間序列的分析預(yù)測(cè)[J];中國(guó)科技信息;2006年14期

10 李健;孫廣中;許胤龍;;基于時(shí)間序列的預(yù)測(cè)模型應(yīng)用與異常檢測(cè)[J];計(jì)算機(jī)輔助工程;2006年02期

相關(guān)會(huì)議論文 前10條

1 周家斌;張海福;楊桂英;;多維多步時(shí)間序列預(yù)報(bào)方法及其應(yīng)用[A];中國(guó)現(xiàn)場(chǎng)統(tǒng)計(jì)研究會(huì)第九屆學(xué)術(shù)年會(huì)論文集[C];1999年

2 馬培蓓;紀(jì)軍;;基于時(shí)間序列的航空備件消耗預(yù)測(cè)[A];中國(guó)系統(tǒng)工程學(xué)會(huì)決策科學(xué)專(zhuān)業(yè)委員會(huì)第六屆學(xué)術(shù)年會(huì)論文集[C];2005年

3 盧世坤;李夕海;牛超;陳蛟;;時(shí)間序列的非線(xiàn)性非平穩(wěn)特性研究綜述[A];國(guó)家安全地球物理叢書(shū)(八)——遙感地球物理與國(guó)家安全[C];2012年

4 李強(qiáng);;基于線(xiàn)性模型方法對(duì)時(shí)間序列中異常值的檢測(cè)及證券實(shí)證分析[A];加入WTO和中國(guó)科技與可持續(xù)發(fā)展——挑戰(zhàn)與機(jī)遇、責(zé)任和對(duì)策(上冊(cè))[C];2002年

5 戴麗金;何振峰;;基于云模型的時(shí)間序列相似性度量方法[A];第八屆中國(guó)不確定系統(tǒng)年會(huì)論文集[C];2010年

6 謝美萍;趙希人;莊秀龍;;多維非線(xiàn)性時(shí)間序列的投影尋蹤學(xué)習(xí)逼近[A];'99系統(tǒng)仿真技術(shù)及其應(yīng)用學(xué)術(shù)交流會(huì)論文集[C];1999年

7 張大斌;李紅燕;劉肖;張文生;;非線(xiàn)性時(shí)問(wèn)序列的小波-模糊神經(jīng)網(wǎng)絡(luò)集成預(yù)測(cè)方法[A];第十五屆中國(guó)管理科學(xué)學(xué)術(shù)年會(huì)論文集(下)[C];2013年

8 黃云貴;;基于時(shí)間序列的電網(wǎng)固定資產(chǎn)投資規(guī)模研究[A];2012年云南電力技術(shù)論壇論文集(文摘部分)[C];2012年

9 李松臣;張世英;;時(shí)間序列高階矩持續(xù)和協(xié)同持續(xù)性研究[A];21世紀(jì)數(shù)量經(jīng)濟(jì)學(xué)(第8卷)[C];2007年

10 陳赫;羅聲求;;歷史橫斷面數(shù)據(jù)的時(shí)間序列化[A];科學(xué)決策與系統(tǒng)工程——中國(guó)系統(tǒng)工程學(xué)會(huì)第六次年會(huì)論文集[C];1990年

相關(guān)重要報(bào)紙文章 前6條

1 ;《時(shí)間序列與金融數(shù)據(jù)分析》[N];中國(guó)信息報(bào);2004年

2 何德旭 王朝陽(yáng);時(shí)間序列計(jì)量經(jīng)濟(jì)學(xué):協(xié)整與有條件的異方差自回歸[N];中國(guó)社會(huì)科學(xué)院院報(bào);2003年

3 劉俏;讓數(shù)據(jù)坦白真相[N];21世紀(jì)經(jīng)濟(jì)報(bào)道;2003年

4 西南證券高級(jí)研究員 董先安邋德圣基金研究中心 郭奔宇;預(yù)計(jì)6月CPI同比上漲7.2%[N];證券時(shí)報(bào);2008年

5 東證期貨 王愛(ài)華 楊衛(wèi)東;兩年漲跌輪回 秋季普遍下跌[N];期貨日?qǐng)?bào);2009年

6 任勇邋鄭重;中國(guó)對(duì)世界鋼材價(jià)格的影響實(shí)證分析[N];現(xiàn)代物流報(bào);2007年

相關(guān)博士學(xué)位論文 前10條

1 張墨謙;遙感時(shí)間序列數(shù)據(jù)的特征挖掘:在生態(tài)學(xué)中的應(yīng)用[D];復(fù)旦大學(xué);2014年

2 張德成;滑坡預(yù)測(cè)預(yù)報(bào)研究[D];昆明理工大學(xué);2015年

3 苗圣法;時(shí)間序列的模式檢測(cè)[D];蘭州大學(xué);2015年

4 翁同峰;時(shí)間序列與復(fù)雜網(wǎng)絡(luò)之間等價(jià)性問(wèn)題及表征應(yīng)用研究[D];哈爾濱工業(yè)大學(xué);2015年

5 楊婷婷;用Argo浮標(biāo)結(jié)合衛(wèi)星觀測(cè)估算北太平洋經(jīng)向熱輸運(yùn)[D];中國(guó)科學(xué)院研究生院(海洋研究所);2015年

6 史文彬;時(shí)間序列的相關(guān)性及信息熵分析[D];北京交通大學(xué);2016年

7 原繼東;時(shí)間序列分類(lèi)算法研究[D];北京交通大學(xué);2016年

8 盧偉;基于粒計(jì)算的時(shí)間序列分析與建模方法研究[D];大連理工大學(xué);2015年

9 王曉曄;時(shí)間序列數(shù)據(jù)挖掘中相似性和趨勢(shì)預(yù)測(cè)的研究[D];天津大學(xué);2003年

10 李桂玲;時(shí)間序列的分割及不一致發(fā)現(xiàn)研究[D];華中科技大學(xué);2012年

相關(guān)碩士學(xué)位論文 前10條

1 陳健;基于多變量相空間重構(gòu)的投資組合策略研究[D];華南理工大學(xué);2015年

2 蘭鑫;時(shí)間序列的復(fù)雜網(wǎng)絡(luò)轉(zhuǎn)換策略研究[D];西南大學(xué);2015年

3 米曉將;區(qū)域尺度下月均氣溫的時(shí)空演化格局研究[D];昆明理工大學(xué);2015年

4 張鳴敏;基于支持向量回歸的PM_(2.5)濃度預(yù)測(cè)研究[D];南京信息工程大學(xué);2015年

5 林健;基于改進(jìn)小世界回聲狀態(tài)網(wǎng)的時(shí)間序列預(yù)測(cè)[D];渤海大學(xué);2015年

6 曹智麗;日氣溫和干旱指數(shù)支持向量回歸預(yù)測(cè)方法[D];南京信息工程大學(xué);2015年

7 高雄飛;基于分形理論的土壤含水量時(shí)間序列特性分析[D];長(zhǎng)安大學(xué);2015年

8 姚茜;城市安全生產(chǎn)發(fā)展目標(biāo)研究[D];中國(guó)地質(zhì)大學(xué)(北京);2015年

9 謝翠穎;蘇州社會(huì)消費(fèi)品零售總額簡(jiǎn)析[D];蘇州大學(xué);2015年

10 包仁義;基于時(shí)間序列的搜索引擎評(píng)估模型算法研究[D];東北師范大學(xué);2015年

,

本文編號(hào):1808833

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/yysx/1808833.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶(hù)02452***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com