User Tools

Site Tools


binomial_distribution

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
binomial_distribution [2025/10/11 08:20] – [Expectation and Variance of] hkimscilbinomial_distribution [2025/10/11 08:26] (current) – [e.g.,] hkimscil
Line 129: Line 129:
 \end{eqnarray*} \end{eqnarray*}
  
 +===== Proof of Binomial Expected Value and Variance =====
 +[[:Mean and Variance of Binomial Distribution|이항분포에서의 기댓값과 분산에 대한 수학적 증명]], Mathematical proof of Binomial Distribution Expected value and Variance
  
-===== e.g., =====+====== e.g., ======
 <WRAP box> <WRAP box>
 In the latest round of Who Wants To Win A Swivel Chair, there are 5 questions. The probability of In the latest round of Who Wants To Win A Swivel Chair, there are 5 questions. The probability of
Line 301: Line 303:
 n <- 6 n <- 6
 pbinom(5, n, p) pbinom(5, n, p)
- 
 1 - dbinom(6, n, p) 1 - dbinom(6, n, p)
 +sum(dbinom(0:5, n, p))
 </code>  </code> 
 +
 <code> <code>
 > p <- 1/4 > p <- 1/4
Line 396: Line 399:
 </code> </code>
  
-===== Proof of Binomial Expected Value and Variance ===== 
-[[:Mean and Variance of Binomial Distribution|이항분포에서의 기댓값과 분산에 대한 수학적 증명]], Mathematical proof of Binomial Distribution Expected value and Variance 
  
binomial_distribution.1760138405.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki