A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

what is geometric mean or return



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2009, 05:51 AM posted to microsoft.public.excel.misc
what is geometric mean or return
external usenet poster
 
Posts: 1
Default what is geometric mean or return


  #2  
Old June 4th, 2009, 06:16 AM posted to microsoft.public.excel.misc
Shane Devenshire
external usenet poster
 
Posts: 845
Default what is geometric mean or return

Please write your question in the body of the email and please explain what
you mean by or return?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire
"what is geometric mean or return" what is geometric mean or
wrote in message
...


  #3  
Old June 4th, 2009, 06:24 AM posted to microsoft.public.excel.misc
Shane Devenshire[_3_]
external usenet poster
 
Posts: 3,333
Default what is geometric mean or return

Hi,

Here's the problem:

If you don't put a question in the body of the email then the Microsoft's
web interface won't let us reply, instead it displays the following error
message.

"An error occurred while sending your post

We're sorry, but there was a problem with the system and your post was not
received. The error has been reported to Operations and will be investigated
as soon as possible. Please try again later."

This means, that to respond we need to start a separate thread - which is a
bad practice and wastes time.

I made my first response from Windows Mail that is why I could do it.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Shane Devenshire" wrote:

Please write your question in the body of the email and please explain what
you mean by or return?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire
"what is geometric mean or return" what is geometric mean or
wrote in message
...



  #4  
Old June 4th, 2009, 08:04 AM posted to microsoft.public.excel.misc
joeu2004
external usenet poster
 
Posts: 1,748
Default what is geometric mean or return

I assume you mean the geometric mean __of__ returns. But even then, it is
unclear whether you want an explanation of the geometric mean, or if you
know that much and you simply want to know how to compute it in Excel. It
might have been much clearer if you had taken the time to elaborate on your
question in the body of your message.

If an investment is worth $100 one year and $110 the next year, the
(unrealized) return on investment is 110/100 or 110/100 -1. Some texts call
the first form the "gross return" and the second form the "simple return".
I prefer to call the second form the percentage change.

If you have a time series of such percentage changes and you want to compute
the compounded average growth rate, the answer is given by computing the
geometric mean of the percentage changes.

If the percentage changes are in A1:A100, the geometric mean might be
computed using the following array formual (commit with ctrl-shift-Enter,
not just Enter):

=geomean(1+A1:A100) - 1

However, GEOMEAN is not always reliable with large amounts of data. A more
reliable alternative is to compute the arithmetic mean of the log returns
and convert it to the geometric mean using the following array formula:

=10^average(log(1+A1:A100)) -1

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.