Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Quality Control (https://www.askmehelpdesk.com/forumdisplay.php?f=273)
-   -   Standard Deviation and Variance (https://www.askmehelpdesk.com/showthread.php?t=91683)

  • May 11, 2007, 06:46 PM
    garrett7115
    Standard Deviation and Variance
    How do you figure standard deviation and variance when you have a group or list of numbers.
  • May 11, 2007, 07:26 PM
    gogosean
    Quote:

    Originally Posted by garrett7115
    How do you figure standard deviation and variance when you have a group or list of numbers.

    Do you need to show how you have done it by hand, or do you want an Excel solution?

    The good news is, if you have to do it by hand, the Standard Deviation is simply the square root of the variance.


    Let me know what kind of help you need.
  • May 11, 2007, 07:29 PM
    NeedKarma
    Here is a good explanation: Learn Standard Deviation tutorial, definition, example, formula
  • May 11, 2007, 07:32 PM
    gogosean
    If you need the notation explained, just let me know. Some people need a process map instead of a formula.
  • Jul 12, 2007, 09:11 PM
    pawar_bb
    In excel you can use function standard deviation and get answer in few seconds
    Variance is square of std deviation
  • Jul 17, 2007, 07:16 PM
    csl8back
    :eek:
    Quote:

    Originally Posted by garrett7115
    How do you figure standard deviation and variance when you have a group or list of numbers.

  • Dec 4, 2008, 07:00 PM
    statsman
    This page might help with calculating standard deviation:

    Standard Deviation Example
  • Aug 24, 2009, 03:19 AM
    sixsigmais

    Use excel formula
    =STDEV( numbers)
  • Feb 10, 2010, 03:20 PM
    u069188
    Quote:

    Originally Posted by gogosean View Post
    Do you need to show how you have done it by hand, or do you want an Excel solution?

    The good news is, if you have to do it by hand, the Standard Deviation is simply the square root of the variance.


    Let me know what kind of help you need.

    I would like both an excel solution and a process map, if you please!
  • Feb 21, 2010, 11:29 AM
    sveegaard

    Excel (if your numbers are in cell A1 to A20): =stdev(A1:A20)

    "By hand":
    1) Find the mean (I will call this X)
    2) For every number (Xi), calculate (Xi - X)^2 (that is, the difference between the number and the mean, squared. I will call this Z^2)
    3) Sum up all Z^2 (I will call this Sum(Z^2))
    4) Divide Sum(Z^2) with the number of numbers minus one (that is, if you have 50 numbers, divide by 49).
    5) Take the squareroot of the value you get in step 4.

    This is for what is called experimental standard deviation.
  • Feb 22, 2010, 05:28 AM
    u069188
    Quote:

    Originally Posted by sveegaard View Post
    Excel (if your numbers are in cell A1 to A20): =stdev(A1:A20)

    "By hand":
    1) Find the mean (I will call this X)
    2) For every number (Xi), calculate (Xi - X)^2 (that is, the difference between the number and the mean, squared. I will call this Z^2)
    3) Sum up all Z^2 (I will call this Sum(Z^2))
    4) Divide Sum(Z^2) with the number of numbers minus one (that is, if you have 50 numbers, divide by 49).
    5) Take the squareroot of the value you get in step 4.

    This is for what is called experimental standard deviation.

    Thank you very much, this should answer my problem :)
  • Aug 17, 2012, 11:04 PM
    vickramhx
    You can get clear idea from standard deviation tutorials.

  • All times are GMT -7. The time now is 04:20 AM.