June 12th, 2012, 11:55 am
The core of problem is that you have a conflicted definition of the 1st moment.If you really want the "most likely" value, then the answer is the mode. If you want an answer that is "central" in events -- defined by half the events being higher and half being lower -- then the answer is the median. If you want an answer that is "central" in error -- defined by half the mass of errors WRT the center and the events being higher and half being lower -- then the answer is the mean. If you like the central-in-error definition but want some robustness to extreme value outliers, then the answer might be trimmed means.I'd think carefully about the downstream application of the first moment and how the values created from the different definitions propagate. For example, if the events represent valuations or returns on some instrument and those values accumulate to form a portfolio value or profit-and-loss, then the mean will be a better representation.
Last edited by
Traden4Alpha on June 11th, 2012, 10:00 pm, edited 1 time in total.