
Originally Posted by
ebaines
If what you are plotting is the percent return for a each time period it will naturally skewed. A +50% return one year is balanced by a -33% return in another year, not -50%. Another example: while it's possible to have a +200% return, it's impossible to have a -200% return. So if what you're plotting is return for each time period it will be skewed. It would be better to plot the logarithms of the "growth factors" - that is, the number you multiply the previous periods value by to get the next period's value. For example, for 0% return in a given time period use log(1), for a +10% return use log(1.1), and for a -10% return use log(0.9). This technique will result in the +100% return being properly "balanced" by a -50% return: i.e. log(2) versus log(0.5).
Hope this helps.
Thank you kindly for you answer. I think I did not pose the question correctly. What I really want to know is, whether the results generated by a "skewed" distribution which started as a normal distribution are valid results, even if it is not a normal distribution anymore. I am saying this, because I don't know of any other distribution I can use to plot different stock returns, which would allow
negative returns. What's your opinion?