python中如何计算t分布的值?
怪我咯
怪我咯 2017-04-18 10:23:51
0
2
1442

关于t分布我们可以通过查t分布表的方式来获取其单边或双边的置信区间的数值,那么在python中有没有什么方法可以计算,而不需要人工查表。如下图所示:

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all (2)
迷茫

If you can use a third-party library, scipy is recommended. Commonly used probability distributions are provided, student distribution in scipy.
You can directly get the confidence interval by using its interval method.

    Ty80

    Just use the inverse function of the cumulative density function to determine it.

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!