什么是预测区间,置信区间与预测区间二者的异同是什么?

Ask:

什么是预测区间,置信区间和预测区间二者的异同是什么?

 

Answer:

置信区间估计(confidence interval estimate):利用估计的回归方程,对于自变量 x 的一个给定值 x0 ,求出因变量 y 的平均值的估计区间。
预测区间估计(prediction interval estimate):利用估计的回归方程,对于自变量 x 的一个给定值 x0 ,求出因变量 y 的一个个别值的估计区间。

----------------------------

转:http://f.dataguru.cn/thread-47303-1-1.html
第9周作业的最后一题要求给出预测值得区间估计。reg过程中有2个选项CLM和CLI,那么到底哪一个才是我们需要的呢?

帮助文档描述: 
CLI requests the 100(1-α)% upper and lower confidence limits for an individual predicted value. By default, the 95% limits are computed; the ALPHA= option in the PROC REG or MODEL statement can be used to change the α level. The confidence limits reflect variation in the error, as well as variation in the parameter estimates. See the section Predicted and Residual Values and Chapter 4, Introduction to Regression Procedures, for more information. 

CLM displays the 100(1-α)%  upper and lower confidence limits for the expected value of the dependent variable (mean) for each observation. By default, the 95% limits are computed; the ALPHA= in the PROC REG or MODEL statement can be used to change the α level. This is not a prediction interval (see the CLI option) because it takes into account only the variation in the parameter estimates, not the variation in the error term. See the section Predicted and Residual Values and Chapter 4, Introduction to Regression Procedures, for more information. 

我查阅了相关资料,回归模型有2种区间估计:
一种是置信区间(confidence interval),他是对于x的一个给定值,y的平均值的区间估计。
另一种是预测区间(prediction interval),他是对于x的一个给定值,y的一个个别值的区间估计。

从帮助文档看,CLI对应的是预测区间(prediction interval),CLM对应的是置信区间(confidence interval),并且预测区间的范围总是要比置信区间的范围要大的。就是说,给定一个X,估计对应Y的平均值平均值比估计一个个别值更精确一点。其实也好理解,估计平均值比估计个别值貌似更简单一点嘛。个别值更容易受一些外界因素影响而有差异性,而平均值则相对稳定些。

以作业为例,当根据样本建立了回归方程后,假设需要预测以下2个问题: 
1. 今年最大积雪深度为7米,预测今年灌溉面积
2. 对于那些积雪深度为7米的年份,预测灌溉面积

第一个问题就是一个预测个别值的例子,而第2个问题就是预测一个平均值的例子。

 

posted on   Mountain's_blog  阅读(38217)  评论(0编辑  收藏  举报

编辑推荐:
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示