Skip to content

Simulation of S&P 500 by fitting a normal distribution to the daily price changes and then sampling to create possible pathway.

License

Notifications You must be signed in to change notification settings

furkanhaney/sp500-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SP500 Simulation with a Normal Distribution

The distribution of the daily price changes of a security can be modeled as randomly sampled from a probability distribution.

This notebook imagines a possible path for SP500 into the future by fitting a Normal Distribution to the change in daily prices and iteratively sampling. Note that every run will give a different projection.

Intuition

A look at the data shows that Normal distribution can be a good starting point for this investigation despite its weaknesses.

Limitations

This model makes unrealistic assumptions not limited to:

  • Annual price changes are i.i.d.
  • Returns stay the same long-term.
  • The underlying distribution is normal.

License

MIT License

About

Simulation of S&P 500 by fitting a normal distribution to the daily price changes and then sampling to create possible pathway.

Topics

Resources

License

Stars

Watchers

Forks