title: 【概率论】5-6:正态分布(The Normal Distributions Part III)

categories:

- Mathematic

- Probability

keywords:

- The Normal Distributions

- The Standard Normal Distribution

- The Lognormal Distributions

toc: true

date: 2018-03-30 08:58:10



Abstract: 本文介绍正态分布第三部分,标准正态分布,正态分布的线性组合,对数正态分布以及对数正态分布

Keywords: The Normal Distributions,The Standard Normal Distribution

开篇废话

废话就是概率论基础知识部分快要结束了,接下来的关于数理统计部分的内容很多都是依赖概率论的知识的,所以打好基础才好继续深入。

本文继续介绍标准正态分布,以及正态分布不同参数的比较。

The Standard Normal Distribution

Definition Standard Normal Distribution.The normal distribution with mean 0 and variance 1 is called the standard normal distribution.The p.d.f. of the standard nromal distribution is usually denoted by the symbol ϕ\phiϕ ,and the c.d.f. is denoted by the symbol Φ\PhiΦ .Thus,

ϕ(x)=f(x∣0,1)=1(2π)1/2e−12x2 for −∞<x<∞
\phi(x)=f(x|0,1)=\frac{1}{(2\pi)^{1/2}}e^{-\frac{1}{2}x^2} \text{ for }-\infty<x<\infty
ϕ(x)=f(x∣0,1)=(2π)1/21​e−21​x2 for −∞<x<∞

and

Ψ(x)=∫−∞xΨ(μ)dμ for −∞&lt;x&lt;∞
\Psi(x)=\int^{x}_{-\infty}\Psi(\mu)d\mu \text{ for }-\infty&lt;x&lt;\infty
Ψ(x)=∫−∞x​Ψ(μ)dμ for −∞<x<∞

第二个公式中 μ\muμ 是个哑变量,根据微积分基本定理可以知道上面写的 c.d.f.的导数就是p.d.f.

正则化的本质就是均值为0,方差为1的正态分布被称为正态分布家族中的标准。

c.d.f是使用初等函数是无法求得的,也就是没有一个封闭的形式,就像本本节开始时说的,只能用查表或者数值法来求p.d.f的某段积分,或者查询c.d.f的结果做差得到对应段的p.d.f.

Theorem Consequences of Symmetry.For all x and all 0&lt;p&lt;10 &lt; p &lt; 10<p<1

Ψ(−x)=1−Ψ(x) and Ψ−1(p)=−Ψ−1(1−p)
\begin{aligned}
\Psi(-x)=1-\Psi(x)
\text{ and }
\Psi^{-1}(p)=-\Psi^{-1}(1-p)
\end{aligned}
Ψ(−x)=1−Ψ(x) and Ψ−1(p)=−Ψ−1(1−p)​

这个证明相对简单,其实主要考察的是上一篇关于正态分布的形状问题,正态分布p.d.f.的根本性质是对称性,关于均值对称,这个性质就可以衍生出上面定理的结论,比如 Pr(X≤−x)=Pr(X≥x)Pr(X\leq -x)=Pr(X\geq x)Pr(X≤−x)=Pr(X≥x) 就是对称性质的体现,然后是c.d.f.的反函数重新改写前面这个对称性质,等是左边为 Ψ−1(Ψ(−x))=Ψ−1(p)\Psi^{-1}(\Psi(-x))=\Psi^{-1}(p)Ψ−1(Ψ(−x))=Ψ−1(p) 以及 等式右边 Ψ−1(1−Ψ(x))=−Ψ−1(1−p)\Psi^{-1}(1-\Psi(x))=-\Psi^{-1}(1-p)Ψ−1(1−Ψ(x))=−Ψ−1(1−p)

Theorem Converting Normal Distributions to Standard.Let XXX have the normal distribution with mean μ\muμ and variance σ2\sigma^2σ2 .Let FFF be the c.d.f. of XXX .Then Z=(X−μ)/σZ=(X-\mu)/\sigmaZ=(X−μ)/σ has the standard normal distribution, and ,for all x and all 0&lt;p&lt;10 &lt; p &lt; 10<p<1

