【神經(jīng)網(wǎng)絡(luò)異常檢測(cè)】A Test for the Presence of Jumps in Financial Markets using Neural Networks in R

A Test for the Presence of Jumps in Financial Markets using Neural Networks in R

Wall Street Bull

Modelling of financial markets is usually undertaken using stochastic processes. Stochastic processes are collection of random variables indexed, for our purposes, by time. Examples of stochastic processes used in finance includeGBM,OU,Heston Model andJump Diffusion processes.? For a more mathematically detailed explanation of stochastic processes, diffusion and jump diffusion models, readthisarticle. To get an intuitive feeling of how these different stochastic processes behave, visit the interactiveweb applicationthat I worked on in conjunction withTuring FinanceandSouthern Ark.

As was witnessed during the recent financial crisis, stock markets exhibit jumps. That is, they exhibit large falls in value.?Over the past couple of decades, the?has?been increasing interest in the modelling of these jumps. The classic model for modelling jumps in stochastic processes is theMerton Jump diffusionmodel.? This model says that the returns from an asset are driven by “normal” price vibrations (representing the continuous diffusion component) and “abnormal” price vibrations (representing the discontinuous jump component).? The SDE of the Merton Jump diffusion model ?is given as:

In practice, before we can proceed with fitting a?jump diffusion model to data, we first have to establish if the data that we are fitting the model to has jumps. This requires us to statistically test for the presence of jumps in return data.

There are various tests that have been developed for testing for jumps in return data. Examples of ?such tests include the bi-power variations test of Barndorff-Nielsen and Shepard (2006). This jump test compares the estimate of variance that is not robust to the presence of jumps, called realized variance, with an estimate of variance that is robust to the presence of jumps, called bi-power variation. This test was improved by?Ait Sahalia and Jacod (2009). In their test, they compare?the bi-power variations for returns sampled at different frequencies.?Lee and Mykland (2008)?also used insights from the test of?Barndorff-Nielsen and Shepard (2006) by testing?for the presence of jumps at each observed value of the process, while taking into account the volatility of the process at the time the observation was made. The test of Lee and Mykland (2008) has the added advantage that it not only indicates whether or not jumps have occurred, but also gives information as to what time the jumps occurred and their size.

In this blog post, I propose a test for the presence of jumps using?Neural Networks. This test is then assessed using simulation compared to the Lee and Mykland (2008) test, then we look at how the Neural Network test?fares on stocks on the JSE.

The Neural Network Test

An example of biological neural networks

Neural Networks are a group of learning models which fall under?machine learning. They were inspired by the biological neural networks. ?For a detailed analysis of neural networks and the algorithm used to train neural networks, please refer to?this?article by Turing Finance.

As mentioned above, the test I am??proposing uses neural networks to test for jumps. This test establishes?whether or not the whole series of returns has jumps. That is, the test has a binary outcome. This means that we can treat the testing for the presence of jumps as a classification problem. We want to classify a set of returns as belonging to on one of two categories, having jumps or not having jumps.

Given that neural networks can perform well in classification problems, such as in?credit rating, it seems natural to try see how neural networks perform when trained to distinguish between a set of returns that has jumps and one that does not have jumps.

Architecture of Neural Network

As the test uses neural networks, we need to carefully think about the architecture of the neural network. That is, we need to think of: what the inputs to the network are, what number of hidden layers (and associated number of neurons) we should have, and what the output layer should look like.

I have chosen the inputs into the neural network are: The first and second centered moments, skewness, kurtosis, the fifth, sixth, seventh and eighth centered moments. All of the moments used are sample moments. These particular variables were chosen as inputs to the neural network as the tests of Barndorff-Nielsen and Shepard (2006), Ait Sahalia and Jacod (2009) and Lee and Mykland (2008) use versions of these moments as their test statistics. So we believe that these moments should have strong predictive power.However, it should be noted that the moments are not necessarily independent and this could affect the performance of the neural network. Thus the inputs into the?neural?network?still need further work.?Let?

?be a series of?
?log returns. The moments inputs would then be given as:

It is important note that this particular architecture was chosen just for illustrating how one would think about testing for jumps using neural networks. It is by no means necessarily the “best’ architecture. This is definitely an area for future work. We hope to cover this in later posts.

Having decided on the architecture of the neural network, we still needed to ?train it. The neural network was trained on 3000 observations from a processes that has jumps (generated using the Merton Jump model) and a process which does not have jumps (generated using GBM). ?The neural network was trained using the neuralnet package in R.

Simulation study

Simulations were undertaken to assess how the neural network test performs against the Lee & Mykland Test (2008).? The underlying model being assumed is the basic Merton model discussed above. ??Using simulations, we worked out the Probability of?ACTUAL?detection (the test being able to detect jumps in ?a series that has jumps) and the probability?of?FALSE?detection (the test incorrectly detecting jumps in a series of returns that doesn't have jumps) of each of the tests. The simulation was conducted at a daily frequency, using different combinations of the parameters.?A more rigorous comparison would have to compare the two tests?at different frequencies, and for large and small jumps.

We have summarized the results of the simulations conducted in the table below:

Based on the simulation results in the table above, the neural?network test to perform better than the Lee & Mykland (2008) test. This is because the probability of actual detection for the neural?network?test is higher than for the Lee & Mykland (2008) test, and the probability of false detection is lower than that of the Lee & Mykland (2008) test.

Given that we have seen how the test performs on simulated data, we are now in a position to apply the test on data from the Johannesburg Stock Exchange.

Applying the Test to JSE Data

The Johannesburg Stock Exchange (JSE) building in Sandton. It has operated as a market place for the trading of financial products for nearly 125 years.

After seeing how the neural network test for jumps performs in simulations, we applied the test to 217?stocks which are listed?on the?Johannesburg Stock Exchange (JSE). The various stocks used in this post, categorized by industry, are shown in the table below.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 十年光陰,何處安尋。只是在夢(mèng)里,偶爾憶起。樸素為衣,素箋寫不盡。貧弱的幾筆,是我在想您。十年,十年,我想告訴您。 ...
    白箋閱讀 179評(píng)論 0 5
  • 各種無(wú)人理會(huì),這種感覺(jué)夠差,夠壞。 心里有話卻無(wú)人可以訴說(shuō)。 只有親人靠譜。 早些睡吧,自我拋棄的人。
    肉頭鬼閱讀 313評(píng)論 0 0
  • 美人卷珠簾, 深坐蹙蛾眉。 但見(jiàn)淚痕濕, 不知心恨誰(shuí)。
    5562d88ec370閱讀 357評(píng)論 0 0
  • 若問(wèn)情為何物,誰(shuí)也說(shuō)不太清楚。人類對(duì)自然、人文、社會(huì)、科技的研究可謂情有獨(dú)鐘,滿世界都有這些研究機(jī)構(gòu),唯獨(dú)沒(méi)有情為...
    熊玲心理咨詢閱讀 586評(píng)論 0 1
  • C和他在心理診所相遇,C的抑郁癥癥狀有所緩解,只是來(lái)做定期檢查。兩人一起坐在診室外面的椅子上,因?yàn)闊o(wú)聊而交談起來(lái)。...
    Sharine火火閱讀 260評(píng)論 0 1

友情鏈接更多精彩內(nèi)容