期刊文献+
共找到839篇文章
< 1 2 42 >
每页显示 20 50 100
Isolated Area Load Forecasting using Linear Regression Analysis: Practical Approach 被引量:19
1
作者 M. A. Mahmud 《Energy and Power Engineering》 2011年第4期547-550,共4页
This paper presents an analysis to forecast the loads of an isolated area where the history of load is not available or the history may not represent the realistic demand of electricity. The analysis is done through l... This paper presents an analysis to forecast the loads of an isolated area where the history of load is not available or the history may not represent the realistic demand of electricity. The analysis is done through linear regression and based on the identification of factors on which electrical load growth depends. To determine the identification factors, areas are selected whose histories of load growth rate known and the load growth deciding factors are similar to those of the isolated area. The proposed analysis is applied to an isolated area of Bangladesh, called Swandip where a past history of electrical load demand is not available and also there is no possibility of connecting the area with the main land grid system. 展开更多
关键词 ISOLATED Area LOAD forecasting linear Regression Analysis (LRA).
暂未订购
Fuzzy linear regression forecasting models
2
作者 WU Cong(吴冲) +3 位作者 HUI Xiaofeng(惠晓峰) ZHU Hongwen(朱洪文) 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2002年第3期280-281,共2页
The fuzzy linear regression forecasting model is deduced from the symmetric triangular fuzzy number. With the help of the degree of fitting and the measure of fuzziness, the determination of symmetric triangular fuzzy... The fuzzy linear regression forecasting model is deduced from the symmetric triangular fuzzy number. With the help of the degree of fitting and the measure of fuzziness, the determination of symmetric triangular fuzzy numbers is changed into a problem of solving linear programming. 展开更多
关键词 SYMMETRIC TRIANGULAR FUZZY NUMBERS FUZZY linear regression FUZZY forecasting
在线阅读 下载PDF
Time Series Forecasting of Hourly PM10 Using Localized Linear Models
3
作者 Athanasios Sfetsos Diamando Vlachogiannis 《Journal of Software Engineering and Applications》 2010年第4期374-383,共10页
The present paper discusses the application of localized linear models for the prediction of hourly PM10 concentration values. The advantages of the proposed approach lies in the clustering of the data based on a comm... The present paper discusses the application of localized linear models for the prediction of hourly PM10 concentration values. The advantages of the proposed approach lies in the clustering of the data based on a common property and the utilization of the target variable during this process, which enables the development of more coherent models. Two alternative localized linear modelling approaches are developed and compared against benchmark models, one in which data are clustered based on their spatial proximity on the embedding space and one novel approach in which grouped data are described by the same linear model. Since the target variable is unknown during the prediction stage, a complimentary pattern recognition approach is developed to account for this lack of information. The application of the developed approach on several PM10 data sets from the Greater Athens Area, Helsinki and London monitoring networks returned a significant reduction of the prediction error under all examined metrics against conventional forecasting schemes such as the linear regression and the neural networks. 展开更多
关键词 LOCALIZED linear MODELS PM10 forecasting CLUSTERING ALGORITHMS
暂未订购
基于iTransformer的轻量级时序预测模型
4
作者 周清雷 王宇静 +2 位作者 段鹏松 王超 郑永利 《郑州大学学报(工学版)》 北大核心 2026年第2期9-15,26,共8页
针对时序预测领域难以平衡预测精度与时效性问题,以iTransformer模型为基础框架,提出一种轻量级时序预测模型ILformer。iTransformer作为基于变量的典型时序预测模型,能有效捕获多变量间复杂交互关系,但其存在计算复杂度较高与参数量较... 针对时序预测领域难以平衡预测精度与时效性问题,以iTransformer模型为基础框架,提出一种轻量级时序预测模型ILformer。iTransformer作为基于变量的典型时序预测模型,能有效捕获多变量间复杂交互关系,但其存在计算复杂度较高与参数量较大的局限性,导致在资源受限的实际应用场景中模型难以高效部署。ILformer针对这些不足展开优化。首先,引入线性注意力机制(Linear Attention)替代传统注意力机制,使输入处理更加灵活,通过线性投影和维度重排,ILformer在减少参数量的同时,能更好地适应不同输入形状和结构,尤其在处理大规模数据时计算效率较高,并能在不降低模型精度前提下显著减少注意力模块的计算复杂度;其次,通过对注意力机制进行奇异值分解实现矩阵降维,大幅减少了矩阵乘法和加法的计算次数,提升了计算效率,同时降低了模型的过拟合风险;最后,在8个不同数据集上进行实验。实验结果表明:ILformer在保持相同精度的同时,推理速度提高了40.46%,参数量减少了78.75%,且计算量减半,展示了优异性能与实用性。 展开更多
关键词 时序预测 轻量级 奇异值分解 线性注意力机制
在线阅读 下载PDF
D-LINet:融合双线性层与双向归一化的时间序列预测框架
5
作者 耿海军 李东鑫 《计算机科学》 北大核心 2026年第2期170-179,共10页
时间序列预测在能源管理、交通流量和气象分析等多个实际场景中具有重要应用价值。然而,时间序列数据中存在的分布漂移(Distribution Shift)与长程依赖(Long-term Dependency)仍限制了传统方法与现有深度学习模型在长期预测中的表现。为... 时间序列预测在能源管理、交通流量和气象分析等多个实际场景中具有重要应用价值。然而,时间序列数据中存在的分布漂移(Distribution Shift)与长程依赖(Long-term Dependency)仍限制了传统方法与现有深度学习模型在长期预测中的表现。为此,提出了一种名为D-LINet(Dual-Normalization and Linear Integration Network)的创新模型。该模型结合了Dish-TS(Distribution Shift in Time Series Forecasting)框架的分布归一化能力与线性映射的高效性,并采用双向归一化与双线性层的设计,有效缓解输入与输出空间的分布偏移,增强了对周期性与趋势性特征的捕捉能力。在多个真实数据集上对D-LINet的预测性能进行了全面评估。结果显示,在短期与长期预测中,D-LINet的均方误差和平均绝对误差均显著优于主流模型(如Transformer,Informer,Autoformer和DLinear)。此外,实验还探讨了输入窗口长度及先验知识的引入对预测性能的影响,为后续模型优化提供了重要指导。该研究针对复杂分布漂移问题提出了新的解决思路,并有助于提升时间序列预测的精度与稳健性。 展开更多
关键词 时间序列预测 分布漂移 双向归一化 线性映射 周期性与趋势性建模
在线阅读 下载PDF
基于Prophet预测模型的蔬菜商品补货与定价策略
6
作者 丁青 李玉辉 夏新黎 《河南财政金融学院学报(自然科学版)》 2026年第1期18-21,共4页
随着生鲜市场规模的持续扩大,蔬菜零售行业的竞争也愈加激烈。研究利用Prophet预测模型预测蔬菜销量,分析各品类销量分布及相关性,建立补货与定价模型,并结合成本加成法,考虑损耗与库存管理,推荐具体单品的补货量和定价,为商超确定收益... 随着生鲜市场规模的持续扩大,蔬菜零售行业的竞争也愈加激烈。研究利用Prophet预测模型预测蔬菜销量,分析各品类销量分布及相关性,建立补货与定价模型,并结合成本加成法,考虑损耗与库存管理,推荐具体单品的补货量和定价,为商超确定收益最大化策略提供理论支撑。 展开更多
关键词 蔬菜 补货 定价 相关性分析 季节性分析 Prophet预测模型 线性规划
在线阅读 下载PDF
基于动态规划的江苏省电源结构优化研究
7
作者 郝鹏 王培璐 《科技创新与应用》 2026年第10期47-52,共6页
江苏省是东部地区的经济大省、能源消耗大省和碳排放大省。为优化江苏省电源结构,推动电力部门实现净零碳排放,该文首先采用多元线性回归模型验证GDP、人口等因素与电力需求的相关性,随后利用人工神经网络预测2025—2050年江苏省电力需... 江苏省是东部地区的经济大省、能源消耗大省和碳排放大省。为优化江苏省电源结构,推动电力部门实现净零碳排放,该文首先采用多元线性回归模型验证GDP、人口等因素与电力需求的相关性,随后利用人工神经网络预测2025—2050年江苏省电力需求走势。基于预测结果,分配电力行业碳预算,构建以系统成本最小化为目标的动态规划模型,并引入碳捕集与封存(CCS)技术约束以实现净零排放。在此基础上设置无碳预算、宽松碳预算及严格碳预算3种情景,分析不同情景下的电源结构优化与碳中和最优路径方案。结果显示,宽松碳预算情景的累计碳排放量虽高于严格碳预算情景,但其成本最低、碳排放路径也更合理,是更适合江苏省经济发展与资源分配的碳减排方案。 展开更多
关键词 电源结构优化 动态规划 碳排放 电力需求预测 多元线性回归
在线阅读 下载PDF
The 3-Hour-Interval Prediction of Ground-Level Temperature in South Korea Using Dynamic Linear Models 被引量:3
8
作者 Keon-Tae SOHN Deuk-KyunRHA Young-KyungSEO 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 2003年第4期575-582,共8页
The 3-hour-interval prediction of ground-level temperature from +00 h out to +45 h in South Korea (38 stations) is performed using the DLM (dynamic linear model) in order to eliminate the systematic error of numerical... The 3-hour-interval prediction of ground-level temperature from +00 h out to +45 h in South Korea (38 stations) is performed using the DLM (dynamic linear model) in order to eliminate the systematic error of numerical model forecasts. Numerical model forecasts and observations are used as input values of the DLM. According to the comparison of the DLM forecasts to the KFM (Kalman filter model) forecasts with RMSE and bias, the DLM is useful to improve the accuracy of prediction. 展开更多
关键词 temperature forecasting systematic error dynamic linear model
在线阅读 下载PDF
Dual Artificial Neural Network for Rainfall-Runoff Forecasting 被引量:1
9
作者 Pallavi Mittal Swaptik Chowdhury +2 位作者 Sangeeta Roy Nikhil Bhatia Roshan Srivastav 《Journal of Water Resource and Protection》 2012年第12期1024-1028,共5页
One of the principal issues related to hydrologic models for prediction of runoff is the estimation of extreme values (floods). It is well understood that unless the models capture the dynamics of rainfall-runoff proc... One of the principal issues related to hydrologic models for prediction of runoff is the estimation of extreme values (floods). It is well understood that unless the models capture the dynamics of rainfall-runoff process, the improvement in prediction of such extremes is far from reality. In this paper, it is proposed to develop a dual (combined and paralleled) artificial neural network (D-ANN), which aims to improve the models performance, especially in terms of extreme values. The performance of the proposed dual-ANN model is compared with that of feed forward ANN (FF-ANN) model, the later being the most common ANN model used in hydrologic literature. The forecasting exercise is carried out for hourly river flow data of Kolar Basin, India. The results of the comparison indicate that the D-ANN model performs better than the FF-ANN model. 展开更多
关键词 forecasting HYBRID model ANN Floods Non linear
暂未订购
A Model Output Machine Learning Method for Grid Temperature Forecasts in the Beijing Area 被引量:21
10
作者 Haochen LI Chen YU +3 位作者 Jiangjiang XIA Yingchun WANG Jiang ZHU Pingwen ZHANG 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 2019年第10期1156-1170,共15页
In this paper, the model output machine learning (MOML) method is proposed for simulating weather consultation, which can improve the forecast results of numerical weather prediction (NWP). During weather consultation... In this paper, the model output machine learning (MOML) method is proposed for simulating weather consultation, which can improve the forecast results of numerical weather prediction (NWP). During weather consultation, the forecasters obtain the final results by combining the observations with the NWP results and giving opinions based on their experience. It is obvious that using a suitable post-processing algorithm for simulating weather consultation is an interesting and important topic. MOML is a post-processing method based on machine learning, which matches NWP forecasts against observations through a regression function. By adopting different feature engineering of datasets and training periods, the observational and model data can be processed into the corresponding training set and test set. The MOML regression function uses an existing machine learning algorithm with the processed dataset to revise the output of NWP models combined with the observations, so as to improve the results of weather forecasts. To test the new approach for grid temperature forecasts, the 2-m surface air temperature in the Beijing area from the ECMWF model is used. MOML with different feature engineering is compared against the ECMWF model and modified model output statistics (MOS) method. MOML shows a better numerical performance than the ECMWF model and MOS, especially for winter. The results of MOML with a linear algorithm, running training period, and dataset using spatial interpolation ideas, are better than others when the forecast time is within a few days. The results of MOML with the Random Forest algorithm, year-round training period, and dataset containing surrounding gridpoint information, are better when the forecast time is longer. 展开更多
关键词 temperature forecasts MOS machine learning multiple linear regression Random FOREST WEATHER CONSULTATION FEATURE engineering data structures
在线阅读 下载PDF
Prediction of Typhoon Tracks Using Dynamic Linear Models
11
作者 Keon-Tae SOHN H.Joe KWON Ae-Sook SUH 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 2003年第3期379-384,共6页
This paper presents a study on the statistical forecasts of typhoon tracks. Numerical models have their own systematic errors, like a bias. In order to improve the accuracy of track forecasting, a statistical model ca... This paper presents a study on the statistical forecasts of typhoon tracks. Numerical models have their own systematic errors, like a bias. In order to improve the accuracy of track forecasting, a statistical model called DLM (dynamic linear model) is applied to remove the systematic error. In the analysis of typhoons occurring over the western North Pacific in 1997 and 2000, DLM is useful as an adaptive model for the prediction of typhoon tracks. 展开更多
关键词 typhoon track forecast systematic error dynamic linear model
在线阅读 下载PDF
Simulation of Quasi-Linear Mesoscale Convective Systems in Northern China:Lightning Activities and Storm Structure 被引量:7
12
作者 Wanli LI Xiushu QIE +2 位作者 Shenming FU Debin SU Yonghai SHEN 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 2016年第1期85-100,共16页
Two intense quasi-linear mesoscale convective systems(QLMCSs) in northern China were simulated using the WRF(Weather Research and Forecasting) model and the 3D-Var(three-dimensional variational) analysis system ... Two intense quasi-linear mesoscale convective systems(QLMCSs) in northern China were simulated using the WRF(Weather Research and Forecasting) model and the 3D-Var(three-dimensional variational) analysis system of the ARPS(Advanced Regional Prediction System) model.A new method in which the lightning density is calculated using both the precipitation and non-precipitation ice mass was developed to reveal the relationship between the lightning activities and QLMCS structures.Results indicate that,compared with calculating the results using two previous methods,the lightning density calculated using the new method presented in this study is in better accordance with observations.Based on the calculated lightning densities using the new method,it was found that most lightning activity was initiated on the right side and at the front of the QLMCSs,where the surface wind field converged intensely.The CAPE was much stronger ahead of the southeastward progressing QLMCS than to the back it,and their lightning events mainly occurred in regions with a large gradient of CAPE.Comparisons between lightning and non-lightning regions indicated that lightning regions featured more intense ascending motion than non-lightning regions;the vertical ranges of maximum reflectivity between lightning and non-lightning regions were very different;and the ice mixing ratio featured no significant differences between the lightning and non-lightning regions. 展开更多
关键词 quasi-linear mesoscale convective system Weather Research and forecasting model Advanced Regional Prediction System model precipitation and non-precipitation ice
在线阅读 下载PDF
基于多元线性回归的EA4T钢磨削表面残余应力预测
13
作者 杨光 李峰 于国强 《机械设计与制造》 北大核心 2025年第5期137-140,144,共5页
对工件磨削期间的表面残余应力进行测试获得实验数据,通过数理统计的方法测定了各个磨削参数下得到的表面残余应力差异性,利用线性回归模型实现残余应力的预测;最后对磨削过程中机械应力的改变状态开展了全面分析。研究结果表明:增大磨... 对工件磨削期间的表面残余应力进行测试获得实验数据,通过数理统计的方法测定了各个磨削参数下得到的表面残余应力差异性,利用线性回归模型实现残余应力的预测;最后对磨削过程中机械应力的改变状态开展了全面分析。研究结果表明:增大磨削深度后,初始为拉应力作用的表层残余应力转变为压应力的状态,应力大小也跟磨削深度表现为正相关的特点。随着砂轮速度的提高,表面发生了残余应力的持续降低。采用回归分析方法得到工件表面的残余应力数据,通过F检验法实施判断结果符合高度显著条件。机械应力和磨削表面应力变化趋势相近,当磨削深度或进给速度增大时都发生了作用力升高的现象。该研究对提高刚表面磨削机加工精度以及表面质量调控具有很好的价值。 展开更多
关键词 磨削加工 残余应力 测试 线性回归 预测分析
在线阅读 下载PDF
Seasonal Based Electricity Demand Forecasting Using Time Series Analysis
14
作者 T. M. Usha S. Appavu Alias Balamurugan 《Circuits and Systems》 2016年第10期3320-3328,共10页
Consumption of the electric power highly depends on the Season under consideration. The various means of power generation methods using renewable resources such as sunlight, wind, rain, tides, and waves are season dep... Consumption of the electric power highly depends on the Season under consideration. The various means of power generation methods using renewable resources such as sunlight, wind, rain, tides, and waves are season dependent. This paves the way for analyzing the demand for electric power based on various Seasons. Many traditional methods are utilized previously for the seasonal based electricity demand forecasting. With the development of the advanced tools, these methods are replaced by efficient forecasting techniques. In this paper, a WEKA time series forecasting is being done for the electric power demand for the three seasons such as summer, winter and rainy seasons. The monthly electric consumption data of domestic category is collected from Tamil Nadu Electricity Board (TNEB). Data collected has been pruned based on the three seasons. The WEKA learning algorithms such as Multilayer Perceptron, Support Vector Machine, Linear Regression, and Gaussian Process are used for implementation. The Mean Absolute Error (MAE) and Direction Accuracy (DA) are calculated for the WEKA learning algorithms and they are compared to find the best learning algorithm. The Support Vector Machine algorithm exhibits low Mean Absolute Error and high Direction Accuracy than other WEKA learning algorithms. Hence, the Support Vector Machine learning algorithm is proven to be the WEKA learning algorithm for seasonal based electricity demand forecasting. The need of the hour is to predict and act in the deficit power. This paper is a prelude for such activity and an eye opener in this field. 展开更多
关键词 WEKA Time Series forecasting SMO Regression linear Regression Gaussian Regression Multilayer Perceptron
在线阅读 下载PDF
基于多层感知器的高频增强型时间序列预测模型 被引量:1
15
作者 朱昶胜 杨琛 +1 位作者 冯文芳 袁培文 《计算机应用》 北大核心 2025年第12期3855-3863,共9页
简单线性模型的时间序列预测质量通常超过Transformer等深度模型;而在具有大量通道的数据集上,深度模型尤其是多层感知器(MLP)的性能反而可超过简单线性模型。针对简单线性模型和MLP在时间序列预测中的误差功率谱差异,提出一种基于MLP... 简单线性模型的时间序列预测质量通常超过Transformer等深度模型;而在具有大量通道的数据集上,深度模型尤其是多层感知器(MLP)的性能反而可超过简单线性模型。针对简单线性模型和MLP在时间序列预测中的误差功率谱差异,提出一种基于MLP的高频增强型时间序列预测模型HiFNet(High-Frequency Network)。首先,利用MLP在低频段的拟合能力;其次,通过自适应序列分解(ASD)模块及分组线性层解决MLP高频段易过拟合以及通道独立策略不能有效应对通道冗余的问题,从而增强MLP在高频段的鲁棒性;最后,对HiFNet在气象、电力和交通等领域的标准数据集上进行实验。结果表明:HiFNet的均方误差(MSE)在最佳情况下相较于NLinear、RLinear、SegRNN(Segment Recurrent Neural Network)和PatchTST(Patch Time Series Transformer)分别降低了23.6%、10.0%、35.1%和6.5%,而分组线性层通过学习通道相关性的低秩表达减轻了通道冗余的影响。 展开更多
关键词 时间序列预测 误差功率谱 线性模型 多层感知器 序列分解
在线阅读 下载PDF
使用通道融合和序列平稳化策略的长期时间序列预测方法 被引量:1
16
作者 赵龙港 车超 赵天明 《小型微型计算机系统》 北大核心 2025年第5期1120-1126,共7页
长期时间序列预测在现实场景中扮演重要角色.先前的研究表明,基于Transformers的模型采用的逐点自注意力会增加计算复杂度,而基于线性结构和通道独立的模型可以获得更高的效率和准确性.然而,长期时间模式在不同通道之间也存在难以抽取... 长期时间序列预测在现实场景中扮演重要角色.先前的研究表明,基于Transformers的模型采用的逐点自注意力会增加计算复杂度,而基于线性结构和通道独立的模型可以获得更高的效率和准确性.然而,长期时间模式在不同通道之间也存在难以抽取的依赖关系.为了解决计算复杂度高和复杂时间模式难以捕捉的问题,该文提出了通道融合和序列平稳化模型,模型结合了通道独立与通道依赖的训练策略,基于线性结构发掘序列单个通道的相关性,并使用由傅里叶运算启发的卷积结构来自适应地融合不同的通道.同时,通过堆叠序列通道融合-分解模块,进一步提高模型的预测性能.此外,该文在子序列级别引入了平稳化与反平稳化模块,从而提高了模型的泛化能力.在长期预测方面,所提模型在3个通用时序数据集上的准确度超越了其他基准模型. 展开更多
关键词 时间序列预测 线性模型 周期分解 通道融合卷积 平稳化
在线阅读 下载PDF
A New Multi-Method Combination Forecasting Model for ESDD Predicting
17
作者 Haiyan SHUAI Qingwu GONG 《Energy and Power Engineering》 2009年第2期94-99,共6页
Equal Salt Deposit Density (ESDD) is a main factor to classify contamination severity and draw pollution distribution map. The precise ESDD forecasting plays an important role in the safety, economy and reliability of... Equal Salt Deposit Density (ESDD) is a main factor to classify contamination severity and draw pollution distribution map. The precise ESDD forecasting plays an important role in the safety, economy and reliability of power system. To cope with the problems existing in the ESDD predicting by multivariate linear regression (MLR), back propagation (BP) neural network and least squares support vector machines (LSSVM), a nonlinear combination forecasting model based on wavelet neural network (WNN) for ESDD is proposed. The model is a WNN with three layers, whose input layer has three neurons and output layer has one neuron, namely, regarding the ESDD forecasting results of MLR, BP and LSSVM as the inputs of the model and the observed value as the output. In the interest of better reflection of the influence of each single forecasting model on ESDD and increase of the accuracy of ESDD prediction, Morlet wavelet is used to con-struct WNN, error backpropagation algorithm is adopted to train the network and genetic algorithm is used to determine the initials of the parameters. Simulation results show that the accuracy of the proposed combina-tion ESDD forecasting model is higher than that of any single model and that of traditional linear combina-tion forecasting (LCF) model. The model provides a new feasible way to increase the accuracy of pollution distribution map of power network. 展开更多
关键词 equal salt deposit density MULTIVARIATE linear regression BP NEURAL NETWORK least SQUARES support vector machines combination forecasting wavelet NEURAL NETWORK
暂未订购
基于时段分组的高寒草原牧草产量气象驱动机制与预测模型研究 被引量:1
18
作者 杨斐 刘文兵 +1 位作者 张海春 马文元 《中国农学通报》 2025年第30期131-136,共6页
本研究旨在探讨气象因子对高寒草原牧草产量的分时段调控机制,为草地资源管理及产量预测提供科学依据。基于青海省同德县巴滩高寒草原2005—2023年的牧草鲜草产量及气象数据,采用时段分组法划分13个气象时段,并运用相关性分析和多元线... 本研究旨在探讨气象因子对高寒草原牧草产量的分时段调控机制,为草地资源管理及产量预测提供科学依据。基于青海省同德县巴滩高寒草原2005—2023年的牧草鲜草产量及气象数据,采用时段分组法划分13个气象时段,并运用相关性分析和多元线性回归模型,解析降水、温度、湿度、日照和风速等因子对牧草产量的影响及其时段特异性。结果显示:牧草产量呈弱增长趋势(气候倾向率1801.4 kg/(hm^(2)·10a)),变异系数达59.3%,表明其对气候波动响应敏感。降水是主要的促进因子,在生长盛期(5—8月)的效应最显著(r=0.294);相对湿度在生长后期通过调节蒸汽压亏缺发挥补偿作用(5—8月r=0.462);日照与风速呈持续抑制效应;温度作用具时段性,春季促进生长,而夏季影响不显著。构建的产量预测模型(R^(2)=0.934)识别出3个关键因子:上年12月至当年8月的累积降水、5—8月均温和上年11月至当年8月的平均相对湿度。研究表明,高寒草原牧草产量主要受水分调控,且多因子间存在显著的时序互作效应,体现出“水热耦合、阶段互补”的生态适应策略。建议依据物候阶段制定针对性管理措施,并聚焦关键时段的气象变量,以提升产量预测的精度。 展开更多
关键词 高寒草原 牧草产量 气象因子 相对湿度 时段分组法 产量预测 多元线性回归 温湿协同
原文传递
基于多元线性回归的城市环境空气质量预报系统设计与实现 被引量:1
19
作者 陈梦阳 王俊红 张艳雨 《黑龙江环境通报》 2025年第5期16-18,共3页
空气污染会对身体健康带来极大威胁。空气质量预报能够预警空气污染,是实现提示废气排放源、提前采取减排措施、降低空气污染程度的有效技术手段,是近年来环境学、统计学、计算机科学等领域的热点研究课题。本文详细介绍了基于多元线性... 空气污染会对身体健康带来极大威胁。空气质量预报能够预警空气污染,是实现提示废气排放源、提前采取减排措施、降低空气污染程度的有效技术手段,是近年来环境学、统计学、计算机科学等领域的热点研究课题。本文详细介绍了基于多元线性回归的城市环境空气质量预报系统的研究背景与意义、系统架构、系统设计与实现,主要包括城市环境空气质量预报模型设计与开发、模型训练、空气质量预报、预报结果查询与发布、预报模型评估、数据采集等内容。 展开更多
关键词 多元线性回归 城市环境 空气质量预报 空气污染
在线阅读 下载PDF
金沙县城区气温预报订正研究
20
作者 朱君 陈林琴 +2 位作者 陈迪 王瑞涵 张宗笛 《气象水文海洋仪器》 2025年第5期54-57,62,共5页
文章为了初步建立金沙县城区气温预报模型,利用2022年5月至2023年5月CMA-GEPS、ECMWF、网格模式气温预报产品建立单产品订正方案和多产品集成订正方案。单产品订正方案采用固定线性回归法、滑动训练订正法、不同天气固定误差法、最优滑... 文章为了初步建立金沙县城区气温预报模型,利用2022年5月至2023年5月CMA-GEPS、ECMWF、网格模式气温预报产品建立单产品订正方案和多产品集成订正方案。单产品订正方案采用固定线性回归法、滑动训练订正法、不同天气固定误差法、最优滑动周期平均订正法;多产品集成订正方案采用偏最小二乘法、集合平均法。结果表明,在金沙县城区日最高气温和日最低气温预报中可分别参考经过最优滑动周期平均订正法和不同天气固定误差法订正后的ECMWF预报产品,而在高温天气的日最高气温、寒潮天气的日最低气温预报中可参考集合平均订正产品。研究结果为金沙县气象服务工作提供参考。 展开更多
关键词 气温预报 线性回归 误差订正 集合平均
在线阅读 下载PDF
上一页 1 2 42 下一页 到第
使用帮助 返回顶部