Jump to content

Standard Deviation Math Problem 1324

So I obviously know how to get the mean, but I'm not sure how to get the Standard Deviation. 

 

d9dcc950d25116c0fa2f013eeba2ad6a.png

Spoiler

 

LTT's Fastest single core CineBench 11.5/15 score on air with i7-4790K on air

Main Rig

CPU: i7-4770K @ 4.3GHz 1.18v, Cooler: Noctua NH-U14S, Motherboard: Asus Sabertooth Mark 2, RAM: 16 GB G.Skill Sniper Series @ 1866MHz, GPU: EVGA 980Ti Classified @ 1507/1977MHz , Storage: 500GB 850 EVO, WD Cavier Black/Blue 1TB+1TB,  Power Supply: Corsair HX 750W, Case: Fractal Design r4 Black Pearl w/ Window, OS: Windows 10 Home 64bit

 

Plex Server WIP

CPU: i5-3570K, Cooler: Stock, Motherboard: ASrock, Ram: 16GB, GPU: Intel igpu, Storage: 120GB Kingston SSD, 6TB WD Red, Powersupply: Corsair TX 750W, Case: Corsair Carbide Spec-01 OS: Windows 10

 

Lenovo Legion Laptop

CPU: i7-7700HQ, RAM: 8GB, GPU: 1050Ti 4GB, Storage: 500GB Crucial MX500, OS: Windows 10

 

 

Link to comment
https://linustechtips.com/topic/676570-standard-deviation-math-problem-1324/
Share on other sites

Link to post
Share on other sites

The standard deviation is the root of the variance, which is the average of the squared deviations.

 

So, basically, you average the values you get from squaring the difference between each entry and the mean, and take the root of that.

"Do as I say, not as I do."

-Because you actually care if it makes sense.

Link to post
Share on other sites

If you don't have to show working then open up a spreadsheet (Excel, google sheets, etc) for the sake of the argument I use Google so I will use those commands not sure if it is different in excel. Put your data in 2 columns then in a random box type "=stdevp(" then highlight the y series of plots so the independent variable then press comma "," and highlight the other series of plots and close bracket and you're done.

 

There are several other methods for standard deviation which give a different result so I am assuming you're using the common one which is stdevp.

Link to post
Share on other sites

21 hours ago, CBojorges said:

You can do the sum of the squares minus the squared mean instead of doing the subtraction and then squaring them. 

How exactly is that different?

"Do as I say, not as I do."

-Because you actually care if it makes sense.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×