如要检验学生平均每月的饮料消费额是否大于等于60元,每户居民平均固定电话费是否小于等于100元等,此类问题的检验均为单侧检验。


Excel在统计分析中的应用—第八章—假设检验-方差已知下总体均值的单侧检验

解答:

Excel在统计分析中的应用—第八章—假设检验-方差已知下总体均值的单侧检验



另外,


第一次使用ZTEST函数,比较新鲜,补充说明一下。

“For a supplied hypothesized sample mean and a supplied set of values, the Excel Ztest function calculates the one-tailed probability value of the Z-Test.
I.e. the function returns the probability that the supplied hypothesized sample mean is greater than the mean of the supplied data values.
The syntax of the Ztest function is:
ZTEST( array, x, [sigma] )
where the function arguments are:
array-The set of values against which the hypothesized sample mean is to be tested.
x-The hypothesized sample mean.
[sigma]-An optional argument that represents the population standard deviation, if this is known.
If omitted, the calculation uses the sample standard deviation.”


感觉能看懂了,不错!


相关文章:

  • 2021-06-13
  • 2021-06-15
  • 2021-04-04
  • 2021-11-15
  • 2022-02-16
  • 2022-12-23
  • 2021-08-29
  • 2021-12-24
猜你喜欢
  • 2021-11-15
  • 2021-09-20
  • 2021-09-27
  • 2021-10-01
  • 2021-06-20
  • 2021-04-07
  • 2021-12-03
相关资源
相似解决方案