User Tools

Site Tools


z_score

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
z_score [2017/03/29 08:47] hkimscilz_score [2018/09/18 08:03] hkimscil
Line 6: Line 6:
  
 {{youtube>NY2zWGBXBhU}} {{youtube>NY2zWGBXBhU}}
 +
 +in R
 +<code>pnorm(1) - pnorm(-1)</code> 혹은 percentage로는
 +<code>round(100* (pnorm(1) - pnorm(-1))) </code>
 +
 +<code>round(100* (pnorm(2) - pnorm(-2))) 
 +round(100* (pnorm(1.96) - pnorm(-1.96))) 
 +</code>
  
  
z_score.txt · Last modified: 2023/09/18 08:52 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki