小马哥课堂-统计学-中心极限定理
Central limit theorem(中心极限定理)
the central limit theorem (CLT) establishes that, in some situations, when independent random variables are added, their properly normalized sum tends toward a normal distribution (informally a "bell curve") even if the original variables themselves are not normally distributed.The theorem is a key concept in probability theory because it implies that probabilistic and statistical methods that work for normal distributions can be applicable to many problems involving other types of distributions.
当样本容量N趋于无穷大时,N个样本的均值的频率将 趋向于 正态分布。As your sample size become larger, the sampling distribution of the sampling mean will be close to a normal distribution.
在大数定理一节中,图 Figure2 很好的说明了 随着样本容量N的增大,样本均值的频率 趋向于 正态分布。
这里有个容易混淆的概念, 一般我们说一个样本就是指一次trial,而这里将 “一个样本”看作是 "容量为n的样本 整体作为一个样本",然后 “一个样本”的样本均值的频率 趋向于 正态分布。
这两个定理都是 对 样本均值 的性质的描述,大数定理是说样本均值与总体均值的关系;中心极限定理是说样本均值的分布。利用大数定理我们可以用样本均值估计总体均值,利用中心极限定理 可以将较大容量的样本分布看做是正态分布。
示例
假设邮科院的工科男们有一个传统的活动,每学期组织一场与华师的联谊活动(你懂的!),根据以往的经验,每个学生一天要喝2L水(标准差为0.7L)。这个学期呢,由于学校经费原因(是真穷哈!),只能选50人参加该活动并带上110L水。那么,当天110L水被喝完的概率是多少?
从以上描述,可知,总体均值,总体标准差;样本容量,样本均值,样本方差未知;由于样本容量为50时,那么,根据CLT,可以将样本分布看作是正态分布;这里,我们需要知道 P(110L水被喝完)。
"一个样本" ,P(110L水被喝完)=P()
因为样本服从正态分布,我们可以用z-table去估算 概率。
(标准误差)
,所以P(110L水被喝完)=0.0217.
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
· 现代计算机视觉入门之:什么是图片特征编码
· .NET 9 new features-C#13新的锁类型和语义
· 《HelloGitHub》第 106 期
· Spring AI + Ollama 实现 deepseek-r1 的API服务和调用
· 数据库服务器 SQL Server 版本升级公告
· 深入理解Mybatis分库分表执行原理
· 使用 Dify + LLM 构建精确任务处理应用