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 and are independent random variables,each of which has the standard normal distribution.Let ,and be constants such that , ,and . Define two new random variables and as follows:
The joint p.d.f. of and is
上面這個定理的證明需要定理3.9.5 ,而定理3.9.5是個選證題,也就是說會在我們后面的高級課程中進行證明,所以這個定理也就沒法證明了,在證明了3.9.5 以后,我們會對此定理進行證明。
Theorem Suppose that and have the joint distribution whose p.d.f. is given by Eq.(5.10.2) Then there exist independent standard normal random variables and such that Eqs (5.10.1) hold .Also,the mean of is and the variance of is for .Furthermore the correlation between and is .Finally,the marginal distribution of is the normal distribution with mean and variance for
此定理的證明也需要 3.9.5 的結論,所以我們目前只做不嚴謹的推理,兩個聯合分布如5.10.2,那么他們中的一個隨機變量的分布(也就是聯合變量的邊緣分布)就是一個正態分布。均值和方差可求。
Definition Bivariate Normal Distributions.When the joint p.d.f. of two random variables and is of the form in Eq(5.10.2),it is said that and have the bivariate normal distribution with mean and variance and ,and correlation
以上就是第一部分要講的內容,兩個沒證明的定理,和一個定義,這篇文章看起來有點水,確實是這樣,但是如果沒有知識又不完全,算是個占位符,但是雙變量正態分布這個用途確實太多了,舉個最簡單的例子,我們的身高體重,就經常用雙變量的正態分布來建模。
Properties of Bivariate Normal Distributions
完整原文地址:https://www.face2ai.com/Math-Probability-5-10-The-Bivariate-Normal-Distributions轉載請標明出處