在统计学中,х²分布(Chi-square distribution)是一种常见的概率分布,用于描述一组观察值与理论预期之间的偏离情况。
在EXCEL中,可以使用CHISQ.DIST函数来计算х²分布的概率密度函数值。
CHISQ.DIST函数的语法如下:
CHISQ.DIST(x, deg_freedom, cumulative)
其中,x是要计算的х²值,deg_freedom是自由度,cumulative是一个布尔值,用于确定计算概率密度函数值还是累积分布函数值。
例如,假设我们要计算х²分布x=3,自由度为5的概率密度函数值,可以使用以下公式:
CHISQ.DIST(3, 5, FALSE)
该函数将返回x=3,自由度为5的х²分布概率密度函数值。
需要注意的是,CHISQ.DIST函数只适用于EXCEL 2010及以上版本。
This article is written by Wiki先生, and the copyright belongs to ©Wikishu. 【Unauthorized reprinting is prohibited.】
If you need to reprint, please indicate the source and contact Wiki先生 or visit Wikishu(https://wikishu.com) to obtain authorization. Any unauthorized use of the content of this article will be considered an infringement.
Original source: https://wikishu.com/?p=100551