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

categories:

- Mathematic

- Probability

keywords:

- The Bivariate Normal Distributions

toc: true

date: 2018-04-05 22:03:55



Abstract: 本文介绍第一个多变量连续分布——双变量正态分布(本篇内有未证明定理,需要后续要补充 )

Keywords: The Bivariate Normal Distributions

开篇废话

今天的废话想说说我们周围会有各种各样的事,各种各样的诱惑,各种各样的理由来告诉我们读书学习很苦而不学习也可以活的很好,但是坚持还是放弃只能选择一次,所以要慎重,开弓没有回头箭,放弃学习,就相当于放弃了一条抗争的路。

万般皆下品惟有读书高

今天我们来研究双变量的正态分布,多变量,连续分布。

对于某些研究者,可能用正态分布来非常好的描述某个随机变量,那么如果我们有两个随机变量,都可以用正态分布描述,而且他们之间存在关系,这时候我们就可以用一个双变量正态分布来描述了这两个变量之间的关系,并且这个二维分布的边缘分布,还是这两个随机变量单变量的分布。5.6中 我们介绍了某些有正态分布的独立随机变量的线性组合还是正态分布。但是双变量正态分布(联合分布)可以是相关的。

Definition and Derivation of Bivariate Normal Distributions

Theorem Suppose that Z1Z_1Z1​ and Z2Z_2Z2​ are independent random variables,each of which has the standard normal distribution.Let μ1,μ2,σ1,σ2\mu_1,\mu_2,\sigma_1,\sigma_2μ1​,μ2​,σ1​,σ2​ ,and ρ\rhoρ be constants such that −∞&lt;μi&lt;∞(i=1,2)-\infty&lt;\mu_i&lt;\infty(i=1,2)−∞<μi​<∞(i=1,2) , σi&gt;0(i=1,2)\sigma_i&gt;0(i=1,2)σi​>0(i=1,2) ,and −1&lt;ρ&lt;1-1&lt;\rho&lt;1−1<ρ<1 . Define two new random variables X1X_1X1​ and X2X_2X2​ as follows:

(5.10.1)X1=σ1Z1+μ1X2=σ2[ρZ1+(1−ρ2)12Z2]+μ2
X_1=\sigma_1Z_1+\mu_1\\
X_2=\sigma_2[\rho Z_1+(1-\rho^2)^{\frac{1}{2}}Z_2]+\mu_2 \tag{5.10.1}
X1​=σ1​Z1​+μ1​X2​=σ2​[ρZ1​+(1−ρ2)21​Z2​]+μ2​(5.10.1)

The joint p.d.f. of X1X_1X1​ and X2X_2X2​ is

(5.10.2)f(x1,x2)=12π(1−ρ2)12σ1σ2e−12(1−ρ2)[(x1−μ1σ1)2−2ρ(x1−μ1σ1)(x2−μ2σ2)+(x2−μ2σ2)2]
f(x_1,x_2)=\frac{1}{2\pi(1-\rho^2)^{\frac{1}{2}}\sigma_1\sigma_2}e^{-\frac{1}{2(1-\rho^2)}[(\frac{x_1-\mu_1}{\sigma_1})^2-2\rho(\frac{x_1-\mu_1}{\sigma_1})(\frac{x_2-\mu_2}{\sigma_2})+(\frac{x_2-\mu_2}{\sigma_2})^2]}
\tag{5.10.2}
f(x1​,x2​)=2π(1−ρ2)21​σ1​σ2​1​e−2(1−ρ2)1​[(σ1​x1​−μ1​​)2−2ρ(σ1​x1​−μ1​​)(σ2​x2​−μ2​​)+(σ2​x2​−μ2​​)2](5.10.2)

上面这个定理的证明需要定理3.9.5 ,而定理3.9.5是个选证题,也就是说会在我们后面的高级课程中进行证明,所以这个定理也就没法证明了,在证明了3.9.5 以后,我们会对此定理进行证明。

Theorem Suppose that X1X_1X1​ and X2X_2X2​ have the joint distribution whose p.d.f. is given by Eq.(5.10.2) Then there exist independent standard normal random variables Z1Z_1Z1​ and Z2Z_2Z2​ such that Eqs (5.10.1) hold .Also,the mean of XiX_iXi​ is μi\mu_iμi​ and the variance of XiX_iXi​ is σi2\sigma_i^2σi2​ for i=1,2i=1,2i=1,2 .Furthermore the correlation between X1X_1X1​ and X2X_2X2​ is ρ\rhoρ .Finally,the marginal distribution of XiX_iXi​ is the normal distribution with mean μi\mu_iμi​ and variance σi2\sigma_i^2σi2​ for i=1,2i=1,2i=1,2

此定理的证明也需要 3.9.5 的结论,所以我们目前只做不严谨的推理,两个联合分布如5.10.2,那么他们中的一个随机变量的分布(也就是联合变量的边缘分布)就是一个正态分布。均值和方差可求。

Definition Bivariate Normal Distributions.When the joint p.d.f. of two random variables X1X_1X1​ and X2X_2X2​ is of the form in Eq(5.10.2),it is said that X1X_1X1​ and X2X_2X2​ have the bivariate normal distribution with mean μ1\mu_1μ1​ and μ2\mu_2μ2​ variance σ12\sigma_1^2σ12​ and σ22\sigma_2^2σ22​ ,and correlation ρ\rhoρ

以上就是第一部分要讲的内容,两个没证明的定理,和一个定义,这篇文章看起来有点水,确实是这样,但是如果没有知识又不完全,算是个占位符,但是双变量正态分布这个用途确实太多了,举个最简单的例子,我们的身高体重,就经常用双变量的正态分布来建模。

Properties of Bivariate Normal Distributions

完整原文地址:https://www.face2ai.com/Math-Probability-5-10-The-Bivariate-Normal-Distributions转载请标明出处

最新文章

  1. iOS---A valid provisioning profile for this executable was not found
  2. 网络编程之getaddrinfo
  3. iOS开发——多线程篇——快速生成沙盒目录的路径,多图片下载的原理、SDWebImage框架的简单介绍
  4. News common vocabulary
  5. C#高级编程(第8版)
  6. javaSE第一天
  7. Struts2 文件上传
  8. [Swift]LeetCode150. 逆波兰表达式求值 | Evaluate Reverse Polish Notation
  9. server.properties 文件详解
  10. Vofuria ARCamera相机问题
  11. zabbix之 自定义(指定特定磁盘)监控io
  12. org.springframework.jdbc.UncategorizedSQLException: Error attempting to get column &#39;alarmGroup&#39; from result set. Cause: java.sql.SQLException: Error
  13. 10. pt-fk-error-logger
  14. crontab机会任务监控
  15. linux下安装redis并配置
  16. Codeforces Round #438 by Sberbank and Barcelona Bootcamp (Div. 1 + Div. 2 combined)
  17. 三,Smarty模板技术/引擎——变量操作(2)
  18. Win10默认浏览器怎么设置
  19. 几个例子理解对称加密与非对称加密、公钥与私钥、签名与验签、数字证书、HTTPS加密方式
  20. js中DOM 节点的一些操作方法

热门文章

  1. Linux进程间通信—使用共享内存
  2. 在 WPF 程序中应用 Windows 10 真?亚克力效果
  3. 第一个.NET小程序
  4. Swift之xib模块化设计
  5. title 有背景边框自适应 mobile
  6. requests模块 简单使用
  7. [服务器]SSL安装证书教程
  8. 阿里P7整理20个非常有用的Java程序片段,你知道吗?
  9. MyBatis 多表连接查询
  10. 【转】TCP/IP协议详解 卷1