CN117035524A - 一种时序数据满屏跳判断方法 - Google Patents

一种时序数据满屏跳判断方法 Download PDF

Info

Publication number
CN117035524A
CN117035524A CN202311018277.2A CN202311018277A CN117035524A CN 117035524 A CN117035524 A CN 117035524A CN 202311018277 A CN202311018277 A CN 202311018277A CN 117035524 A CN117035524 A CN 117035524A
Authority
CN
China
Prior art keywords
data
calculating
full screen
time
day
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311018277.2A
Other languages
English (en)
Inventor
陈岩磊
李洪灯
高继荣
宋巨
施星
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huaneng Lancang River Hydropower Co Ltd
Beijing Huaneng Xinrui Control Technology Co Ltd
Original Assignee
Huaneng Lancang River Hydropower Co Ltd
Beijing Huaneng Xinrui Control Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huaneng Lancang River Hydropower Co Ltd, Beijing Huaneng Xinrui Control Technology Co Ltd filed Critical Huaneng Lancang River Hydropower Co Ltd
Priority to CN202311018277.2A priority Critical patent/CN117035524A/zh
Publication of CN117035524A publication Critical patent/CN117035524A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06393Score-carding, benchmarking or key performance indicator [KPI] analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Development Economics (AREA)
  • Educational Administration (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Game Theory and Decision Science (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Marketing (AREA)
  • Pure & Applied Mathematics (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明提供了一种时序数据满屏跳判断方法,其具有简单、高效、准确的优点,可广泛应用于各种时序数据的分析与展示中。其包括如下步骤:1)对全天数据进行判断,按时间对数据进行先后排序数据按着先后顺序分别为t1,t2,t3,…,tn;2)将一天数据按着每60分钟划分一个时间段,分为24个时间段,计算每个时间段的振幅,F=|Tmax‑Tmin|;3)计算24个时间段的平均振幅,计算公式4)计算一天所有数据的平均值,计算公式5)计算波动程度指标index,计算公式6)计算平均振幅和均值的比值ratio,计算公式7)根据上述疏计算结果判定若index>0.01,并且ratio>0.1,则认为当天的数据出现了满屏跳。

Description

一种时序数据满屏跳判断方法
技术领域
本发明涉及数据分析的技术领域,具体为一种时序数据满屏跳判断方法。
背景技术
在工业互联网的大潮下,时序数据的数据体量越来越大,如何有效发挥出时序数据的价值是各个工业互联网平台和数据应用单位应该深入考虑的问题。在实际应用中,由于各种原因,时序数据可能会出现满屏跳现象,即在一段时间内,数据频繁波动,造成数据的不稳定性和噪声。因此,需要一种可靠的方法来判断时序数据中的满屏跳。
目前市面上没有公布出针对时序数据满屏跳的判断规则,而满屏跳又是时序数据变化模式中十分主要的一个部分,通过对时序数据满屏跳模式的分析,可以有效分析出发生数据满屏跳的时间和原因,及时发现数据问题和设备问题。在正常情况下该类数据的出现通常在设备周期性状态改变阶段,如果该类模式的出现没有出现在上述阶段,则大概率是设备或数据出现了问题,结合数据出现规律可以分析出该类问题是重复性问题还是偶发性问题,有效降低故障率,及时发现和解决问题。
发明内容
针对上述问题,本发明提供了一种时序数据满屏跳判断方法,其通过对时序数据的振幅和平均值进行计算,并通过设置阈值进行判断,快速准确地判断时序数据是否存在满屏跳现象,其具有简单、高效、准确的优点,可广泛应用于各种时序数据的分析与展示中。
一种时序数据满屏跳判断方法,其特征在于,其包括如下步骤:
1)对全天数据进行判断,按时间对数据进行先后排序数据按着先后顺序分别为t1,t2,t3,…,tn;
2)将一天数据按着每60分钟划分一个时间段,分为24个时间段,计算每个时间段的振幅,F=|Tmax-Tmin|;
3)计算24个时间段的平均振幅,计算公式
4)计算一天所有数据的平均值,计算公式
5)计算波动程度指标index,计算公式
6)计算平均振幅和均值的比值ratio,计算公式
7)根据上述疏计算结果判定若index>0.01,并且ratio>0.1,则认为当天的数据出现了满屏跳。
采用本发明后,其通过对时序数据的振幅和平均值进行计算,并通过设置阈值进行判断,快速准确地判断时序数据是否存在满屏跳现象。该方法具有简单、高效、准确的优点,可广泛应用于各种时序数据的分析与展示中。
附图说明
图1为本发明的方法流程示意图。
具体实施方式
一种时序数据满屏跳判断方法,见图1,其包括如下步骤:
1)对全天数据进行判断,按时间对数据进行先后排序数据按着先后顺序分别为t1,t2,t3,…,tn;
2)将一天数据按着每60分钟划分一个时间段,分为24个时间段,计算每个时间段的振幅F,F=|Tmax-Tmin|;
3)计算24个时间段的平均振幅,计算公式
4)计算一天所有数据的平均值,计算公式
5)计算波动程度指标index,计算公式
6)计算平均振幅和均值的比值ratio,计算公式
7)根据上述疏计算结果判定若index>0.01,并且ratio>0.1,则认为当天的数据出现了满屏跳。
其通过对时序数据的振幅和平均值进行计算,并通过设置阈值进行判断,快速准确地判断时序数据是否存在满屏跳现象。该方法具有简单、高效、准确的优点,可广泛应用于各种时序数据的分析与展示中。
对于本领域技术人员而言,显然本发明不限于上述示范性实施例的细节,而且在不背离本发明的精神或基本特征的情况下,能够以其他的具体形式实现本发明。因此,无论从哪一点来看,均应将实施例看作是示范性的,而且是非限制性的,本发明的范围由所附权利要求而不是上述说明限定,因此旨在将落在权利要求的等同要件的含义和范围内的所有变化囊括在本发明内。不应将权利要求中的任何附图标记视为限制所涉及的权利要求。
此外,应当理解,虽然本说明书按照实施方式加以描述,但并非每个实施方式仅包含一个独立的技术方案,说明书的这种叙述方式仅仅是为清楚起见,本领域技术人员应当将说明书作为一个整体,各实施例中的技术方案也可以经适当组合,形成本领域技术人员可以理解的其他实施方式。

