Is Kolmogorov-Smirnov test self-sufficient to prove normal distribution of a time series? And then test efficiency of a market?
|
|
Wikipedia says
so yes but also warns that a large number of data points might be required. Why don't you apply the Jarque-Bera test? I think I've a simpler example to show that a normal distribution does not imply market efficiency: Suppose security 1 prices are given by the GBM $X(t)$ and the prices of security 2 $X(t-1)$. Then returns are normally distributed but predictable. |
|||
|
|
|
I think that knowing that price of every asset is a random walk is not enough to say that the market is efficient. What if prices of asset y and asset z follow the same price as x plus some noise. If x is a random walk, then y and z are also random walks; however, it would be possible to exploit their relationship via pairs trading; hence, markets are not efficient. In my example x could price of oil and y and z could be two oil companies prices of who's shares are closely related to the price of oil. Here is an illustration in Python:
|
||||
|
|
|
no. this test as same as any else can't say for 100% that distribution is normal. and how do you want to use it to test market efficiency? you didn't mention. basically to test market efficiency the CAPM or APT model is used. you can find here more info about it. in short it must holds that higher return correspond to higher $\beta$ |
|||
|
|

