View Single Post
  #8  
Old 10-05-2010, 11:55 AM
jetviper21 jetviper21 is offline
Kobold


Join Date: Apr 2010
Posts: 143
Default

Quote:
Originally Posted by Tork [You must be logged in to view images. Log in or Register.]
Mean = Expected Value = μ
Std Dev = Sqrt(Average((X - μ)^2)) = σ,
so it's the square root of the average of the quantity squared of each data point less the mean

(But I'd be surprised if your programming language of choice didn't have something already premade)
Sweet thanks, ill get this added

This is pretty much how i did math in college
[You must be logged in to view images. Log in or Register.]