User Tools

Site Tools


geometric_distribution

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
geometric_distribution [2025/10/11 03:23] hkimscilgeometric_distribution [2025/10/11 06:23] (current) hkimscil
Line 19: Line 19:
 <WRAP clear/> <WRAP clear/>
  
-===== dgeom in r =====+====== dgeom in r ======
 <code> <code>
 > dgeom(4, .2) > dgeom(4, .2)
Line 29: Line 29:
 </code> </code>
  
-===== pgeom =====+====== pgeom ======
 <code> <code>
 > pgeom(4, .2, lower.tail=T) > pgeom(4, .2, lower.tail=T)
Line 45: Line 45:
 </code> </code>
  
-===== qgeom =====+====== qgeom ======
 <code> <code>
 > qgeom(.5, .2) > qgeom(.5, .2)
Line 66: Line 66:
 </code> </code>
  
-===== rgeom =====+====== rgeom ======
 성공 확률이 .2 일 때 몇번 만에 성공할지 랜덤하게 구하는 것을 다섯 번 하라.  성공 확률이 .2 일 때 몇번 만에 성공할지 랜덤하게 구하는 것을 다섯 번 하라. 
 <code> <code>
geometric_distribution.txt · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki