Results 1 to 5 of 5

Thread: Is it possbile to calculate RSD ( relative standard deviation) in Mircosoft Excel

  1. #1
    Join Date
    Nov 2011
    Posts
    81

    Is it possbile to calculate RSD ( relative standard deviation) in Mircosoft Excel

    How to calculate RSD ( relative standard deviation) in Microsoft Excel ? Is there a ready for this function or do I tinker the formula. Then they would have standard deviation / mean.

  2. #2
    Join Date
    Aug 2011
    Posts
    580

    Re: Is it possbile to calculate RSD ( relative standard deviation) in Mircosoft Excel

    I like your description you should interpreter with the function
    Code:
    RSD ( relative standard deviation) 
    
    =100*ABS(STDEV(data)/AVERAGE(data))
    
    or
    
    =ABS(STDEV(data)/AVERAGE(data))
    
    perhaps formatted as percentage

  3. #3
    Join Date
    Aug 2011
    Posts
    564

    Re: Is it possbile to calculate RSD ( relative standard deviation) in Mircosoft Excel

    The functions specified by you only refer to the standard deviation. Depending on time to a population or sample, or with a different point of view dealing with texts instead of numbers. I am looking for a function that represents the standard deviation relative to mean = coefficient of variation. But since I still can not find anything --- which means nothing, because Excel does not name things always at the correct name.

  4. #4
    Join Date
    Aug 2011
    Posts
    460

    Re: Is it possbile to calculate RSD ( relative standard deviation) in Mircosoft Excel

    Ah! You have therefore calculated the standard deviation. You simply divide it by the arithmetic mean of values to obtain a quotient which is the relative standard deviation. But important is how to calculate the standard deviation. Well I also would like to know how to calculate the relative difference between 6320 and 6380. But I think I have found the formula but I do not understand.

  5. #5
    Join Date
    Jul 2011
    Posts
    440

    Re: Is it possbile to calculate RSD ( relative standard deviation) in Mircosoft Excel

    The relative standard deviation is obtained by dividing the standard deviation for the expected value (or mathematical expectation) and, for example in Physics, provides a 'measure' of the precision of measurement, namely, its value (inversely proportional to it).

Similar Threads

  1. Need help to Annualize a standard deviation in Excel
    By Saddys in forum MS Office Support
    Replies: 2
    Last Post: 17-02-2012, 08:06 PM
  2. Is it possbile to undo saved changes in Microsoft Excel
    By Haimi-32 in forum MS Office Support
    Replies: 2
    Last Post: 02-02-2012, 01:18 PM
  3. Replies: 4
    Last Post: 24-01-2012, 05:06 PM
  4. Replies: 4
    Last Post: 24-01-2012, 02:10 PM
  5. Replies: 1
    Last Post: 06-01-2012, 08:38 PM

Tags for this Thread

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
  •  
Page generated in 1,713,585,789.69293 seconds with 17 queries