Actions

Complex Systems Summer School 2012-Blog: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
Line 9: Line 9:


== Dynamical Systems: R and Python ==
== Dynamical Systems: R and Python ==
I wrote some Python code for simulating deterministic dynamical systems and used it to play around with the Logistic map from yesterday's lectures.  The Python class I wrote for simulating generic dynamical systems (admittedly only those with a single state variable!) can be found [https://sites.google.com/site/beyondmicrofoundationscoderepo/home/python/dynamics here]I would have posted to the code to the wiki directly but apparently one cannot upload .py files.
I wrote some Python code for simulating deterministic dynamical systems and used it to play around with the Logistic map from yesterday's lectures.  The Python class I wrote for simulating generic dynamical systems (admittedly only those with a single state variable!) can be found [https://sites.google.com/site/beyondmicrofoundationscoderepo/home/python/dynamics here] (I would have posted to the code to the wiki directly but apparently one cannot upload .py files).  I have also written a [http://beyondmicrofoundations.blogspot.com/2012/06/monday-4-june-2012-at-2012-csss.html blog] post demonstrating some of the functionality of the Python code.


Also, there are several R packages that seem to implement the algorithms from the TISEAN program that we were introduced to yesterday.  The packages are [http://cran.r-project.org/web/packages/RTisean/index.html RTisean], [http://cran.r-project.org/web/packages/tseriesChaos/index.html tseriesChaos], and [http://cran.r-project.org/web/packages/tsDyn/index.html tsDyn] and can be found on CRAN.
Also, there are several R packages that seem to implement the algorithms from the TISEAN program that we were introduced to yesterday.  The packages are [http://cran.r-project.org/web/packages/RTisean/index.html RTisean], [http://cran.r-project.org/web/packages/tseriesChaos/index.html tseriesChaos], and [http://cran.r-project.org/web/packages/tsDyn/index.html tsDyn] and can be found on CRAN.

Revision as of 15:01, 5 June 2012

Complex Systems Summer School 2012

Use this page as an informal forum to share your opinion and discuss anything at CSSS'12.

Students are encouraged to share their observations, insights, and opinions about daily lecture content as well as extracurricular activities.

Post your own links to notes, interesting articles, and anything else you think might contribute to the program.


Dynamical Systems: R and Python

I wrote some Python code for simulating deterministic dynamical systems and used it to play around with the Logistic map from yesterday's lectures. The Python class I wrote for simulating generic dynamical systems (admittedly only those with a single state variable!) can be found here (I would have posted to the code to the wiki directly but apparently one cannot upload .py files). I have also written a blog post demonstrating some of the functionality of the Python code.

Also, there are several R packages that seem to implement the algorithms from the TISEAN program that we were introduced to yesterday. The packages are RTisean, tseriesChaos, and tsDyn and can be found on CRAN.

Enjoy,

D. Pugh

PS: I am very much a newbie to Python, and any suggestions on improving my coding are much appreciated!