b:head_first_statistics:geometric_binomial_and_poisson_distributions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
b:head_first_statistics:geometric_binomial_and_poisson_distributions [2025/10/14 23:28] – [e.g.,] hkimscilb:head_first_statistics:geometric_binomial_and_poisson_distributions [2025/10/14 23:31] (current) – [e.g.,] hkimscil
Line 1064: Line 1064:
 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>
Line 1075: Line 1075:
 > 1 - dbinom(6, n, p) > 1 - dbinom(6, n, p)
 [1] 0.9997559 [1] 0.9997559
 +> sum(dbinom(0:5, n, p)) 
 +[1] 0.9997559 
 +
 </code> </code>
  
b/head_first_statistics/geometric_binomial_and_poisson_distributions.1760484526.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki