Skip to content
This repository was archived by the owner on Dec 29, 2019. It is now read-only.
/ fractalGraph Public archive

Generates and plots fractal graphs as described in Mandelbrot's "A Fractal Walk Down Wall Street", which should loosely model stock market price graphs using fractal logic.

Notifications You must be signed in to change notification settings

edaniszewski/fractalGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

fractalGraph

Generates and plots fractal graphs as described in Mandelbrot's "A Fractal Walk Down Wall Street", which should loosely model stock market price graphs using fractal logic.

This project requires matlibplot in order to create graphs (http://matplotlib.org/).

apt-get

$ sudo apt-get install python-matplotlib

yum

$ su -c "yum-builddep python-matplotlib"

Example Plots

Below are some example plots made by changing the initial coordinates (which act as the fractal template). Some look strange and do not look as if they would accurately model stock market actions, however, given particular initial conditions, the graphs do bear some resemblance.

This project was done more as an excersize on fractal recursion than as an in-depth study on the viability of using fractals to model or predict stock market trends.

About

Generates and plots fractal graphs as described in Mandelbrot's "A Fractal Walk Down Wall Street", which should loosely model stock market price graphs using fractal logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages