首页 > 代码库 > spark MLlib 概念 3: 卡方分布

spark MLlib 概念 3: 卡方分布

数学定义[编辑]

k个随机变量技术分享、……、技术分享是相互独立,符合标准正态分布的随机变量(数学期望为0、方差为1),则随机变量Z的平方和

技术分享

被称为服从自由度为 k 的卡方分布,记作

技术分享
技术分享

Definition[edit]

If Z1, ..., Zk are independent, standard normal random variables, then the sum of their squares,

技术分享

is distributed according to the chi-squared distribution with k degrees of freedom. This is usually denoted as

技术分享

The chi-squared distribution has one parameter: k — a positive integer that specifies the number of degrees of freedom (i.e. the number of Zi’s)

技术分享技术分享
来源: <http://en.wikipedia.org/wiki/Chi-squared_distribution>
 (应用原理没搞懂)
 


来自为知笔记(Wiz)


spark MLlib 概念 3: 卡方分布