+ Reply to Thread
Results 1 to 3 of 3

How do I measure variability / volatility of a set of numbers?

  1. #1
    Registered User
    Join Date
    07-19-2007
    Posts
    11

    How do I measure variability / volatility of a set of numbers?

    I thought Standard Deviation measured the extent of variability of a set of numbers, but the following sets of numbers both have the same degree of variability, but different Standard Deviations. So what measure should I use?
    STDEVP(1, 3, 7, 4) = 2.17
    STDEVP(10, 30, 70, 40) = 21.65

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    If you normalize by dividing by the average value, he deviations are the same:

    =STDEVP(1,3,7,4) / AVERAGE(1,3,7,4) = STDEVP(10,30,70,40) / AVERAGE(10,30,70,40) = 0.577...

    Look at how deviation is calculated.

  3. #3
    Registered User
    Join Date
    07-19-2007
    Posts
    11
    thanks - I've added that in to my formula!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1