F(x)=Φ(x−μσ)F−1(p)=μ+σΦ−1(p)
F(x)=\Phi(\frac{x-\mu}{\sigma})\\
F^{-1}(p)=\mu+\sigma\Phi^{-1}(p)
F(x)=Φ(σx−μ​)F−1(p)=μ+σΦ−1(p)

这个定理要完成的一个任务是把一个一般的正态分布,通过随机变量的函数将原正态分布转换成标准正态分布,方法是目标随机变量减去均值后的差再除以标准差。

证明

Pr(X≤x)=Pr(Z≤x−μσ)
Pr(X\leq x)=Pr(Z\leq \frac{x-\mu}{\sigma})
Pr(X≤x)=Pr(Z≤σx−μ​)

这就能得到结论了,令 p=F(x)p=F(x)p=F(x) 能得到 F−1(p)=μ+σΦ−1(p)F^{-1}(p)=\mu+\sigma\Phi^{-1}(p)F−1(p)=μ+σΦ−1(p) 的结论。


我们来举个计算的例子,我们来计算一个正态分布中的概率,假设X有一个正态分布,均值是5方差是2,我们来计算 Pr(1&lt;X&lt;8)Pr(1&lt;X&lt;8)Pr(1<X<8)

如果我们令 Z=(X−5)/2Z=(X-5)/2Z=(X−5)/2 那么Z会有一个标准的正态分布并且:

Pr(1&lt;X&lt;8)=Pr(1−52&lt;X−52&lt;8−52)=Pr(−2&lt;Z&lt;1.5)futhermore:Pr(−1&lt;Z&lt;1.5)=Pr(Z&lt;1.5)−Pr(Z≤−2)=Φ(1.5)−Φ(−2)=Φ(1.5)−[1−Φ(2)]
Pr(1&lt;X&lt;8)=Pr(\frac{1-5}{2}&lt;\frac{X-5}{2}&lt;\frac{8-5}{2})=Pr(-2&lt;Z&lt;1.5)\\
\text{futhermore:}\\
\begin{aligned}
Pr(-1&lt;Z&lt;1.5)&amp;=Pr(Z&lt;1.5)-Pr(Z\leq -2)\\
&amp;=\Phi(1.5)-\Phi(-2)\\
&amp;=\Phi(1.5)-[1-\Phi(2)]
\end{aligned}
Pr(1<X<8)=Pr(21−5​<2X−5​<28−5​)=Pr(−2<Z<1.5)futhermore:Pr(−1<Z<1.5)​=Pr(Z<1.5)−Pr(Z≤−2)=Φ(1.5)−Φ(−2)=Φ(1.5)−[1−Φ(2)]​

从书后标准正态分布的表格中可以查到c.d.f.为 Φ(1.5)=0.9332\Phi(1.5)=0.9332Φ(1.5)=0.9332 并且 Φ(2)=0.9773\Phi(2)=0.9773Φ(2)=0.9773 所以

Pr(1&lt;X&lt;8)=0.9105
Pr(1&lt;X&lt;8)=0.9105
Pr(1<X<8)=0.9105


本section的精髓是,首先我们没办法计算正态分布的不定积分,所以想求值要查表,查表你有不能对每一个分布参数都建表,所以要制造一个标准,其他的不同参数和标准有数字关系,于是定义一个标准正态分布,然后所有正态分布和标准正态分布产生数字联系,就能用一张表解决问题了。

本文节选自原文地址:https://www.face2ai.com/Math-Probability-5-6-The-Normal-Distributions-P3转载请标明出处

【概率论】5-6:正态分布(The Normal Distributions Part III)的更多相关文章

  1. 【概率论】5-6:正态分布(The Normal Distributions Part II)

    title: [概率论]5-6:正态分布(The Normal Distributions Part II) categories: - Mathematic - Probability keywor ...

  2. 【概率论】5-6:正态分布(The Normal Distributions Part I)

    title: [概率论]5-6:正态分布(The Normal Distributions Part I) categories: - Mathematic - Probability keyword ...

  3. 【概率论】5-10:二维正态分布(The Bivariate Normal Distributions)

    title: [概率论]5-10:二维正态分布(The Bivariate Normal Distributions) categories: - Mathematic - Probability k ...

  4. 使用正态分布变换(Normal Distributions Transform)进行点云配准

    正态分布变换算法是一个配准算法,它应用于三维点的统计模型,使用标准优化技术来确定两个点云间的最优的匹配,因为其在配准过程中不利用对应点的特征计算和匹配,所以时间比其他方法快.下面是PCL官网上的一个例 ...

  5. NDT(Normal Distributions Transform)算法原理与公式推导

    正态分布变换(NDT)算法是一个配准算法,它应用于三维点的统计模型,使用标准最优化技术来确定两个点云间的最优的匹配,因为其在配准过程中不利用对应点的特征计算和匹配,所以时间比其他方法快.下面的公式推导 ...

  6. 正态分布(Normal distribution)又名高斯分布(Gaussian distribution)

    正态分布(Normal distribution)又名高斯分布(Gaussian distribution),是一个在数学.物理及project等领域都很重要的概率分布,在统计学的很多方面有着重大的影 ...

  7. 论文阅读 Characterization of Multiple 3D LiDARs for Localization and Mapping using Normal Distributions Transform

    Abstract 在这个文章里, 我们细致的比较了10种不同的3D LiDAR传感器, 用了一般的 Normal Distributions Transform (NDT) 算法. 我们按以下几个任务 ...

  8. 正态分布(normal distribution)与偏态分布(skewed distribution)

    存在正太分布的概念,自然也少不了偏态分布. 正态分布(normal distribution) 偏态分布(skewed distribution) 左偏态:left skewed distributi ...

  9. 【概率论】3-7:多变量分布(Multivariate Distributions Part II)

    title: [概率论]3-7:多变量分布(Multivariate Distributions Part II) categories: Mathematic Probability keyword ...

随机推荐

  1. ThreadPoolExecutor使用错误导致死锁

    背景 10月2号凌晨12:08收到报警,所有请求失败,处于完全不可用状态 应用服务器共四台resin,resin之前由四台nginx做负载均衡 服务器现象及故障恢复步骤 登入服务器,观察resin进程 ...

  2. JDK提供的原子类和AbstractQueuedSynchronizer(AQS)

    大致分成: 1.原子更新基本类型 2.原子更新数组 3.原子更新抽象类型 4.原子更新字段 import java.util.concurrent.atomic.AtomicInteger; impo ...

  3. ADO.NET 二(Connection)

    C# 语言中 Connection 类是 ADO.NET 组件连接数据库时第一个要使用的类,也是通过编程访问数据库的第一步. 接下来了解一下 Connection 类中的常用属性和方法,以及如何连接 ...

  4. Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient报错,问题排查

    背景 最近在整合pyspark与hive,新安装spark-2.3.3以客户端的方式访问hive数据,运行方式使用spark on yarn,但是在配置spark读取hive数据的时候,这里直接把hi ...

  5. Flutter Animation AnimatedBuilder

    Flutter AnimatedBuilder 创建动画的widget Key key, @required Listenable animation, @required this.builder, ...

  6. MYSQL 存储引擎概述

    一.存储引擎 Mysql中的数据用各种不同的技术存储在文件(或者内存)中.这些技术中每一种技术都使用了不同的存储机制,索引技巧.锁定水平并且最终提供广泛的不同功能和能力.通过选择不同的技术,你能够获得 ...

  7. table标签修改tr,td标签的行距

    修改tr标签的行距,tbale标签的td标签间距 看如下Css文件的代码,其都没有table的tr行距产生效果 tr{ margin-top: 10px; padding: 10px; } td{ m ...

  8. php与ajax技术

    web2.0的到来,ajax逐渐成为主流,什么是ajax,ajax的开发模式,优点,使用技术.(ajax概述,ajax使用的技术,需要注意的 问题,在PHP应用ajax技术的应用) 什么是ajax,a ...

  9. 快速搭建Kerberos服务端及入门使用

    快速搭建Kerberos服务端及入门使用 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. Kerberos是一种网络身份验证协议.它旨在通过使用秘密密钥加密为客户端/服务器应用程序提 ...

  10. Centos 7.6 双网卡绑定实现高可用

    Centos 7.6 双网卡绑定实现高可用 作者:尹正杰 版权声明:原创作品, 谢绝转载!否则将追究法律责任. 一.Bond模式概述 当linux系统上有多个单独网卡,又想充分利用这些网卡,同时对外提 ...