modeling the behavior of the s&p 500 index

9
Modeling the Behavior of the S&P 500 Index Mary Malliaris Loyola University Chicago 10 th IEEE Conference on Artificial Intelligence for Applications

Upload: devin-barlow

Post on 01-Jan-2016

42 views

Category:

Documents


1 download

DESCRIPTION

Modeling the Behavior of the S&P 500 Index. Mary Malliaris Loyola University Chicago 10 th IEEE Conference on Artificial Intelligence for Applications. Structure of the S&P. Random or Chaotic? - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Modeling the Behavior of the S&P 500 Index

Modeling the Behavior of the S&P 500 Index

Mary MalliarisLoyola University Chicago

10th IEEE Conference on Artificial Intelligence for Applications

Page 2: Modeling the Behavior of the S&P 500 Index

Structure of the S&P

• Random or Chaotic?• If a neural network can determine market

prices better than the random walk model, it would challenge the efficient market hypotheses and support a chaotic dynamics structure for the market

Page 3: Modeling the Behavior of the S&P 500 Index

Random Walk Model

P(t+1) = P(t) + e(t+1)Where e(t+1) is from a distribution with mean

mu and variance sigma-squared

Page 4: Modeling the Behavior of the S&P 500 Index

Chaotic Dynamics

• A chaotic function must satisfy three requirements:– It must sample infinitely many values– It is sensitive to initial conditions– The periodic points of the function are dense in R

Page 5: Modeling the Behavior of the S&P 500 Index

Backpropagation Neural Network

• Input layer• Hidden layer• Output layer• Each node applies a function to the sum of

weighted inputs and computes one output

Page 6: Modeling the Behavior of the S&P 500 Index

Data• Weekly data from each Friday for two years• 1989 and 1990• 10 variables:– S&P 500 closing Index– 3 month treasury bill interest rate– 30 year T. Bond interest rate– Weekly New York Stock Exchange volumn– M1, M2– Price/earnings ratio– Gold price, Crude Oil price– CBOE put/call ratio

Page 7: Modeling the Behavior of the S&P 500 Index

Network Structure

• One input layer• Two hidden layers – 24 nodes in the first hidden layer– 8 nodes in the second hidden layer

• One output

Page 8: Modeling the Behavior of the S&P 500 Index

Comparison

• 10 periods• MAD• MSE• Correlation between expected and actual

Page 9: Modeling the Behavior of the S&P 500 Index

Results

• Neural network outperformed the random walk model in each period

• This is supportive of the deterministic structure of the stock market returns

• This is encouraging to researchers who wish to develop deterministic theories that may eventually replace the existing probabilistic paradigm.