Quote from dtrader98:
----------------------------
If posters are bored, here's something to play with.
Since many posters are looking at this from a mean reversion perspective, see if you can understand the reversion directional probability rule.
Take a ts generated from a gaussian process (a large one like 1000 steps).
Then count how many times the following
occur
a) p(t-1) < median AND sign(p(t)-p(t-1))= POS
b) p(t-1) > median AND sign(p(t)-p(t-1))= NEG
Sum both results and divide by the total number of trials. Run it over and over. Does the directional indicator only give a 50% result? Remember, you are generating a probability rule based on random walk distribution. [/B]
Is the medium "the medium for the last n innovations"? If so then isn't the value of n going to heavily affect the result?
Here are some sample runs with 1000 innovation, median length 40, repeat 10x.
POS:24.75 NEG:25.75
POS:25.58 NEG:25.62
POS:26.37 NEG:24.77
Discarding the fact I may have coded this incorrectly, I'm not exactly sure what this proves?