- Mastering Python for Data Science
- Samir Madhavan
- 104字
- 2021-07-16 20:14:20
The F distribution
The F distribution is also known as Snedecor's F distribution or the Fisher–Snedecor distribution.
An f statistic is given by the following formula:

Here, s1 is the standard deviation of a sample 1 with an n1 size, s2 is the standard deviation of a sample 2, where the size n2σ1 is the population standard deviation of a sample 1σ2 is the population standard deviation of a sample 12.
The distribution of all the possible values of f statistics is called F distribution. The d1
and d2
represent the degrees of freedom in the following chart:

推薦閱讀
- Spring 5.0 By Example
- Three.js開(kāi)發(fā)指南:基于WebGL和HTML5在網(wǎng)頁(yè)上渲染3D圖形和動(dòng)畫(huà)(原書(shū)第3版)
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- 名師講壇:Java微服務(wù)架構(gòu)實(shí)戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Python:Master the Art of Design Patterns
- 精通MATLAB(第3版)
- Bootstrap 4 Cookbook
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 軟件體系結(jié)構(gòu)
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開(kāi)發(fā)
- INSTANT LESS CSS Preprocessor How-to
- Jakarta EE Cookbook
- JBoss AS 7 Development