top of page

Standard Deviation with 2 Variables

  • Writer: Nathaniel Hillert
    Nathaniel Hillert
  • Oct 19, 2018
  • 1 min read

Updated: Oct 24, 2018

Roughly 8 minutes.


This a super useful program for anyone taking a statistics class. The only reason I have this listed under "Intermediate" is that I'd rather you have the understanding of these things before coming to this. On top of that, Stats is an intermediate course anyway. Onwards!

  1. Create a new program and name it "STANDEV"

  2. Press "stat" and go to the "CALC" tab

  3. Select "LinReg(ax+b)" then press "2nd" "1" comma "2nd" "2". Start a new line

  4. Hit "2nd" "stat" and select "ʟRESID"

  5. Press "sto→" then "2nd" "3". Start a new line

  6. Press "2nd" "3", then ""

  7. Press "sto→", then "2nd" "4". Start a new line

  8. Press "2nd" "stat", go to the "OPS" tab, and select "dim("

  9. Press "2nd" "3" ")", then press "sto" "alpha" "log". Start a new line

  10. Type "√((", then press "2nd" "stat", then go to the "MATH" tab and select "sum("

  11. Type "L₄))/(N-2))→S", then start a new line

  12. Press "prgm", go to the "I/O" tab and select "Disp"

  13. Press "alpha" "ln"

  14. It should look like:

:LinReg(ax+b) L₁,L₂

:ʟRESID→L₃

:L₃²→L₄

:dim(L₃)→N

:√((sum(L₄))/(N-2))→S

:Disp S


So that is that program. Like if this was helpful, drop a comment if you have questions or need help. Thanks for reading!


-Nate

Recent Posts

See All
Summation Notation

Roughly 23 minutes. Ahh, isn't that just super fun to say? "Summation Notation" is displayed with the capitol Greek letter Sigma ( Σ )....

 
 
 
Law of Cosine

Law of Cosine isn't as used as Law of Sine, but it's pretty important when you're in a pinch. Let us get started. Create a new program...

 
 
 
Law of Sine

So, one of the big things you will be using in any math class is "Law of Sine". For anyone that doesn't know what Law of Sine is:...

 
 
 

Comments


Post: Blog2_Post

Subscribe Form

Thanks for submitting!

©2018 by Nathaniel Hillert. Not so proudly created with Wix.com

  • Facebook
  • Twitter
  • LinkedIn
bottom of page