#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default %RSD

Help me find the %RSD formulae in the Excel spreadsheet
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default %RSD

And this is what?
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Kwei" wrote in message
...
Help me find the %RSD formulae in the Excel spreadsheet



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default %RSD

What's RSD?

Regards,
Fred

"Kwei" wrote in message
...
Help me find the %RSD formulae in the Excel spreadsheet


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default %RSD

Kwei wrote:
Help me find the %RSD formulae in the Excel spreadsheet



=STDEV(A1:A10)*100/AVERAGE(A1:A10)
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default %RSD

Bernard Liengme wrote:
And this is what?
best wishes


Relative Standard Deviation


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default %RSD

"Glenn" wrote:
Kwei wrote:
Help me find the %RSD formulae in the Excel spreadsheet


=STDEV(A1:A10)*100/AVERAGE(A1:A10)


That is the way I always see the RSD formula written. But I wonder: is
the purpose of scaling by 100 simply to make the percentage appear as a
number between 0 and 100, but it is still interpreted as a percentage; or is
the statistic always expected to be scaled by 100, and it is interpreted as
an index?

Put another way, if the std dev is 4 and the mean is 8, would I say "the RSD
is 50", or would I say "the RSD is 50 percent".

If the latter, I would write the Excel formula as one of the following,
depending on whether the population or sample std dev is appropriate for the
statistical situation:

=STDEVP(A1:A10) / AVERAGE(A1:A10)

=STDEV(A1:A10) / AVERAGE(A1:A10)

formatted as Percentage (Format Cells Number).

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default %RSD

It is a percentage, so you are correct that the % format instead of
multiplying by 100 would be better. %RSD is the more common term in
analytical literature, CV (coefficient of variation) is more common in the
statistical literature.

Jerry

"JoeU2004" wrote:

"Glenn" wrote:
Kwei wrote:
Help me find the %RSD formulae in the Excel spreadsheet


=STDEV(A1:A10)*100/AVERAGE(A1:A10)


That is the way I always see the RSD formula written. But I wonder: is
the purpose of scaling by 100 simply to make the percentage appear as a
number between 0 and 100, but it is still interpreted as a percentage; or is
the statistic always expected to be scaled by 100, and it is interpreted as
an index?

Put another way, if the std dev is 4 and the mean is 8, would I say "the RSD
is 50", or would I say "the RSD is 50 percent".

If the latter, I would write the Excel formula as one of the following,
depending on whether the population or sample std dev is appropriate for the
statistical situation:

=STDEVP(A1:A10) / AVERAGE(A1:A10)

=STDEV(A1:A10) / AVERAGE(A1:A10)

formatted as Percentage (Format Cells Number).


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"