当前位置:网站首页>预测——灰色预测
预测——灰色预测
2022-07-07 14:12:00 【路Lu727】
1、作用
灰色预测是一种对含有不确定因素的系统进行预测的方法。灰色预测通过鉴别系统因素之间发展趋势的相异程度,即进行关联分析,并对原始数据进行生成处理来寻找系统变动的规律,生成有较强规律性的数据序列,然后建立相应的微分方程模型,从而预测事物未来发展趋势的状况。
2、输入输出描述
输入:1个时间序列数据定量变量
输出:灰色预测的拟合预测结果
3、案例示例
基于2000-2021年某产品的年销售量,使用灰色预测模型对未来年销售量进行预测。
4、建模步骤
1.在建立灰色预测模型之前必须要保障建模方法的可行性,即需要对已知的原始数据进行级比检验 设初始非负数据序列为:
只有当所有的 σ(k) 全部落入计算范围内才可以进行模型的建立。 级比的计算和判断公式分别为:
通过累加运算后得到的一阶累加序列可以弱化
的扰动:
是
的紧邻均值生成的序列:
故可以求得 GM(1,1)模型对应微分方程为:
其中为GM(1,1) 模型的背景值 。
2.构建数据矩阵 B 及数据向量 Y ,分别为:
则灰色微分方程的最小二乘估计参数列满足:
其中,a 主要控制系统发展态势,被称为发展系数; b 的大小反映数据变化的关系,被称为灰色作用量。
3.建立模型并求解生成值与还原值。 依据公式求解, 可得到预测模型:
经过累减,得到还原预测值。
边栏推荐
- 星瑞格数据库入围“2021年度福建省信息技术应用创新典型解决方案”
- The unity vector rotates at a point
- Is it reliable to open an account on Tongda letter with your mobile phone? Is there any potential safety hazard in such stock speculation
- The differences between exit, exit (0), exit (1), exit ('0 '), exit ('1'), die and return in PHP
- Mysql database basic operation DQL basic query
- Sysom case analysis: where is the missing memory| Dragon lizard Technology
- 【知识小结】PHP使用svn笔记总结
- Laravel5.1 路由 -路由分组
- leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
- Logback日志框架第三方jar包 免费获取
猜你喜欢
95. (cesium chapter) cesium dynamic monomer-3d building (building)
Performance comparison of tidb for PostgreSQL and yugabytedb on sysbench
Leetcode-231-2的幂
SPI master RX time out interrupt
SPI master rx time out中断
强化实时数据管理,英方软件助力医保平台安全建设
Statistical learning method -- perceptron
Three. JS introductory learning notes 15: threejs frame animation module
航運船公司人工智能AI產品成熟化標准化規模應用,全球港航人工智能/集裝箱人工智能領軍者CIMC中集飛瞳,打造國際航運智能化標杆
What are compiled languages and interpreted languages?
随机推荐
thinkphp3.2.3中设置路由,优化url
The inevitable trend of the intelligent development of ankerui power grid is that microcomputer protection devices are used in power systems
修改配置文件后tidb无法启动
【知识小结】PHP使用svn笔记总结
MySQL中, 如何查询某一天, 某一月, 某一年的数据
2022第四届中国(济南)国际智慧养老产业展览会,山东老博会
hellogolang
Shader basic UV operations, translation, rotation, scaling
Common training data set formats for target tracking
SPI master rx time out中断
Step by step monitoring platform ZABBIX
星瑞格数据库入围“2021年度福建省信息技术应用创新典型解决方案”
asyncio 概念和用法
Xcode Revoke certificate
统计学习方法——感知机
A link opens the applet code. After compilation, it is easy to understand
Rongyun won the 2022 China Xinchuang digital office portal excellence product award!
Strengthen real-time data management, and the British software helps the security construction of the medical insurance platform
PHP has its own filtering and escape functions
leetcode 241. Different Ways to Add Parentheses 为运算表达式设计优先级(中等)