Returns the inverse of the F probability distribution. If p = FDIST(x,...), then FINV(p,...) = x.
The F distribution can be used in an F-test that compares the degree of variability in two data sets. For example, you can analyze income distributions in the United States and Canada to determine whether the two countries have a similar degree of income diversity.
最新回复
parrot_cqj (2008-9-05 21:48:23)
烟头灭了 (2008-9-05 22:44:38)
QUOTE:
什么叫正常的理解呢?FINV算的是反函数值,即FINV0.95就等于0.05对应的右边的数值!
parrot_cqj (2008-9-06 11:18:25)
查表标准正态分布的分位数U0.95=1.96
用excel中标准正态分布的分位数U0.95=1.96,U0.05=-1.96,如查表不矛盾。
你仔细研究一下再回答我的问题。
parrot_cqj (2008-9-07 09:23:17)
急盼呢?发表一下意见也可以呀
Jeff_wang (2008-9-07 23:03:58)
1. EXCEL函数FDIST和FINV(x,df1,df2)是按尾部面积计算的;
2. F分布不是对称分布,分位点取值也只有正数,所以FINV0,05和FINV0.95之间并没有关系。
georgecho (2008-9-08 08:52:05)
parrot_cqj (2008-9-08 14:17:13)
1、“EXCEL函数FDIST和FINV(x,df1,df2)是按尾部面积计算的”此话不对,你看看F分布的分位数表中的那个示意图,所谓的P就是指前面封闭图形的面积。你认为“EXCEL函数FDIST和FINV(x,df1,df2)是按尾部面积计算的”依据是什么呢?
2、不管是不是对称分布,也不管分位点是不正或负,FINV0,05小于FINV0.95是没有错的。因为面积是0.95的值一定在面积是0.05的值的后面。从示意图中可以清楚搞懂。
希望高手能给出令人信服的解释。
parrot_cqj (2008-9-08 14:19:50)
Jeff_wang (2008-9-17 21:05:01)
在EXCEL任一单元格中输入公式 =FDIST(0,4,8)
在另一单元格输入公式 =FINV(1,4,8)
其中两个自由度可任选。看看得到什么答案?
第一个的结果为1,第二个为0。足以证明在EXCEL中F分布的是按(右)单尾面积计算的。
aiyinsitan (2008-9-18 10:31:27)
不是求面积,面积越大,反推的逆函数数值在X轴上的投影点越小才对
[ 本帖最后由 aiyinsitan 于 2008-9-18 10:39 编辑 ]
未命名.JPG
hyc1754 (2008-9-18 11:41:21)
FINV
Returns the inverse of the F probability distribution. If p = FDIST(x,...), then FINV(p,...) = x.
The F distribution can be used in an F-test that compares the degree of variability in two data sets. For example, you can analyze income distributions in the United States and Canada to determine whether the two countries have a similar degree of income diversity.
[ 本帖最后由 hyc1754 于 2008-9-18 11:46 编辑 ]
parrot_cqj (2008-9-18 16:28:17)
我们大概不需要原因,我们知道怎么做就行。可能是软件就是这样编写的。
verdy (2008-9-19 18:41:53)