CN101706778A - Method for predicting power load - Google Patents

Method for predicting power load Download PDF

Info

Publication number
CN101706778A
CN101706778A CN200810118953A CN200810118953A CN101706778A CN 101706778 A CN101706778 A CN 101706778A CN 200810118953 A CN200810118953 A CN 200810118953A CN 200810118953 A CN200810118953 A CN 200810118953A CN 101706778 A CN101706778 A CN 101706778A
Authority
CN
China
Prior art keywords
sample
algorithm
load prediction
data
load
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
CN200810118953A
Other languages
Chinese (zh)
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN200810118953A priority Critical patent/CN101706778A/en
Publication of CN101706778A publication Critical patent/CN101706778A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a method for predicting power load and provides the power load prediction method which can better solve the problem of low accuracy. The invention provides application thereof in load prediction based on CURE algorithm. Application of the CURE algorithm in the load prediction comprises the following steps: (1) extracting data sample from a historical database of load prediction; (2) adopting hierarchical algorithm to cluster each sub-region of the data sample; and (3) clustering all the data in the sample and inputting representative points only including clusters found when all sub-regions cluster independently.

Description

A kind of method of load forecast
Technical field:
The present invention relates to a kind of Forecasting Methodology of electric load.
Background technology:
Load forecast is the important component part of energy management system and distribution management system, is the foundation of Power System Planning and traffic control, also is the necessary substance of electricity market commercial operation; The start and stop of the inner genset of electrical network can be reasonably arranged in load prediction accurately, reduce unnecessary rotation idle capacity, rationally arrange the turnaround plan of unit, under the condition of ordinary production that guarantees society and life, effectively reduce cost of electricity-generating, improve the economic and social benefits.
Short-term load forecasting is the basis that electric power system dispatching and planning authorities arrange to purchase the electricity plan and the formulation method of operation; Because electric load also has the randomness of self, so short-term load forecasting is a very complicated problems except being subjected to non-linear factors such as temperature, weather conditions influence.
People mainly comprise three aspects to the research of short-term load forecasting method: the research of the research of traditional algorithm, the research of modern algorithm and predicted application, it is different that each studies the emphasis of aspect, but, exist the not high problem of precision of prediction all the time because it is various to influence the factor of load prediction results.
Summary of the invention:
The present invention is exactly at the problems referred to above, and a kind of method that can well solve the load forecast of the not high problem of accuracy is provided.
For achieving the above object, the present invention adopts following technical scheme, the invention provides based on the application of CURE algorithm in load prediction the step of CURE algorithm in load prediction: (1), to extracting data sample out in the historical data base in the load prediction; (2), for each subregion, utilize the level algorithm to carry out cluster; (3), the total data in the sample is carried out cluster, input include only that each subregion finds during cluster alone bunch representative points.
The formula of CURE algorithm is as follows:
Min Σ j m Σ i - 1 n p ij d ( x j , y i ) Formula 1
Wherein define X=(x 1, x 2... x m) be the sample data space, m is the total sample number order, x jIt is j
Sample vector, n are the numbers that needs classification, y iBe the center vector of i class, d (x j, y i) be x jWith y iCertain distance, as Euclidean distance, manhatton distance etc.
Figure G2008101189532D0000022
Formula 2
The purpose of optimizing is to obtain y=(y 1, y 2... y m) make that formula 1 is satisfied.
Beneficial effect of the present invention:
The present invention has mainly used the cluster analysis in the data mining to the research of load forecast; Framework a kind of power load forecasting module based on the CURE clustering algorithm, the short-term electric load data are effectively predicted; And by mass data storage, the support of data mining and decision information can overcome the data finiteness effectively, imperfection and the influence of influence factor complicacy to predicting the outcome, performance unique advantage, realization economic worth.
Description of drawings:
Fig. 1 is a CURE algorithm synoptic diagram.
Embodiment:
(1), to extracting data sample out in the historical data base in the load prediction.When the data sample is carried out cluster, can be divided into two kinds of methods: a kind of is that whole sample datas are carried out cluster, and the method will make in the main memory that capacity is not enough and the system that makes can not finish by single pass.We adopt is that whole sample datas are divided into p district, and the data in each district are carried out cluster, like this can be the sample data of each subregion main memory of all packing into.
(2), for each subregion, utilize the level algorithm to carry out cluster.The level algorithm is actually and produces nested bunch collection, and the mode difference according to producing bunch collection can be divided into different level algorithms, and what we here adopted is agglomerative algorithm.Bunch number is n/ (p*q) for the first time, and wherein q is a certain constant.
Owing to use SCADA system acquisition data in the electric system, in the measurement of data, record, conversion, transmission course, all may cause fault and cause load data disappearance or unusual.The generation of abnormal data is at random, thereby the distribution in database also has uncertainty, all kinds of abnormal datas or at a time occur separately, or in same day continuous period, intersected to mix and occur, or on continuous many days same periods numerous situations such as cross-distribution.To the processing of abnormal data, be the key of impact prediction result's order of accuarcy.Can utilize two kinds of different technology suppressing exception points.First kind of technology is bunch deletion that will increases slowly.When bunch number when being lower than a certain threshold value, will only contain one or two member's bunch deletion; Second kind of technology is the final stage in cluster, with very little bunch deletion.
(3), the total data in the sample is carried out cluster, in order to guarantee in internal memory, to handle, input include only that each subregion finds during cluster alone bunch representative points.Use c point to represent each bunch, the entire database on the disk is carried out cluster.Data item in the database be assigned to nearest representative points represent bunch in.The set of representative points must be enough little adapting to the size of main memory, compare so each in n point all has with ck representative points.

Claims (2)

1. the method for a load forecast provides based on the application of CURE algorithm in load prediction, the step of CURE algorithm in load prediction: (1), to extracting data sample out in the historical data base in the load prediction; (2), for each subregion, utilize the level algorithm to carry out cluster; (3), the total data in the sample is carried out cluster, input include only that each subregion finds during cluster alone bunch representative points.
2. the method for a kind of load forecast according to claim 1 is characterized in that the formula of CURE algorithm is as follows:
Min Σ j m Σ i = 1 n p ij d ( x j , y i ) Formula 1
Wherein define X=(x 1, x 2... x m) be the sample data space, m is the total sample number order, x jBe j sample vector, n is the number that needs classification, y iBe the center vector of i class, d (x j, y i) be x jWith y iCertain distance, as Euclidean distance, manhatton distance etc.
Figure F2008101189532C0000012
Formula 2
Obtain y=(y 1, y 2... y m) make that formula 1 is satisfied.
CN200810118953A 2008-08-27 2008-08-27 Method for predicting power load Pending CN101706778A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200810118953A CN101706778A (en) 2008-08-27 2008-08-27 Method for predicting power load

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810118953A CN101706778A (en) 2008-08-27 2008-08-27 Method for predicting power load

Publications (1)

Publication Number Publication Date
CN101706778A true CN101706778A (en) 2010-05-12

Family

ID=42377004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810118953A Pending CN101706778A (en) 2008-08-27 2008-08-27 Method for predicting power load

Country Status (1)

Country Link
CN (1) CN101706778A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102426674A (en) * 2011-10-28 2012-04-25 山东电力集团公司青岛供电公司 Power system load prediction method based on Markov chain
CN102509173A (en) * 2011-10-28 2012-06-20 山东电力集团公司青岛供电公司 Markov chain based method for accurately forecasting power system loads
CN102779223A (en) * 2011-05-13 2012-11-14 富士通株式会社 Method and device for forecasting short-term power load
CN102999791A (en) * 2012-11-23 2013-03-27 广东电网公司电力科学研究院 Power load forecasting method based on customer segmentation in power industry
CN104063480A (en) * 2014-07-02 2014-09-24 国家电网公司 Load curve parallel clustering method based on big data of electric power
CN104123594A (en) * 2014-07-23 2014-10-29 国家电网公司 Power load short-term prediction method based on data reconstitution
WO2016074125A1 (en) * 2014-11-10 2016-05-19 Dalian University Of Technology Geographical map-based visualization of big data
CN109214458A (en) * 2018-09-19 2019-01-15 合肥工业大学 A kind of city load quantization method based on historical data
CN111583065A (en) * 2020-05-12 2020-08-25 广东电网有限责任公司计量中心 Power load data prediction method and device
CN111612031A (en) * 2020-04-03 2020-09-01 华电电力科学研究院有限公司 Regional building dynamic load prediction method based on high-dimensional spatial clustering neighbor search

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102779223A (en) * 2011-05-13 2012-11-14 富士通株式会社 Method and device for forecasting short-term power load
CN102426674B (en) * 2011-10-28 2015-06-10 山东电力集团公司青岛供电公司 Power system load prediction method based on Markov chain
CN102509173A (en) * 2011-10-28 2012-06-20 山东电力集团公司青岛供电公司 Markov chain based method for accurately forecasting power system loads
CN102426674A (en) * 2011-10-28 2012-04-25 山东电力集团公司青岛供电公司 Power system load prediction method based on Markov chain
CN102509173B (en) * 2011-10-28 2016-03-02 山东电力集团公司青岛供电公司 A kind of based on markovian power system load Accurate Prediction method
CN102999791A (en) * 2012-11-23 2013-03-27 广东电网公司电力科学研究院 Power load forecasting method based on customer segmentation in power industry
CN104063480A (en) * 2014-07-02 2014-09-24 国家电网公司 Load curve parallel clustering method based on big data of electric power
CN104123594A (en) * 2014-07-23 2014-10-29 国家电网公司 Power load short-term prediction method based on data reconstitution
CN104123594B (en) * 2014-07-23 2017-04-12 国家电网公司 Power load short-term prediction method based on data reconstitution
WO2016074125A1 (en) * 2014-11-10 2016-05-19 Dalian University Of Technology Geographical map-based visualization of big data
US10157219B2 (en) 2014-11-10 2018-12-18 Dalian University Of Technology Geographical map-based visualization of big data
CN109214458A (en) * 2018-09-19 2019-01-15 合肥工业大学 A kind of city load quantization method based on historical data
CN111612031A (en) * 2020-04-03 2020-09-01 华电电力科学研究院有限公司 Regional building dynamic load prediction method based on high-dimensional spatial clustering neighbor search
CN111583065A (en) * 2020-05-12 2020-08-25 广东电网有限责任公司计量中心 Power load data prediction method and device
CN111583065B (en) * 2020-05-12 2023-08-22 广东电网有限责任公司计量中心 Power load data prediction method and device

Similar Documents

Publication Publication Date Title
CN101706778A (en) Method for predicting power load
Hong et al. Optimal sizing of hybrid wind/PV/diesel generation in a stand-alone power system using Markov-based genetic algorithm
Yildiz et al. Household electricity load forecasting using historical smart meter data with clustering and classification techniques
CN103545832A (en) Photovoltaic system energy accumulation capacity configuration method based on power generation prediction errors
CN105701554A (en) Electrical equipment energy efficiency chaos analysis method based on massive measurement data
CN106503851A (en) A kind of improved Short-Term Load Forecasting Method based on wavelet analysises
Chan et al. Multiple classifier system for short term load forecast of microgrid
CN109636010A (en) Provincial power network short-term load forecasting method and system based on correlative factor matrix
CN106159998A (en) Regenerative resource micro-capacitance sensor Optimal Scheduling
Nasiri et al. Data analytics and information technologies for smart energy storage systems: A state-of-the-art review
Zhang et al. Application of decision trees to the determination of the year-end level of a carryover storage reservoir based on the iterative dichotomizer 3
Ran et al. EMD-based gray combined forecasting model-Application to long-term forecasting of wind power generation
Zhang et al. The power big data-based energy analysis for intelligent community in smart grid
Singh et al. Cost analysis of renewable energy-based microgrids
CN114221353A (en) Power grid regulation and control method, device, equipment, storage medium and computer program product
CN107748943A (en) A kind of grid power load management Forecasting Methodology based on cloud computing
Sundarapandi Edward et al. Challenges, strategies and opportunities for wind farm incorporated power systems: a review with bibliographic coupling analysis
Xiong et al. Forecasting ultra‐short‐term wind power by multiview gated recurrent unit neural network
CN115130842A (en) Configuration method and device of wind, light and fire integrated base
Zeng et al. Annual renewable energy planning platform: Methodology and design
CN109274124B (en) Wind power local consumption capability prediction method based on scene Markov method
CN105260948A (en) City water supply system daily plan scheduling decision-making method
Dou et al. An overview of short-term load forecasting based on characteristic enterprises
Bâra et al. Intelligent systems for predicting and analyzing data in power grid companies
Burenina et al. Improvement of methods for evaluating the cost-effectiveness of energy systems projects

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100512