Physics 212, 2018: Lecture 17

From Ilya Nemenman: Theoretical Biophysics @ Emory
Revision as of 09:57, 26 March 2018 by nemenman>Ilya (Created page with "{{PHYS212-2018}} In this lecture, we will try to generate and fit our own data, similar to the work that we will do in Projects.. Your work: *Take your code from Project 2, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Emory Logo

Back to the main Teaching page.

Back to Physics 212, 2018: Computational Modeling.

In this lecture, we will try to generate and fit our own data, similar to the work that we will do in Projects..

Your work:

  • Take your code from Project 2, choose parameters for the dynamics, and generate a 1-d (theta or prey) trajectory of a length that is longer than a single period. Make sure to not start on the limit cycle.
  • Fit this data using curve_fit.