Claims (1)

1.一种时序数据满屏跳判断方法,其特征在于,其包括如下步骤:
1)对全天数据进行判断,按时间对数据进行先后排序数据按着先后顺序分别为t1,t2,t3,…,tn;
2)将一天数据按着每60分钟划分一个时间段,分为24个时间段,计算每个时间段的振幅,F=|Tmax-Tmin|;
3)计算24个时间段的平均振幅,计算公式
4)计算一天所有数据的平均值,计算公式
5)计算波动程度指标index,计算公式
6)计算平均振幅和均值的比值ratio,计算公式
7)根据上述疏计算结果判定若index>0.01,并且ratio>0.1,则认为当天的数据出现了满屏跳。
CN202311018277.2A 2023-08-14 2023-08-14 一种时序数据满屏跳判断方法 Pending CN117035524A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311018277.2A CN117035524A (zh) 2023-08-14 2023-08-14 一种时序数据满屏跳判断方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311018277.2A CN117035524A (zh) 2023-08-14 2023-08-14 一种时序数据满屏跳判断方法

Publications (1)

Publication Number Publication Date
CN117035524A true CN117035524A (zh) 2023-11-10

Family

ID=88622324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311018277.2A Pending CN117035524A (zh) 2023-08-14 2023-08-14 一种时序数据满屏跳判断方法

Country Status (1)

Country Link
CN (1) CN117035524A (zh)

Similar Documents

Publication Publication Date Title
Adkins et al. Renewing assets with uncertain revenues and operating costs
CN111143169B (zh) 异常参数检测方法及装置、电子设备、存储介质
US8250005B2 (en) Change-point detecting method and apparatus
US7472024B2 (en) Data analysis apparatus and method
RU2011102604A (ru) Устройство и способ навигации
US20090271235A1 (en) Apparatus and method for generating survival curve used to calculate failure probability
Beaumont et al. An adaptive data collection procedure for call prioritization
US20130282331A1 (en) Detecting abnormal behavior
US9417981B2 (en) Data processing system, data processing method, and program
WO2011155308A1 (ja) 契約違反予測システム、契約違反予測方法および契約違反予測プログラム
JP6289273B2 (ja) 保守作業間隔適正化装置および保守作業間隔適正化方法
CN110175353A (zh) 电梯运行指标趋势分析方法
CN110033112A (zh) 一种百公里油耗预估分析方法
CN117035524A (zh) 一种时序数据满屏跳判断方法
CN105468910A (zh) 一种机电设备性能退化预测方法
CN101221644A (zh) 消费数据序列趋势信息获取方法及系统
Nguyen et al. Forecast on vietnam electricity consumption to 2030
CN115618076B (zh) 一种水文地质数据管理方法
JP6616889B2 (ja) ウインドウ評価方法および分析装置
CN112580880B (zh) 一种容量预测方法、计算机处理器以及终端设备
US20130030863A1 (en) Trend-based target setting for process control
Gershunskaya et al. Robust small area estimation using a mixture model
CN102193857B (zh) 一种嵌入式系统中fat文件系统异常状态量化测定方法
CN102928703B (zh) 一种测量短时闪变的方法及系统
CN109389331B (zh) 一种气窜风险评价方法及系统

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination