CN105184094A - 一种建筑物周边气温预测方法 - Google Patents

一种建筑物周边气温预测方法 Download PDF

Info

Publication number
CN105184094A
CN105184094A CN201510612826.8A CN201510612826A CN105184094A CN 105184094 A CN105184094 A CN 105184094A CN 201510612826 A CN201510612826 A CN 201510612826A CN 105184094 A CN105184094 A CN 105184094A
Authority
CN
China
Prior art keywords
prediction
temperature
vector
day
training sequence
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.)
Granted
Application number
CN201510612826.8A
Other languages
English (en)
Other versions
CN105184094B (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.)
South China University of Technology Architectural Design Research Institute Co., Ltd.
Original Assignee
ARCHITECTURAL DESIGN RESEARCH INSTITUTE OF SCUT
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 ARCHITECTURAL DESIGN RESEARCH INSTITUTE OF SCUT filed Critical ARCHITECTURAL DESIGN RESEARCH INSTITUTE OF SCUT
Priority to CN201510612826.8A priority Critical patent/CN105184094B/zh
Publication of CN105184094A publication Critical patent/CN105184094A/zh
Application granted granted Critical
Publication of CN105184094B publication Critical patent/CN105184094B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Air Conditioning Control Device (AREA)

Abstract

本发明公开了一种建筑物周边气温预测方法,包含以下顺序的步骤:将每日的室外气温和城市气温的数值分别记录为一维时间序列,得到准备训练序列;计算预测系数;进行局部线性预测;进行连续性预测。本发明的预测方法,将建筑物室外气温和建筑物所在城市气温的历史数据、气象部门提供的未来城市气温的预测数据都纳入预测模型之中,相对于单一数据源的预测方法,本方法可以显著提高预测精度。

Description

一种建筑物周边气温预测方法
技术领域
本发明涉及气温预测领域,特别涉及一种建筑物周边气温预测方法。
背景技术
现有的气温预测系统(或模型)中,一般研究对象是针对某一片大区域(如城市),基于对该区域历史统计数据得出一个统计模型,再利用某些算法进行修正。较常采用的是连续算法或者离散算法,如人工神经网络模型、指数平滑模型等,或由连续算法和离散算法相结合衍生出新型神经网络算法模型。
具体地,传统气温预测模型主要存在以下缺点:
一、主要针对的是大片区域,体现的是一个相对宏观的区域温度值,一般无法精确到某一建筑物,其对于具体到该建筑物内的相关内容,如空调温度设定、能耗情况分析等,是没有任何指导意义的。现实中的气温数据都是非平稳的,其变化受许多相关参数的影响,如湿度、照度、风速、风向等等,有些起着长期的、决定性的作用,使气温的变化呈现某种趋势和一定的规律性;有些则起着短期的、非决定性的作用,使气温的变化呈现出某种不规则性。这些因素与实际气温的相关性是不一样的。
二、不能有效地给出这些因素与实际气温相关性的解决方案,导致气温预测结果出现较大偏差。
三、没有考虑地形、地貌等对气温可能造成的影响。比如,处在山坡下和处于河流边的建筑物的气温变化情况肯定不同。比如,建筑物处于北部则会比处于南部的建筑物,会更早受到寒流的影响。这些因素,对建筑物室外的气温预测势必造成极大的影响,若预测模型对此不进行考虑,则预测结果会产生较大误差。
四、由于算法复杂,系统运行效率低下,很难做到实时、连续地对温度进行预测。
发明内容
本发明的目的在于克服现有技术的缺点与不足,提供一种建筑物周边气温预测方法,通过建立建筑物室外气温预测模型,对未来一定时间内的建筑物室外气温进行预测。
本发明的目的通过以下的技术方案实现:
一种建筑物周边气温预测方法,包含以下顺序的步骤:
将每日的室外气温和城市气温的数值分别记录为一维时间序列,得到准备训练序列;
计算预测系数;
进行局部线性预测;
进行连续性预测。
所述建筑物周边气温预测方法,具体包含以下顺序的步骤:
S1.准备训练序列:
将每日的室外气温和城市气温的数值分别记录为一维时间序列:
x(1),x(2),x(3),......,
x'(1),x'(2),x'(3),......
设待预测的值(即期望响应)为x(n+1),局部线性预测器的阶数为K,则对x(n+1)的预测可表示为:
x ~ ( n + 1 ) = [ x ′ ( n + 1 ) , x ( n ) , x ( n - 1 ) , ... , x ( n - K + 1 ) ] · [ c 1 , c 2 , ... , c K ] T
其中x=[x'(n+1),x(n),x(n-1),...,x(n-K+1)]T为样本向量,c=[c1,c2,...,cK]T为系数向量,为预测值;根据线性估计的最小均方误差准则,c应满足尤利沃克方程:
Rc=d
其中,R=E(xxT)为样本向量的局部自相关矩阵(注意不是全局自相关),d=E(x·x(n+1))为输入向量与期望响应的局部互相关向量(注意不是全局互相关);E(·)表示取随机变量期望的操作;为了得到系数向量,需要使用一定长度的训练序列来估计自相关矩阵和互相关向量;设训练序列的长度为M,意味着两组训练数据为:
x(n),x(n-1),...,x(n-M+1),
x'(n),x'(n-1),...,x'(n-M+1);
S2.计算预测系数:
通过S1中两组长为M的训练序列,可以构造M-K+1个预测方程;即可以将训练序列分成M-K+1组,其中第i组的样本向量为:xi=[x'(i),x(i-1),...,x(i-K+1)]T,期望响应为:x(i),构造的预测方程为:n-M+K≤i≤n;则自相关矩阵和互相关向量可以按下式进行估计:
R = 1 M - K + 1 XX T
d = 1 M - K + 1 · Σ i = n - M + K n x i x ( i )
其中,为各个样本向量按列合成的矩阵;然后,即可计算系数向量:
c=R-1d
S3.进行线性预测:
由估计出的系数向量,即可对次日室外气温进行预测;
x ~ ( n + 1 ) = [ x ′ ( n + 1 ) , x ( n ) , x ( n - 1 ) , ... , x ( n - K + 1 ) ] · [ c 1 , c 2 , ... , c K ] T
其中,为待预测的次日室外最高气温,x'(n+1)为次日城市最高气温,它可以从气象部门的天气预报中获知;
S4.连续性预测:
当时间向前推移一天(或一段时间段)后,训练序列和样本向量会随之更新,从而估计出新的预测系数,进行后面一天(或一段时间段)的室外气温预测。
可见,预测模型是自适应的、动态、可持续的。
本发明与现有技术相比,具有如下优点和有益效果:
(1)提出针对建筑物室外的气温预测算法:本发明提出一种基于MA模型的局部线性气温预测方法,建立建筑物室外气温预测模型,对未来一定时间内的建筑物室外气温进行预测。
(2)根据建筑物室外的气温预测值,实现对室内设备的控制:对建筑物室外气温进行预测后,将预测结果应用于建筑智慧能源管理系统,用于对建筑内环境参数的预先设定,进而实现对制冷(热)和通风设备的智能控制。
(3)提高气温预测模型的预测精度:该建筑物室外气温预测模型,主要为将建筑物室外气温和建筑物所在城市气温的历史数据、气象部门提供的未来城市气温的预测数据都纳入预测模型之中,相对于单一数据源的预测方法,本方法可以显著提高预测精度。
(4)提高气温预测系统的运行效率:该建筑物室外气温预测模型,采用局部线型预测方法,线性预测器的阶数较低,以及训练序列的长度是固定的较短时间长度。通过算法的递归方式,使预测模型是自适应的、动态、可持续的。相对与传统预测方法,本方法可显著提高系统运行效率。
附图说明
图1为本发明所述的一种建筑物周边气温预测方法的流程图。
图2为图1所述预测方法的预测气温与真实气温对比图。
图3为图1所述预测方法的预测气温与真实气温的误差分析图。
具体实施方式
下面结合实施例及附图对本发明作进一步详细的描述,但本发明的实施方式不限于此。
如图1所示,建筑物周边气温预测方法,具体包含以下顺序的步骤:
S1.准备训练序列:
将每日的室外气温和城市气温的数值分别记录为一维时间序列:
x(1),x(2),x(3),......,
x'(1),x'(2),x'(3),......
设待预测的值(即期望响应)为x(n+1),局部线性预测器的阶数为K,则对x(n+1)的预测可表示为:
x ~ ( n + 1 ) = [ x ′ ( n + 1 ) , x ( n ) , x ( n - 1 ) , ... , x ( n - K + 1 ) ] · [ c 1 , c 2 , ... , c K ] T
其中x=[x'(n+1),x(n),x(n-1),...,x(n-K+1)]T为样本向量,c=[c1,c2,...,cK]T为系数向量,为预测值;根据线性估计的最小均方误差准则,c应满足尤利沃克方程:
Rc=d
其中,R=E(xxT)为样本向量的局部自相关矩阵(注意不是全局自相关),d=E(x·x(n+1))为输入向量与期望响应的局部互相关向量(注意不是全局互相关);E(·)表示取随机变量期望的操作;为了得到系数向量,需要使用一定长度的训练序列来估计自相关矩阵和互相关向量;设训练序列的长度为M,意味着两组训练数据为:
x(n),x(n-1),...,x(n-M+1),
x'(n),x'(n-1),...,x'(n-M+1);
S2.计算预测系数:
通过S1中两组长为M的训练序列,可以构造M-K+1个预测方程;即可以将训练序列分成M-K+1组,其中第i组的样本向量为:xi=[x'(i),x(i-1),...,x(i-K+1)]T,期望响应为:x(i),构造的预测方程为:则自相关矩阵和互相关向量可以按下式进行估计:
R = 1 M - K + 1 XX T
d = 1 M - K + 1 · Σ i = n - M + K n x i x ( i )
其中,为各个样本向量按列合成的矩阵;然后,即可计算系数向量:
c=R-1d
S3.进行线性预测:
由估计出的系数向量,即可对次日室外气温进行预测;
x ~ ( n + 1 ) = [ x ′ ( n + 1 ) , x ( n ) , x ( n - 1 ) , ... , x ( n - K + 1 ) ] · [ c 1 , c 2 , ... , c K ] T
其中,为待预测的次日室外最高气温,x'(n+1)为次日城市最高气温,它可以从气象部门的天气预报中获知;
S4.连续性预测:
当时间向前推移一天(或一段时间段)后,训练序列和样本向量会随之更新,从而估计出新的预测系数,进行后面一天(或一段时间段)的室外气温预测。
可见,预测模型是自适应的、动态、可持续的。
以广州市2012年5月1日至2013年4月30日的日气温为城市气温数据,以同一时间段内华南理工大学建筑设计研究院东二办公楼外的日监测气温为室外气温数据。预测阶数K取4,训练序列长度M取100,进行次日室外气温预测。
源数据的长度为373天,训练序列的长度为100,故第一次预测发生在第101天,总共进行了273次预测。预测结果与真实气温的比较如附图2所示。预测气温与真实气温误差的绝对值如附图3所示。
根据图2和图3可知,在273次预测值中,有150天的预测误差值小于1℃,占比54.95%;有238天的预测误差值小于2℃,占比87.18%;有266天的预测误差值小于3℃,占比97.44%。
以上分析表明,本发明方法对建筑物的室外气温预测非常准确。
上述实施例为本发明较佳的实施方式,但本发明的实施方式并不受上述实施例的限制,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围之内。

Claims (2)

1.一种建筑物周边气温预测方法,其特征在于,包含以下顺序的步骤:
将每日的室外气温和城市气温的数值分别记录为一维时间序列,得到准备训练序列;
计算预测系数;
进行局部线性预测;
进行连续性预测。
2.根据权利要求1所述建筑物周边气温预测方法,其特征在于,具体包含以下顺序的步骤:
S1.准备训练序列:
将每日的室外气温和城市气温的数值分别记录为一维时间序列:
x(1),x(2),x(3),......,
x'(1),x'(2),x'(3),......
设待预测的值为x(n+1),局部线性预测器的阶数为K,则对x(n+1)的预测可表示为:
x ~ ( n + 1 ) = [ x ′ ( n + 1 ) , x ( n ) , x ( n - 1 ) , ... , x ( n - K + 1 ) ] · [ c 1 , c 2 , ... , c K ] T
其中x=[x'(n+1),x(n),x(n-1),...,x(n-K+1)]T为样本向量,c=[c1,c2,...,cK]T为系数向量,为预测值;根据线性估计的最小均方误差准则,c应满足尤利沃克方程:
Rc=d
其中,R=E(xxT)为样本向量的局部自相关矩阵,d=E(x·x(n+1))为输入向量与期望响应的局部互相关向量;E(·)表示取随机变量期望的操作;设训练序列的长度为M,意味着两组训练数据为:
x(n),x(n-1),...,x(n-M+1),
x'(n),x'(n-1),...,x'(n-M+1);
S2.计算预测系数:
通过S1中两组长为M的训练序列,可以构造M-K+1个预测方程;即可以将训练序列分成M-K+1组,其中第i组的样本向量为:xi=[x'(i),x(i-1),...,x(i-K+1)]T,期望响应为:x(i),构造的预测方程为:则自相关矩阵和互相关向量可以按下式进行估计:
R = 1 M - K + 1 XX T
d = 1 M - K + 1 · Σ i = n - M + K n x i x ( i )
其中,X=[xn,xn-1,...,xn,xn-M+K]为各个样本向量按列合成的矩阵;然后,即可计算系数向量:
c=R-1d
S3.进行线性预测:
由估计出的系数向量,即可对次日室外气温进行预测;
x ~ ( n + 1 ) = [ x ′ ( n + 1 ) , x ( n ) , x ( n - 1 ) , ... , x ( n - K + 1 ) ] · [ c 1 , c 2 , ... , c K ] T
其中,为待预测的次日室外最高气温,x'(n+1)为次日城市最高气温,它可以从气象部门的天气预报中获知;
S4.连续性预测:
当时间向前推移一天(或一段时间段)后,训练序列和样本向量会随之更新,从而估计出新的预测系数,进行后面一天(或一段时间段)的室外气温预测。
CN201510612826.8A 2015-09-23 2015-09-23 一种建筑物周边气温预测方法 Active CN105184094B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510612826.8A CN105184094B (zh) 2015-09-23 2015-09-23 一种建筑物周边气温预测方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510612826.8A CN105184094B (zh) 2015-09-23 2015-09-23 一种建筑物周边气温预测方法

Publications (2)

Publication Number Publication Date
CN105184094A true CN105184094A (zh) 2015-12-23
CN105184094B CN105184094B (zh) 2018-06-19

Family

ID=54906171

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510612826.8A Active CN105184094B (zh) 2015-09-23 2015-09-23 一种建筑物周边气温预测方法

Country Status (1)

Country Link
CN (1) CN105184094B (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105956381A (zh) * 2016-04-25 2016-09-21 东北林业大学 一种阔叶植物叶干重预测方法
CN112257947A (zh) * 2020-10-30 2021-01-22 红云红河烟草(集团)有限责任公司 制烟环境温湿度预测方法、装置以及设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101392939A (zh) * 2008-11-18 2009-03-25 天津大学 一种建筑物独立供能温度非线性预测控制方法
US20120041575A1 (en) * 2009-02-17 2012-02-16 Hitachi, Ltd. Anomaly Detection Method and Anomaly Detection System
CN102934036A (zh) * 2010-02-15 2013-02-13 开利公司 用于估计温度受控空间内的参数和状态的基于模型的系统和方法
CN104091213A (zh) * 2014-07-15 2014-10-08 深圳先进技术研究院 建筑物地板表面温度预测方法及系统
CN104598982A (zh) * 2014-10-30 2015-05-06 广东电网有限责任公司电力调度控制中心 年最大降温负荷的获取方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101392939A (zh) * 2008-11-18 2009-03-25 天津大学 一种建筑物独立供能温度非线性预测控制方法
US20120041575A1 (en) * 2009-02-17 2012-02-16 Hitachi, Ltd. Anomaly Detection Method and Anomaly Detection System
CN102934036A (zh) * 2010-02-15 2013-02-13 开利公司 用于估计温度受控空间内的参数和状态的基于模型的系统和方法
CN104091213A (zh) * 2014-07-15 2014-10-08 深圳先进技术研究院 建筑物地板表面温度预测方法及系统
CN104598982A (zh) * 2014-10-30 2015-05-06 广东电网有限责任公司电力调度控制中心 年最大降温负荷的获取方法及系统

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘旭 等: "温室最低气温与气象因素相关分析", 《滨州学院学报》 *
林希 等: "气温的局部线性及多项式预测", 《西安航空技术高等专科学校学报》 *
薛志磊 等: "气温预报方法研究及其应用进展综述", 《干旱气象》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105956381A (zh) * 2016-04-25 2016-09-21 东北林业大学 一种阔叶植物叶干重预测方法
CN112257947A (zh) * 2020-10-30 2021-01-22 红云红河烟草(集团)有限责任公司 制烟环境温湿度预测方法、装置以及设备

Also Published As

Publication number Publication date
CN105184094B (zh) 2018-06-19

Similar Documents

Publication Publication Date Title
Xu et al. Improving prediction performance for indoor temperature in public buildings based on a novel deep learning method
Daut et al. Building electrical energy consumption forecasting analysis using conventional and artificial intelligence methods: A review
Zhao et al. Energy consumption predicting model of VRV (Variable refrigerant volume) system in office buildings based on data mining
Yun et al. Building hourly thermal load prediction using an indexed ARX model
Huang et al. Simulation-based performance evaluation of model predictive control for building energy systems
EP2944891B1 (en) Room temperature estimating device, program
KR102482043B1 (ko) 소규모 이력 데이터에서 냉방부하를 예측하기 위한 학습 방법 및 장치
CN110715401B (zh) 空调设备的化霜控制方法、装置、介质及空调设备
CN104484715A (zh) 一种基于神经网络和微粒群优化算法的建筑能耗预测方法
CN104408913A (zh) 一种考虑时空相关性的交通流三参数实时预测方法
WO2012047874A3 (en) Statistical prediction functions for natural chaotic systems such as global climate model
CN105719028A (zh) 一种基于多因素混沌支持向量机的空调负荷动态预测方法
CN107220514A (zh) 基于大数据的空调负荷预测方法及系统
Xuemei et al. Particle swarm optimization-based LS-SVM for building cooling load prediction
Li et al. Proactive energy management of solar greenhouses with risk assessment to enhance smart specialisation in China
CN115220351B (zh) 一种基于云边端的建筑空调系统智能节能优化控制方法
Moon et al. Prediction models and control algorithms for predictive applications of setback temperature in cooling systems
Tan et al. An optimised window control strategy for naturally ventilated residential buildings in warm climates
CN112418495A (zh) 一种基于天牛须优化算法和神经网络的建筑能耗预测方法
Park et al. Stacking deep transfer learning for short-term cross building energy prediction with different seasonality and occupant schedule
Feng et al. Associating indoor air temperature with building spatial design and occupancy features: A statistical analysis on university classrooms
CN105184094A (zh) 一种建筑物周边气温预测方法
CN112329813A (zh) 一种能耗预测用特征提取方法及系统
Verbruggen et al. Evaluation of the relationship between window use and physical environmental variables: consistency, seasonality and diversity
Kumar et al. Forecasting indoor temperature for smart buildings with ARIMA, SARIMAX, and LSTM: A fusion approach

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Chen Qiaojing

Inventor after: Guo Weihong

Inventor after: He Zhenyong

Inventor after: Li Weisheng

Inventor after: Yu Huirong

Inventor before: Guo Weihong

Inventor before: Chen Qiaojing

Inventor before: He Zhenyong

Inventor before: Li Weisheng

Inventor before: Yu Huirong

GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 510640 Design Institute Building, South China University of Technology, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: South China University of Technology Architectural Design Research Institute Co., Ltd.

Address before: 510640 Guangzhou Institute of architectural design and research, South China University of Technology, Tianhe District No. five mountain road, Guangdong, China

Patentee before: Architectural Design Research Institute of SCUT

CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Guo Weihong

Inventor after: Chen Qiaojing

Inventor after: He Zhenyong

Inventor after: Li Weisheng

Inventor after: Yu Huirong

Inventor before: Chen Qiaojing

Inventor before: Guo Weihong

Inventor before: He Zhenyong

Inventor before: Li Weisheng

Inventor before: Yu Huirong