1485 lines
90 KiB
HTML
1485 lines
90 KiB
HTML
<!--
|
|
Automatically generated HTML file from DocOnce source
|
|
(https://github.com/hplgit/doconce/)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
|
|
<meta name="description" content="Data Analysis and Machine Learning: Getting started, our first data and Machine Learning encounters">
|
|
|
|
<title>Data Analysis and Machine Learning: Getting started, our first data and Machine Learning encounters</title>
|
|
|
|
|
|
<style type="text/css">
|
|
/* bloodish style */
|
|
|
|
body {
|
|
font-family: Helvetica, Verdana, Arial, Sans-serif;
|
|
color: #404040;
|
|
background: #ffffff;
|
|
}
|
|
h1 { font-size: 1.8em; color: #8A0808; }
|
|
h2 { font-size: 1.6em; color: #8A0808; }
|
|
h3 { font-size: 1.4em; color: #8A0808; }
|
|
h4 { color: #8A0808; }
|
|
a { color: #8A0808; text-decoration:none; }
|
|
tt { font-family: "Courier New", Courier; }
|
|
/* pre style removed because it will interfer with pygments */
|
|
p { text-indent: 0px; }
|
|
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
p.caption { width: 80%; font-style: normal; text-align: left; }
|
|
hr.figure { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
.alert-text-small { font-size: 80%; }
|
|
.alert-text-large { font-size: 130%; }
|
|
.alert-text-normal { font-size: 90%; }
|
|
.alert {
|
|
padding:8px 35px 8px 14px; margin-bottom:18px;
|
|
text-shadow:0 1px 0 rgba(255,255,255,0.5);
|
|
border:1px solid #bababa;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
color: #555;
|
|
background-color: #f8f8f8;
|
|
background-position: 10px 5px;
|
|
background-repeat: no-repeat;
|
|
background-size: 38px;
|
|
padding-left: 55px;
|
|
width: 75%;
|
|
}
|
|
.alert-block {padding-top:14px; padding-bottom:14px}
|
|
.alert-block > p, .alert-block > ul {margin-bottom:1em}
|
|
.alert li {margin-top: 1em}
|
|
.alert-block p+p {margin-top:5px}
|
|
.alert-notice { background-image: url(https://cdn.rawgit.com/hplgit/doconce/master/bundled/html_images/small_gray_notice.png); }
|
|
.alert-summary { background-image:url(https://cdn.rawgit.com/hplgit/doconce/master/bundled/html_images/small_gray_summary.png); }
|
|
.alert-warning { background-image: url(https://cdn.rawgit.com/hplgit/doconce/master/bundled/html_images/small_gray_warning.png); }
|
|
.alert-question {background-image:url(https://cdn.rawgit.com/hplgit/doconce/master/bundled/html_images/small_gray_question.png); }
|
|
|
|
div { text-align: justify; text-justify: inter-word; }
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
<!-- tocinfo
|
|
{'highest level': 2,
|
|
'sections': [('Introduction', 2, None, '___sec0'),
|
|
('Software and needed installations', 2, None, '___sec1'),
|
|
('Python installers', 2, None, '___sec2'),
|
|
('Installing R, C++, cython or Julia', 2, None, '___sec3'),
|
|
('Installing R, C++, cython, Numba etc', 2, None, '___sec4'),
|
|
('Simple linear regression model using _scikit-learn_',
|
|
2,
|
|
None,
|
|
'___sec5'),
|
|
('Predator-Prey model from ecology', 2, None, '___sec6'),
|
|
('Case study from Hudson bay', 2, None, '___sec7'),
|
|
('Hudson bay data', 2, None, '___sec8'),
|
|
('Plotting the data', 2, None, '___sec9'),
|
|
('Hares and lynx in Hudson bay from 1900 to 1920',
|
|
2,
|
|
None,
|
|
'___sec10'),
|
|
('Why now create a computer model for the hare and lynx '
|
|
'populations?',
|
|
2,
|
|
None,
|
|
'___sec11'),
|
|
('The traditional (top-down) approach', 2, None, '___sec12'),
|
|
('Basic mathematics notation', 2, None, '___sec13'),
|
|
('Basic dynamics of the population of hares',
|
|
2,
|
|
None,
|
|
'___sec14'),
|
|
('Basic dynamics of the population of lynx', 2, None, '___sec15'),
|
|
('Evolution equations', 2, None, '___sec16'),
|
|
('Adapt the model to the Hudson Bay case', 2, None, '___sec17'),
|
|
('The program', 2, None, '___sec18'),
|
|
('The plot', 2, None, '___sec19'),
|
|
('Linear regression in Python', 2, None, '___sec20'),
|
|
('Linear Least squares in R', 2, None, '___sec21'),
|
|
('Non-Linear Least squares in R', 2, None, '___sec22'),
|
|
('Example: ecoli lab experiment', 2, None, '___sec23'),
|
|
('The program', 2, None, '___sec24'),
|
|
('The output', 2, None, '___sec25'),
|
|
('Parameter estimation', 2, None, '___sec26'),
|
|
('A program relevant for the biological problem',
|
|
2,
|
|
None,
|
|
'___sec27'),
|
|
('Simulating financial transactions', 2, None, '___sec28'),
|
|
('Simulation of Transactions', 3, None, '___sec29'),
|
|
('Particle in one dimension an velocity distribution',
|
|
2,
|
|
None,
|
|
'___sec30')]}
|
|
end of tocinfo -->
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
TeX: {
|
|
equationNumbers: { autoNumber: "AMS" },
|
|
extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"]
|
|
}
|
|
});
|
|
</script>
|
|
<script type="text/javascript" async
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<!-- ------------------- main content ---------------------- -->
|
|
|
|
|
|
|
|
<center><h1>Data Analysis and Machine Learning: Getting started, our first data and Machine Learning encounters</h1></center> <!-- document title -->
|
|
|
|
<p>
|
|
<!-- author(s): Morten Hjorth-Jensen -->
|
|
|
|
<center>
|
|
<b>Morten Hjorth-Jensen</b> [1, 2]
|
|
</center>
|
|
|
|
<p>
|
|
<!-- institution(s) -->
|
|
|
|
<center>[1] <b>Department of Physics, University of Oslo</b></center>
|
|
<center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center>
|
|
<br>
|
|
<p>
|
|
<center><h4>May 26, 2018</h4></center> <!-- date -->
|
|
<br>
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec0">Introduction </h2>
|
|
|
|
<p>
|
|
Our emphasis throughout this series of lectures
|
|
is on understanding the mathematical aspects of
|
|
different algorithms used in the fields of data analysis and machine learning.
|
|
However, where possible we will emphasize the
|
|
importance of using available software. We start thus with a hands-on
|
|
and top-down approach to machine learning. The aim is thus to start with
|
|
relevant data and use these to introduce statistical data analysis
|
|
concepts and machine learning algorithms before we delve into the
|
|
algorithms themselves. The examples we will use in the beginning, start with simple
|
|
polynomials with random noise added, and using the Python
|
|
software package <a href="http://scikit-learn.org/stable/" target="_blank">Scikit-learn</a> we
|
|
will introduce various machine learning algorithms to make fits of
|
|
the data and predictions. We move thereafter to more interesting
|
|
cases such as the simulation of financial transactions or disease
|
|
models. These are examples where we can easily set up the data and
|
|
then use machine learning algorithms included in for example
|
|
<b>scikit-learn</b>. Another model we will consider is the so-called Ising
|
|
model. Here we will use this model to produce data for selected spin
|
|
configurations and attempt to classify the data. Finally, our last
|
|
example consists of economic data from the OECD.
|
|
|
|
<p>
|
|
All these examples will serve us the purpose of getting us started, furthermore, they
|
|
allow us to catch more than two birds with a stone. They will allow us
|
|
to bring in some programming specific topics and tools as well as
|
|
showing the power of various Python (and R) packages for machine
|
|
learning and statistical data analysis. In the lectures on linear
|
|
algebra we cover in more detail various programming features of languages like Python and C++ (and other), we will also look into more specific linear functions which
|
|
are relevant for the various algorithms we will discuss. Here, we will
|
|
mainly focus on two specific Python packages for Machine Learning,
|
|
scikit-learn and tensorflow (see below for links etc).
|
|
Moreover, the examples we introduce will serve as inputs to many of our discussions later, as well as allowing you to set up models and produce your own data and get started with programming.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec1">Software and needed installations </h2>
|
|
|
|
<p>
|
|
We will make extensive use of Python as programming language and its
|
|
myriad of available libraries. Furthermore, you will find
|
|
IPython/Jupyter notebooks invaluable in your work. You can run <b>R</b>
|
|
codes in the Jupyter/IPython notebooks, with the immediate benefit of
|
|
visualizing your data. You can also use compiled languages like C++,
|
|
Rust, Fortran etc if you prefer. The focus in these lectures will be
|
|
on Python, but we will provide many code examples for those of you who
|
|
prefer R or compiled languages. You can integrate C++ codes and R in for example
|
|
a Jupyter notebook.
|
|
|
|
<p>
|
|
If you have Python installed (we recommend Python3) and you feel
|
|
pretty familiar with installing different packages, we recommend that
|
|
you install the following Python packages via <b>pip</b> as o pip install
|
|
numpy scipy matplotlib ipython scikit-learn mglearn sympy pandas
|
|
pillow For Python3, replace <b>pip</b> with <b>pip3</b>.
|
|
|
|
<p>
|
|
For OSX users we recommend also, after having installed Xcode, to
|
|
install <b>brew</b>. Brew allows for a seamless installation of additional
|
|
software via for example o brew install python3
|
|
|
|
<p>
|
|
For Linux users, with its variety of distributions like for example the widely popular Ubuntu distribution,
|
|
you can use <b>pip</b> as well and simply install Python as
|
|
|
|
<ol>
|
|
<li> sudo apt-get install python3 (or python for pyhton2.7)</li>
|
|
</ol>
|
|
|
|
etc etc.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec2">Python installers </h2>
|
|
|
|
<p>
|
|
If you don't want to perform these operations separately and venture
|
|
into the hassle of exploring how to set up dependencies and paths, we
|
|
recommend two widely used distrubutions which set up all relevant
|
|
dependencies for Python, namely o
|
|
<a href="https://docs.anaconda.com/" target="_blank">Anaconda</a>, which is an open source
|
|
distribution of the Python and R programming languages for large-scale
|
|
data processing, predictive analytics, and scientific computing, that
|
|
aims to simplify package management and deployment. Package versions
|
|
are managed by the package management system <b>conda</b> o <a href="https://www.enthought.com/product/canopy/" target="_blank">Enthought
|
|
canopy</a> is a Python
|
|
distribution for scientific and analytic computing distribution and
|
|
analysis environment, available for free and under a commercial
|
|
license.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec3">Installing R, C++, cython or Julia </h2>
|
|
|
|
<p>
|
|
You will also find it convenient to utilize R. Although we will mainly
|
|
use Python during lectures and in various projects and exercises, we
|
|
provide a full R set of codes for the same examples. Those of you
|
|
already familiar with R should feel free to continue using R, keeping
|
|
however an eye on the parallel Python set ups. Similarly, if you are a
|
|
Python afecionado, feel free to explore R as well. Jupyter/Ipython
|
|
notebook allows you to run <b>R</b> codes interactively in your
|
|
browser. The software library <b>R</b> is tuned to statistically analysis
|
|
and allows for an easy usage of the tools we will discuss in these
|
|
texts.
|
|
|
|
<p>
|
|
To install <b>R</b> with Jupyter notebook <a href="https://mpacer.org/maths/r-kernel-for-ipython-notebook" target="_blank">following the link
|
|
here</a>
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec4">Installing R, C++, cython, Numba etc </h2>
|
|
|
|
<p>
|
|
For the C++ aficionados, Jupyter/IPython notebook allows you also to
|
|
install C++ and run codes written in this language interactively in
|
|
the browser. Since we will emphasize writing many of the algorithms
|
|
yourself, you can thus opt for either Python or C++ (or Fortran or other compiled languages) as programming
|
|
languages.
|
|
|
|
<p>
|
|
To add more entropy, <b>cython</b> can also be used when running your
|
|
notebooks. It means that Python with the Jupyter/IPython notebook
|
|
setup allows you to integrate widely popular softwares and tools for
|
|
scientific computing. Similarly, the
|
|
<a href="https://numba.pydata.org/" target="_blank">Numba Python package</a> delivers increased performance
|
|
capabilities with minimal rewrites of your codes. With its
|
|
versatility, including symbolic operations, Python offers a unique
|
|
computational environment. Your Jupyter/IPython notebook can easily be
|
|
converted into a nicely rendered <b>PDF</b> file or a Latex file for
|
|
further processing. For example, convert to latex as
|
|
<p>
|
|
|
|
<!-- code=text typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>pycod jupyter nbconvert filename.ipynb --to latex
|
|
</pre></div>
|
|
<p>
|
|
And to add more versatility, symbolic Python package <a href="http://www.sympy.org/en/index.html" target="_blank">SymPy</a> is Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) and is entirely written in Python.
|
|
|
|
<p>
|
|
Finally, if you wish to use the light mark-up language <a href="https://github.com/hplgit/doconce" target="_blank">doconce</a> you can convert a standard ascii text file into various HTML
|
|
formats, ipython notebooks, latex files, pdf files etc with minimal edits.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec5">Simple linear regression model using <b>scikit-learn</b> </h2>
|
|
We start with perhaps our simplest possible example, using <b>scikit-learn</b> to perform linear regression analysis on a data set produced by us.
|
|
What follows is a simple Python code where we have defined function \( y \) in terms of the variable \( x \). Both are defined as vectors of dimension \( 1\times 100 \). The entries to the vector \( \hat{x} \) are given by random numbers generated with a uniform distribution with entries \( x_i \in [0,1] \) (more about probability distribution functions later). These values are then used to define a function \( y(x) \) (tabulated again as a vector) with a linear dependence on \( x \) plus a random noise added via the normal distribution.
|
|
|
|
<p>
|
|
The Numpy functions are imported used the <b>import numpy as np</b>
|
|
statement and the random number generator for the uniform distribution
|
|
is called using the function <b>np.random.rand()</b>, where we specificy
|
|
that we want \( 100 \) random variables. Using Numpy we define
|
|
automatically an array with the specified number of elements, \( 100 \) in
|
|
our case. With the Numpy function <b>randn()</b> we can compute random
|
|
numbers with the normal distribution (mean value \( \mu \) equal to zero and
|
|
variance \( \sigma^2 \) set to one) and produce the values of \( y \) assuming a linear
|
|
dependence as function of \( x \)
|
|
|
|
$$
|
|
y = 2x+N(0,1),
|
|
$$
|
|
|
|
<p>
|
|
where \( N(0,1) \) represents random numbers generated by the normal
|
|
distribution. From <b>scikit-learn</b> we import then the
|
|
<b>LinearRegression</b> functionality and make a prediction \( \tilde{y} =
|
|
\alpha + \beta x \) using the function <b>fit(x,y)</b>. We call the set of
|
|
data \( (\hat{x},\hat{y}) \) for our training data. The Python package
|
|
<b>scikit-learn</b> has also a functionality which extracts the above
|
|
fitting parameters \( \alpha \) and \( \beta \) (see below). Later we will
|
|
distinguish between training data and test data.
|
|
|
|
<p>
|
|
For plotting we use the Python package
|
|
<a href="https://matplotlib.org/" target="_blank">matplotlib</a> which produces publication
|
|
quality figures. Feel free to explore the extensive
|
|
<a href="https://matplotlib.org/gallery/index.html" target="_blank">gallery</a> of examples. In
|
|
this example we plot our original values of \( x \) and \( y \) as well as the
|
|
prediction <b>ypredict</b> (\( \tilde{y} \)), which attempts at fitting our
|
|
data with a straight line.
|
|
|
|
<p>
|
|
The Python follows here.
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #408080; font-style: italic"># Importing various packages</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.linear_model</span> <span style="color: #008000; font-weight: bold">import</span> LinearRegression
|
|
|
|
x <span style="color: #666666">=</span> np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>rand(<span style="color: #666666">100</span>,<span style="color: #666666">1</span>)
|
|
y <span style="color: #666666">=</span> <span style="color: #666666">2*</span>x<span style="color: #666666">+</span>np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>randn(<span style="color: #666666">100</span>,<span style="color: #666666">1</span>)
|
|
linreg <span style="color: #666666">=</span> LinearRegression()
|
|
linreg<span style="color: #666666">.</span>fit(x,y)
|
|
xnew <span style="color: #666666">=</span> np<span style="color: #666666">.</span>array([[<span style="color: #666666">0</span>],[<span style="color: #666666">1</span>]])
|
|
ypredict <span style="color: #666666">=</span> linreg<span style="color: #666666">.</span>predict(xnew)
|
|
|
|
plt<span style="color: #666666">.</span>plot(xnew, ypredict, <span style="color: #BA2121">"r-"</span>)
|
|
plt<span style="color: #666666">.</span>plot(x, y ,<span style="color: #BA2121">'ro'</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">0</span>,<span style="color: #666666">1.0</span>,<span style="color: #666666">0</span>, <span style="color: #666666">5.0</span>])
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">r'$x$'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">r'$y$'</span>)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Simple Linear Regression'</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
This example serves several aims. It allows us to demonstrate several
|
|
aspects of data analysis and later machine learning algorithms. The
|
|
immediate visualization shows that our linear fit is not
|
|
impressive. It goes through the data points, but there are many
|
|
outliers which are not reproduced by our linear regression. We could
|
|
now play around with this small program and change for example the
|
|
factor in front of \( x \) and the normal distribution. Try to change the
|
|
function \( y \) to
|
|
|
|
$$
|
|
y = 10x+0.01N(0,1),
|
|
$$
|
|
|
|
<p>
|
|
where \( x \) is defined as before. Does the fit look better? Indeed, by
|
|
reducing the role of the normal distribution we see immediately that
|
|
our linear prediction seemingly reproduces better the training
|
|
set. However, this testing 'by the eye' is obviouly not satisfactory in the
|
|
long run. Here we have only defined the training data and our model, and
|
|
have not discussed a more rigorous approach to the <b>cost</b> function.
|
|
|
|
<p>
|
|
We need more rigorous criteria in defining whether we have succeed or
|
|
not in modeling our training data. You will be surprised to see that
|
|
many scientists seldomly venture beyond this 'by the eye' approach. A
|
|
standard approach for the <em>cost</em> function is the so-called \( \chi^2 \)
|
|
function
|
|
|
|
$$ \chi^2 = \frac{1}{n}
|
|
\sum_{i=0}^{n-1}\frac{(y_i-\tilde{y}_i)^2}{\sigma_i^2},
|
|
$$
|
|
|
|
<p>
|
|
where \( \sigma_i^2 \) is the variance (to be defined later) of the entry
|
|
\( y_i \). We may not know the explicit value of \( \sigma_i^2 \), it serves
|
|
however the aim of scaling the equations and make the cost function
|
|
dimensionless.
|
|
|
|
<p>
|
|
Minimizing the cost function is a central aspect of
|
|
our discussions to come. Finding its minima as function of the model
|
|
parameters (\( \alpha \) and \( \beta \) in our case) will be a recurring
|
|
theme in these series of lectures. Essentially all machine learning
|
|
algorithms we will discuss center around the minimization of the
|
|
chosen cost function. This depends in turn on our specific
|
|
model for describing the data, a typical situation in supervised
|
|
learning. Automatizing the search for the minima of the cost function is a
|
|
central ingredient in all algorithms. Typical methods which are
|
|
employed are various variants of <b>gradient</b> methods. These will be
|
|
discussed in more detail later. Again, you'll be surprised to hear that
|
|
many practitioners minimize the above function ''by the eye', popularly dubbed as
|
|
'chi by the eye'. That is, change a parameter and see (visually and numerically) that
|
|
the your \( \chi^2 \) function becomes smaller.
|
|
|
|
<p>
|
|
There are many ways to define the cost function. A simpler approach is to look at the relative difference between the training data and the predicted data, that is we define
|
|
the relative error as
|
|
$$
|
|
\epsilon_{\mathrm{relative}}= \frac{\vert \hat{y} -\hat{\tilde{y}}\vert}{\vert \hat{y}\vert}.
|
|
$$
|
|
|
|
We can modify easily the above Python code and plot the relative instead
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.linear_model</span> <span style="color: #008000; font-weight: bold">import</span> LinearRegression
|
|
|
|
x <span style="color: #666666">=</span> np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>rand(<span style="color: #666666">100</span>,<span style="color: #666666">1</span>)
|
|
y <span style="color: #666666">=</span> <span style="color: #666666">5*</span>x<span style="color: #666666">+0.01*</span>np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>randn(<span style="color: #666666">100</span>,<span style="color: #666666">1</span>)
|
|
linreg <span style="color: #666666">=</span> LinearRegression()
|
|
linreg<span style="color: #666666">.</span>fit(x,y)
|
|
ypredict <span style="color: #666666">=</span> linreg<span style="color: #666666">.</span>predict(x)
|
|
|
|
plt<span style="color: #666666">.</span>plot(x, np<span style="color: #666666">.</span>abs(ypredict<span style="color: #666666">-</span>y)<span style="color: #666666">/</span><span style="color: #008000">abs</span>(y), <span style="color: #BA2121">"ro"</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">0</span>,<span style="color: #666666">1.0</span>,<span style="color: #666666">0.0</span>, <span style="color: #666666">0.5</span>])
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">r'$x$'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">r'$\epsilon_{\mathrm{relative}}$'</span>)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Relative error'</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
Depending on the parameter in front of the normal distribution, we may have a small or larger relative error. Try to play around with different training data sets and study (graphically) the value of the relative error.
|
|
|
|
<p>
|
|
As mentioned above, <b>scikit-learn</b> has an impressive functionality.
|
|
We can for example extract the values of \( \alpha \) and \( \beta \) and their error estimates,
|
|
or the variance and standard deviation and many other properties from the statistical data analysis. Here we show an example of the functionality of scikit-learn.
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.linear_model</span> <span style="color: #008000; font-weight: bold">import</span> LinearRegression
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.metrics</span> <span style="color: #008000; font-weight: bold">import</span> mean_squared_error, r2_score
|
|
|
|
x <span style="color: #666666">=</span> np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>rand(<span style="color: #666666">100</span>,<span style="color: #666666">1</span>)
|
|
y <span style="color: #666666">=</span> <span style="color: #666666">2*</span>x<span style="color: #666666">+</span>np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>randn(<span style="color: #666666">100</span>,<span style="color: #666666">1</span>)
|
|
linreg <span style="color: #666666">=</span> LinearRegression()
|
|
linreg<span style="color: #666666">.</span>fit(x,y)
|
|
ypredict <span style="color: #666666">=</span> linreg<span style="color: #666666">.</span>predict(x)
|
|
<span style="color: #008000; font-weight: bold">print</span>(<span style="color: #BA2121">'Coefficients: </span><span style="color: #BB6622; font-weight: bold">\n</span><span style="color: #BA2121">'</span>, linreg<span style="color: #666666">.</span>coef_)
|
|
<span style="color: #408080; font-style: italic"># The mean squared error </span>
|
|
<span style="color: #008000; font-weight: bold">print</span>(<span style="color: #BA2121">"Mean squared error: </span><span style="color: #BB6688; font-weight: bold">%.2f</span><span style="color: #BA2121">"</span> <span style="color: #666666">%</span> mean_squared_error(y, ypredict))
|
|
<span style="color: #408080; font-style: italic"># Explained variance score: 1 is perfect prediction </span>
|
|
<span style="color: #008000; font-weight: bold">print</span>(<span style="color: #BA2121">'Variance score: </span><span style="color: #BB6688; font-weight: bold">%.2f</span><span style="color: #BA2121">'</span> <span style="color: #666666">%</span> r2_score(y, ypredict))
|
|
plt<span style="color: #666666">.</span>plot(x, ypredict, <span style="color: #BA2121">"r-"</span>)
|
|
plt<span style="color: #666666">.</span>plot(x, y ,<span style="color: #BA2121">'ro'</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">0</span>,<span style="color: #666666">1.0</span>,<span style="color: #666666">0</span>, <span style="color: #666666">5.0</span>])
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">r'$x$'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">r'$y$'</span>)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Linear Regression fit '</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
We will come to the definition of these outputs later.
|
|
|
|
<p>
|
|
Another useful Python package is
|
|
<a href="https://pandas.pydata.org/" target="_blank">pandas</a>, which is an open source library
|
|
providing high-performance, easy-to-use data structures and data
|
|
analysis tools for Python. The following simple example shows an example on how we can, in an easy way make tables of our data. Here we define a data set which includes names, city of residence and age, and displays the data in an easy to read way. We will see repeated use of <b>pandas</b>, in particular in connection with classification of data.
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">scipy</span> <span style="color: #008000; font-weight: bold">import</span> sparse
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">pandas</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">pd</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">IPython.display</span> <span style="color: #008000; font-weight: bold">import</span> display
|
|
eye <span style="color: #666666">=</span> np<span style="color: #666666">.</span>eye(<span style="color: #666666">4</span>)
|
|
<span style="color: #008000; font-weight: bold">print</span>(eye)
|
|
sparse_mtx <span style="color: #666666">=</span> sparse<span style="color: #666666">.</span>csr_matrix(eye)
|
|
<span style="color: #008000; font-weight: bold">print</span>(sparse_mtx)
|
|
x <span style="color: #666666">=</span> np<span style="color: #666666">.</span>linspace(<span style="color: #666666">-10</span>,<span style="color: #666666">10</span>,<span style="color: #666666">100</span>)
|
|
y <span style="color: #666666">=</span> np<span style="color: #666666">.</span>sin(x)
|
|
plt<span style="color: #666666">.</span>plot(x,y,marker<span style="color: #666666">=</span><span style="color: #BA2121">'x'</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
data <span style="color: #666666">=</span> {<span style="color: #BA2121">'Name'</span>: [<span style="color: #BA2121">"John"</span>, <span style="color: #BA2121">"Anna"</span>, <span style="color: #BA2121">"Peter"</span>, <span style="color: #BA2121">"Linda"</span>], <span style="color: #BA2121">'Location'</span>: [<span style="color: #BA2121">"Nairobi"</span>, <span style="color: #BA2121">"Napoli"</span>, <span style="color: #BA2121">"London"</span>, <span style="color: #BA2121">"Buenos Aires"</span>], <span style="color: #BA2121">'Age'</span>:[<span style="color: #666666">51</span>, <span style="color: #666666">21</span>, <span style="color: #666666">34</span>, <span style="color: #666666">45</span>]}
|
|
data_pandas <span style="color: #666666">=</span> pd<span style="color: #666666">.</span>DataFrame(data)
|
|
display(data_pandas)
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec6">Predator-Prey model from ecology </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
The population dynamics of a simple predator-prey system is a
|
|
classical example shown in many biology textbooks when ecological
|
|
systems are discussed. The system contains all elements of the
|
|
scientific method:
|
|
|
|
<ul>
|
|
<li> The set up of a specific hypothesis combined with</li>
|
|
<li> the experimental methods needed (one can study existing data or perform experiments)</li>
|
|
<li> analyzing and interpreting the data and performing further experiments if needed</li>
|
|
<li> trying to extract general behaviors and extract eventual laws or patterns</li>
|
|
<li> develop mathematical relations for the uncovered regularities/laws and test these by per forming new experiments</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec7">Case study from Hudson bay </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
Lots of data about populations of hares and lynx collected from furs in Hudson Bay, Canada, are available. It is known that the populations oscillate. Why?
|
|
Here we start by
|
|
|
|
<ol>
|
|
<li> plotting the data</li>
|
|
<li> derive a simple model for the population dynamics</li>
|
|
<li> (fitting parameters in the model to the data)</li>
|
|
<li> using the model predict the evolution other predator-pray systems</li>
|
|
</ol>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec8">Hudson bay data </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
|
|
<p>
|
|
Most mammalian predators rely on a variety of prey, which complicates mathematical modeling; however, a few predators have become highly specialized and seek almost exclusively a single prey species. An example of this simplified predator-prey interaction is seen in Canadian northern forests, where the populations of the lynx and the snowshoe hare are intertwined in a life and death struggle.
|
|
|
|
<p>
|
|
One reason that this particular system has been so extensively studied is that the Hudson Bay company kept careful records of all furs from the early 1800s into the 1900s. The records for the furs collected by the Hudson Bay company showed distinct oscillations (approximately 12 year periods), suggesting that these species caused almost periodic fluctuations of each other's populations. The table here shows data from 1900 to 1920.
|
|
|
|
<p>
|
|
<table border="1">
|
|
<thead>
|
|
<tr><th align="center">Year</th> <th align="center">Hares (x1000)</th> <th align="center">Lynx (x1000)</th> </tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td align="left"> 1900 </td> <td align="right"> 30.0 </td> <td align="right"> 4.0 </td> </tr>
|
|
<tr><td align="left"> 1901 </td> <td align="right"> 47.2 </td> <td align="right"> 6.1 </td> </tr>
|
|
<tr><td align="left"> 1902 </td> <td align="right"> 70.2 </td> <td align="right"> 9.8 </td> </tr>
|
|
<tr><td align="left"> 1903 </td> <td align="right"> 77.4 </td> <td align="right"> 35.2 </td> </tr>
|
|
<tr><td align="left"> 1904 </td> <td align="right"> 36.3 </td> <td align="right"> 59.4 </td> </tr>
|
|
<tr><td align="left"> 1905 </td> <td align="right"> 20.6 </td> <td align="right"> 41.7 </td> </tr>
|
|
<tr><td align="left"> 1906 </td> <td align="right"> 18.1 </td> <td align="right"> 19.0 </td> </tr>
|
|
<tr><td align="left"> 1907 </td> <td align="right"> 21.4 </td> <td align="right"> 13.0 </td> </tr>
|
|
<tr><td align="left"> 1908 </td> <td align="right"> 22.0 </td> <td align="right"> 8.3 </td> </tr>
|
|
<tr><td align="left"> 1909 </td> <td align="right"> 25.4 </td> <td align="right"> 9.1 </td> </tr>
|
|
<tr><td align="left"> 1910 </td> <td align="right"> 27.1 </td> <td align="right"> 7.4 </td> </tr>
|
|
<tr><td align="left"> 1911 </td> <td align="right"> 40.3 </td> <td align="right"> 8.0 </td> </tr>
|
|
<tr><td align="left"> 1912 </td> <td align="right"> 57 </td> <td align="right"> 12.3 </td> </tr>
|
|
<tr><td align="left"> 1913 </td> <td align="right"> 76.6 </td> <td align="right"> 19.5 </td> </tr>
|
|
<tr><td align="left"> 1914 </td> <td align="right"> 52.3 </td> <td align="right"> 45.7 </td> </tr>
|
|
<tr><td align="left"> 1915 </td> <td align="right"> 19.5 </td> <td align="right"> 51.1 </td> </tr>
|
|
<tr><td align="left"> 1916 </td> <td align="right"> 11.2 </td> <td align="right"> 29.7 </td> </tr>
|
|
<tr><td align="left"> 1917 </td> <td align="right"> 7.6 </td> <td align="right"> 15.8 </td> </tr>
|
|
<tr><td align="left"> 1918 </td> <td align="right"> 14.6 </td> <td align="right"> 9.7 </td> </tr>
|
|
<tr><td align="left"> 1919 </td> <td align="right"> 16.2 </td> <td align="right"> 10.1 </td> </tr>
|
|
<tr><td align="left"> 1920 </td> <td align="right"> 24.7 </td> <td align="right"> 8.6 </td> </tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec9">Plotting the data </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pypro) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">matplotlib</span> <span style="color: #008000; font-weight: bold">import</span> pyplot <span style="color: #008000; font-weight: bold">as</span> plt
|
|
|
|
<span style="color: #408080; font-style: italic"># Load in data file</span>
|
|
data <span style="color: #666666">=</span> np<span style="color: #666666">.</span>loadtxt(<span style="color: #BA2121">'src/Hudson_Bay.csv'</span>, delimiter<span style="color: #666666">=</span><span style="color: #BA2121">','</span>, skiprows<span style="color: #666666">=1</span>)
|
|
<span style="color: #408080; font-style: italic"># Make arrays containing x-axis and hares and lynx populations</span>
|
|
year <span style="color: #666666">=</span> data[:,<span style="color: #666666">0</span>]
|
|
hares <span style="color: #666666">=</span> data[:,<span style="color: #666666">1</span>]
|
|
lynx <span style="color: #666666">=</span> data[:,<span style="color: #666666">2</span>]
|
|
|
|
plt<span style="color: #666666">.</span>plot(year, hares ,<span style="color: #BA2121">'b-+'</span>, year, lynx, <span style="color: #BA2121">'r-o'</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">1900</span>,<span style="color: #666666">1920</span>,<span style="color: #666666">0</span>, <span style="color: #666666">100.0</span>])
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">r'Year'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">r'Numbers of hares and lynx '</span>)
|
|
plt<span style="color: #666666">.</span>legend((<span style="color: #BA2121">'Hares'</span>,<span style="color: #BA2121">'Lynx'</span>), loc<span style="color: #666666">=</span><span style="color: #BA2121">'upper right'</span>)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Population of hares and lynx from 1900-1920 (x1000)}'</span>)
|
|
plt<span style="color: #666666">.</span>savefig(<span style="color: #BA2121">'Hudson_Bay_data.pdf'</span>)
|
|
plt<span style="color: #666666">.</span>savefig(<span style="color: #BA2121">'Hudson_Bay_data.png'</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec10">Hares and lynx in Hudson bay from 1900 to 1920 </h2>
|
|
|
|
<p>
|
|
<br /><br /><center><p><img src="fig/Hudson_Bay_data.png" align="bottom" width=700></p></center><br /><br />
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec11">Why now create a computer model for the hare and lynx populations? </h2>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
We see from the plot that there are indeed fluctuations.
|
|
We would like to create a mathematical model that explains these
|
|
population fluctuations. Ecologists have predicted that in a simple
|
|
predator-prey system that a rise in prey population is followed (with
|
|
a lag) by a rise in the predator population. When the predator
|
|
population is sufficiently high, then the prey population begins
|
|
dropping. After the prey population falls, then the predator
|
|
population falls, which allows the prey population to recover and
|
|
complete one cycle of this interaction. Thus, we see that
|
|
qualitatively oscillations occur. Can a mathematical model predict
|
|
this? What causes cycles to slow or speed up? What affects the
|
|
amplitude of the oscillation or do you expect to see the oscillations
|
|
damp to a stable equilibrium? The models tend to ignore factors like
|
|
climate and other complicating factors. How significant are these?
|
|
|
|
<ul>
|
|
<li> We see oscillations in the data</li>
|
|
<li> What causes cycles to slow or speed up?</li>
|
|
<li> What affects the amplitude of the oscillation or do you expect to see the oscillations damp to a stable equilibrium?</li>
|
|
<li> With a model we can better <em>understand the data</em></li>
|
|
<li> More important: we can understand the ecology dynamics of
|
|
predator-pray populations</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec12">The traditional (top-down) approach </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
The classical way (in all books) is to present the Lotka-Volterra equations:
|
|
|
|
$$
|
|
\begin{align*}
|
|
\frac{dH}{dt} &= H(a - b L)\\
|
|
\frac{dL}{dt} &= - L(d - c H)
|
|
\end{align*}
|
|
$$
|
|
|
|
<p>
|
|
Here,
|
|
|
|
<ul>
|
|
<li> \( H \) is the number of preys</li>
|
|
<li> \( L \) the number of predators</li>
|
|
<li> \( a \), \( b \), \( d \), \( c \) are parameters</li>
|
|
</ul>
|
|
|
|
Most books quickly establish the model and then use considerable space on
|
|
discussing the qualitative properties of this <em>nonlinear system of
|
|
ODEs</em> (which cannot be solved)
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec13">Basic mathematics notation </h2>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
|
|
<ul>
|
|
<li> Time points: \( t_0,t_1,\ldots,t_m \)</li>
|
|
<li> Uniform distribution of time points: \( t_n=n\Delta t \)</li>
|
|
<li> \( H^n \): population of hares at time \( t_n \)</li>
|
|
<li> \( L^n \): population of lynx at time \( t_n \)</li>
|
|
<li> We want to model the changes in populations, \( \Delta H=H^{n+1}-H^n \)
|
|
and \( \Delta L=L^{n+1}-L^n \) during a general time interval \( [t_{n+1},t_n] \)
|
|
of length \( \Delta t=t_{n+1}-t_n \)</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec14">Basic dynamics of the population of hares </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
The population of hares evolves due to births and deaths exactly as a bacteria population:
|
|
|
|
$$
|
|
\Delta H = a \Delta t H^n
|
|
$$
|
|
|
|
However, hares have an additional loss in the population because
|
|
they are eaten by lynx.
|
|
All the hares and lynx can form
|
|
\( H\cdot L \) pairs in total. When such pairs meet during a time
|
|
interval \( \Delta t \), there is some
|
|
small probablity that the lynx will eat the hare.
|
|
So in fraction \( b\Delta t HL \), the lynx eat hares. This
|
|
loss of hares must be accounted for. Subtracted in the equation for hares:
|
|
|
|
$$ \Delta H = a\Delta t H^n - b \Delta t H^nL^n$$
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec15">Basic dynamics of the population of lynx </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
We assume that the primary growth for the lynx population depends on sufficient food for raising lynx kittens, which implies an adequate source of nutrients from predation on hares. Thus, the growth of the lynx population does not only depend of how many lynx there are, but on how many hares they can eat.
|
|
In a time interval \( \Delta t HL \) hares and lynx can meet, and in a
|
|
fraction \( b\Delta t HL \) the lynx eats the hare. All of this does not
|
|
contribute to the growth of lynx, again just a fraction of
|
|
\( b\Delta t HL \) that we write as
|
|
\( d\Delta t HL \). In addition, lynx die just as in the population
|
|
dynamics with one isolated animal population, leading to a loss
|
|
\( -c\Delta t L \).
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
The accounting of lynx then looks like
|
|
$$ \Delta L = d\Delta t H^nL^n - c\Delta t L^n$$
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec16">Evolution equations </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
By writing up the definition of \( \Delta H \) and \( \Delta L \), and putting
|
|
all assumed known terms \( H^n \) and \( L^n \) on the right-hand side, we have
|
|
|
|
$$ H^{n+1} = H^n + a\Delta t H^n - b\Delta t H^n L^n $$
|
|
|
|
|
|
$$ L^{n+1} = L^n + d\Delta t H^nL^n - c\Delta t L^n $$
|
|
|
|
<p>
|
|
Note:
|
|
|
|
<ul>
|
|
<li> These equations are ready to be implemented!</li>
|
|
<li> But to start, we need \( H^0 \) and \( L^0 \) <br />
|
|
(which we can get from the data)</li>
|
|
<li> We also need values for \( a \), \( b \), \( d \), \( c \)</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec17">Adapt the model to the Hudson Bay case </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
|
|
<ul>
|
|
<li> As always, models tend to be general - as here, applicable
|
|
to "all" predator-pray systems</li>
|
|
<li> The critical issue is whether the <em>interaction</em> between hares and lynx
|
|
is sufficiently well modeled by \( \hbox{const}HL \)</li>
|
|
<li> The parameters \( a \), \( b \), \( d \), and \( c \) must be
|
|
estimated from data</li>
|
|
<li> Measure time in years</li>
|
|
<li> \( t_0=1900 \), \( t_m=1920 \)</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec18">The program </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pypro) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
|
|
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">solver</span>(m, H0, L0, dt, a, b, c, d, t0):
|
|
<span style="color: #BA2121; font-style: italic">"""Solve the difference equations for H and L over m years</span>
|
|
<span style="color: #BA2121; font-style: italic"> with time step dt (measured in years."""</span>
|
|
|
|
num_intervals <span style="color: #666666">=</span> <span style="color: #008000">int</span>(m<span style="color: #666666">/</span><span style="color: #008000">float</span>(dt))
|
|
t <span style="color: #666666">=</span> np<span style="color: #666666">.</span>linspace(t0, t0 <span style="color: #666666">+</span> m, num_intervals<span style="color: #666666">+1</span>)
|
|
H <span style="color: #666666">=</span> np<span style="color: #666666">.</span>zeros(t<span style="color: #666666">.</span>size)
|
|
L <span style="color: #666666">=</span> np<span style="color: #666666">.</span>zeros(t<span style="color: #666666">.</span>size)
|
|
|
|
<span style="color: #008000; font-weight: bold">print</span>(<span style="color: #BA2121">'Init:'</span>, H0, L0, dt)
|
|
H[<span style="color: #666666">0</span>] <span style="color: #666666">=</span> H0
|
|
L[<span style="color: #666666">0</span>] <span style="color: #666666">=</span> L0
|
|
|
|
<span style="color: #008000; font-weight: bold">for</span> n <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">range</span>(<span style="color: #666666">0</span>, <span style="color: #008000">len</span>(t)<span style="color: #666666">-1</span>):
|
|
H[n<span style="color: #666666">+1</span>] <span style="color: #666666">=</span> H[n] <span style="color: #666666">+</span> a<span style="color: #666666">*</span>dt<span style="color: #666666">*</span>H[n] <span style="color: #666666">-</span> b<span style="color: #666666">*</span>dt<span style="color: #666666">*</span>H[n]<span style="color: #666666">*</span>L[n]
|
|
L[n<span style="color: #666666">+1</span>] <span style="color: #666666">=</span> L[n] <span style="color: #666666">+</span> d<span style="color: #666666">*</span>dt<span style="color: #666666">*</span>H[n]<span style="color: #666666">*</span>L[n] <span style="color: #666666">-</span> c<span style="color: #666666">*</span>dt<span style="color: #666666">*</span>L[n]
|
|
<span style="color: #008000; font-weight: bold">return</span> H, L, t
|
|
|
|
<span style="color: #408080; font-style: italic"># Load in data file</span>
|
|
data <span style="color: #666666">=</span> np<span style="color: #666666">.</span>loadtxt(<span style="color: #BA2121">'src/Hudson_Bay.csv'</span>, delimiter<span style="color: #666666">=</span><span style="color: #BA2121">','</span>, skiprows<span style="color: #666666">=1</span>)
|
|
<span style="color: #408080; font-style: italic"># Make arrays containing x-axis and hares and lynx populations</span>
|
|
t_e <span style="color: #666666">=</span> data[:,<span style="color: #666666">0</span>]
|
|
H_e <span style="color: #666666">=</span> data[:,<span style="color: #666666">1</span>]
|
|
L_e <span style="color: #666666">=</span> data[:,<span style="color: #666666">2</span>]
|
|
|
|
<span style="color: #408080; font-style: italic"># Simulate using the model</span>
|
|
H, L, t <span style="color: #666666">=</span> solver(m<span style="color: #666666">=20</span>, H0<span style="color: #666666">=34.91</span>, L0<span style="color: #666666">=3.857</span>, dt<span style="color: #666666">=0.1</span>,
|
|
a<span style="color: #666666">=0.4807</span>, b<span style="color: #666666">=0.02482</span>, c<span style="color: #666666">=0.9272</span>, d<span style="color: #666666">=0.02756</span>,
|
|
t0<span style="color: #666666">=1900</span>)
|
|
|
|
<span style="color: #408080; font-style: italic"># Visualize simulations and data</span>
|
|
plt<span style="color: #666666">.</span>plot(t_e, H_e, <span style="color: #BA2121">'b-+'</span>, t_e, L_e, <span style="color: #BA2121">'r-o'</span>, t, H, <span style="color: #BA2121">'m--'</span>, t, L, <span style="color: #BA2121">'k--'</span>)
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">'Year'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">'Numbers of hares and lynx'</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">1900</span>, <span style="color: #666666">1920</span>, <span style="color: #666666">0</span>, <span style="color: #666666">140</span>])
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Population of hares and lynx 1900-1920 (x1000)'</span>)
|
|
plt<span style="color: #666666">.</span>legend((<span style="color: #BA2121">'H_e'</span>, <span style="color: #BA2121">'L_e'</span>, <span style="color: #BA2121">'H'</span>, <span style="color: #BA2121">'L'</span>), loc<span style="color: #666666">=</span><span style="color: #BA2121">'upper left'</span>)
|
|
plt<span style="color: #666666">.</span>savefig(<span style="color: #BA2121">'Hudson_Bay_sim.pdf'</span>)
|
|
plt<span style="color: #666666">.</span>savefig(<span style="color: #BA2121">'Hudson_Bay_sim.png'</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec19">The plot </h2>
|
|
|
|
<p>
|
|
<br /><br /><center><p><img src="fig/Hudson_Bay_sim.png" align="bottom" width=700></p></center><br /><br />
|
|
|
|
<p>
|
|
If we perform a least-square fitting, we can find optimal values for the parameters \( a \), \( b \), \( d \), \( c \). The optimal parameters are \( a=0.4807 \), \( b=0.02482 \), \( d=0.9272 \) and \( c=0.02756 \). These parameters result in a slightly modified initial conditions, namely \( H(0) = 34.91 \) and \( L(0)=3.857 \). With these parameters we are now ready to solve the equations and plot these data together with the experimental values.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec20">Linear regression in Python </h2>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">IPython.display</span> <span style="color: #008000; font-weight: bold">import</span> display
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">sklearn</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.linear_model</span> <span style="color: #008000; font-weight: bold">import</span> LinearRegression
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.tree</span> <span style="color: #008000; font-weight: bold">import</span> DecisionTreeRegressor
|
|
|
|
|
|
data <span style="color: #666666">=</span> np<span style="color: #666666">.</span>loadtxt(<span style="color: #BA2121">'src/Hudson_Bay.csv'</span>, delimiter<span style="color: #666666">=</span><span style="color: #BA2121">','</span>, skiprows<span style="color: #666666">=1</span>)
|
|
x <span style="color: #666666">=</span> data[:,<span style="color: #666666">0</span>]
|
|
y <span style="color: #666666">=</span> data[:,<span style="color: #666666">1</span>]
|
|
line <span style="color: #666666">=</span> np<span style="color: #666666">.</span>linspace(<span style="color: #666666">1900</span>,<span style="color: #666666">1920</span>,<span style="color: #666666">1000</span>,endpoint<span style="color: #666666">=</span><span style="color: #008000">False</span>)<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>,<span style="color: #666666">1</span>)
|
|
reg <span style="color: #666666">=</span> DecisionTreeRegressor(min_samples_split<span style="color: #666666">=3</span>)<span style="color: #666666">.</span>fit(x<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>,<span style="color: #666666">1</span>),y<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>,<span style="color: #666666">1</span>))
|
|
plt<span style="color: #666666">.</span>plot(line, reg<span style="color: #666666">.</span>predict(line), label<span style="color: #666666">=</span><span style="color: #BA2121">"decision tree"</span>)
|
|
regline <span style="color: #666666">=</span> LinearRegression()<span style="color: #666666">.</span>fit(x<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>,<span style="color: #666666">1</span>),y<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>,<span style="color: #666666">1</span>))
|
|
plt<span style="color: #666666">.</span>plot(line, regline<span style="color: #666666">.</span>predict(line), label<span style="color: #666666">=</span> <span style="color: #BA2121">"Linear Regression"</span>)
|
|
plt<span style="color: #666666">.</span>plot(x, y, label<span style="color: #666666">=</span> <span style="color: #BA2121">"Linear Regression"</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec21">Linear Least squares in R </h2>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=r (!bc r) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>HudsonBay <span style="color: #666666">=</span> read.csv(<span style="color: #BA2121">"src/Hudson_Bay.csv"</span>,header<span style="color: #666666">=</span><span style="color: #008000">T</span>)
|
|
fix(HudsonBay)
|
|
<span style="color: #008000">dim</span>(HudsonBay)
|
|
<span style="color: #008000">names</span>(HudsonBay)
|
|
plot(HudsonBay<span style="color: #666666">$</span>Year, HudsonBay<span style="color: #666666">$</span>Hares..x1000.)
|
|
<span style="color: #008000; font-weight: bold">attach</span>(HudsonBay)
|
|
plot(Year, Hares..x1000.)
|
|
plot(Year, Hares..x1000., col<span style="color: #666666">=</span><span style="color: #BA2121">"red"</span>, varwidth<span style="color: #666666">=</span><span style="color: #008000">T</span>, xlab<span style="color: #666666">=</span><span style="color: #BA2121">"Years"</span>, ylab<span style="color: #666666">=</span><span style="color: #BA2121">"Haresx 1000"</span>)
|
|
<span style="color: #008000">summary</span>(HudsonBay)
|
|
<span style="color: #008000">summary</span>(Hares..x1000.)
|
|
<span style="color: #008000; font-weight: bold">library</span>(MASS)
|
|
<span style="color: #008000; font-weight: bold">library</span>(ISLR)
|
|
scatter.smooth(x<span style="color: #666666">=</span>Year, y <span style="color: #666666">=</span> Hares..x1000.)
|
|
linearMod <span style="color: #666666">=</span> lm(Hares..x1000. <span style="color: #666666">~</span> Year)
|
|
<span style="color: #008000">print</span>(linearMod)
|
|
<span style="color: #008000">summary</span>(linearMod)
|
|
plot(linearMod)
|
|
confint(linearMod)
|
|
predict(linearMod,<span style="color: #B00040">data.frame</span>(Year<span style="color: #666666">=</span><span style="color: #B00040">c</span>(<span style="color: #666666">1910</span>,<span style="color: #666666">1914</span>,<span style="color: #666666">1920</span>)),interval<span style="color: #666666">=</span><span style="color: #BA2121">"confidence"</span>)
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec22">Non-Linear Least squares in R </h2>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=r (!bc r) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000">set.seed</span>(<span style="color: #666666">1485</span>)
|
|
len <span style="color: #666666">=</span> <span style="color: #666666">24</span>
|
|
x <span style="color: #666666">=</span> runif(len)
|
|
y <span style="color: #666666">=</span> x<span style="color: #666666">^3+</span>rnorm(len, <span style="color: #666666">0</span>,<span style="color: #666666">0.06</span>)
|
|
ds <span style="color: #666666">=</span> <span style="color: #B00040">data.frame</span>(x <span style="color: #666666">=</span> x, y <span style="color: #666666">=</span> y)
|
|
str(ds)
|
|
plot( y <span style="color: #666666">~</span> x, main <span style="color: #666666">=</span><span style="color: #BA2121">"Known cubic with noise"</span>)
|
|
s <span style="color: #666666">=</span> <span style="color: #008000">seq</span>(<span style="color: #666666">0</span>,<span style="color: #666666">1</span>,length <span style="color: #666666">=100</span>)
|
|
lines(s, s<span style="color: #666666">^3</span>, lty <span style="color: #666666">=2</span>, col <span style="color: #666666">=</span><span style="color: #BA2121">"green"</span>)
|
|
m <span style="color: #666666">=</span> nls(y <span style="color: #666666">~</span> <span style="color: #008000">I</span>(x<span style="color: #666666">^</span>power), data <span style="color: #666666">=</span> ds, start <span style="color: #666666">=</span> <span style="color: #B00040">list</span>(power<span style="color: #666666">=1</span>), trace <span style="color: #666666">=</span> <span style="color: #008000">T</span>)
|
|
<span style="color: #008000">class</span>(m)
|
|
<span style="color: #008000">summary</span>(m)
|
|
power <span style="color: #666666">=</span> <span style="color: #008000">round</span>(<span style="color: #008000">summary</span>(m)<span style="color: #666666">$</span>coefficients[<span style="color: #666666">1</span>], <span style="color: #666666">3</span>)
|
|
power.se <span style="color: #666666">=</span> <span style="color: #008000">round</span>(<span style="color: #008000">summary</span>(m)<span style="color: #666666">$</span>coefficients[<span style="color: #666666">2</span>], <span style="color: #666666">3</span>)
|
|
plot(y <span style="color: #666666">~</span> x, main <span style="color: #666666">=</span> <span style="color: #BA2121">"Fitted power model"</span>, sub <span style="color: #666666">=</span> <span style="color: #BA2121">"Blue: fit; green: known"</span>)
|
|
s <span style="color: #666666">=</span> <span style="color: #008000">seq</span>(<span style="color: #666666">0</span>, <span style="color: #666666">1</span>, length <span style="color: #666666">=</span> <span style="color: #666666">100</span>)
|
|
lines(s, s<span style="color: #666666">^3</span>, lty <span style="color: #666666">=</span> <span style="color: #666666">2</span>, col <span style="color: #666666">=</span> <span style="color: #BA2121">"green"</span>)
|
|
lines(s, predict(m, <span style="color: #B00040">list</span>(x <span style="color: #666666">=</span> s)), lty <span style="color: #666666">=</span> <span style="color: #666666">1</span>, col <span style="color: #666666">=</span> <span style="color: #BA2121">"blue"</span>)
|
|
text(<span style="color: #666666">0</span>, <span style="color: #666666">0.5</span>, <span style="color: #008000">paste</span>(<span style="color: #BA2121">"y =x^ ("</span>, power, <span style="color: #BA2121">" +/- "</span>, power.se, <span style="color: #BA2121">")"</span>, sep <span style="color: #666666">=</span> <span style="color: #BA2121">""</span>), pos <span style="color: #666666">=</span> <span style="color: #666666">4</span>)
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec23">Example: ecoli lab experiment </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-notice alert-text-normal">
|
|
<b>Typical pattern:</b>
|
|
<p>
|
|
The population grows faster and faster. <a href="http://www.zo.utexas.edu/courses/Thoc/PopGrowth.html" target="_blank">Why? Is there an underlying (general) mechanism</a>?
|
|
</div>
|
|
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
|
|
<ol>
|
|
<li> Cells divide after \( T \) seconds on average (one generation)</li>
|
|
<li> \( 2N \) celles divide into twice as many new cells \( \Delta N \) in a time
|
|
interval \( \Delta t \) as \( N \) cells would: \( \Delta N \propto N \)</li>
|
|
<li> \( N \) cells result in twice as many new individuals \( \Delta N \) in
|
|
time \( 2\Delta t \) as in time \( \Delta t \): \( \Delta N \propto\Delta t \)</li>
|
|
<li> Same proportionality wrt death (repeat reasoning)</li>
|
|
<li> Proposed model: \( \Delta N = b\Delta t N - d\Delta tN \) for some unknown
|
|
constants \( b \) (births) and \( d \) (deaths)</li>
|
|
<li> Describe evolution in discrete time: \( t_n=n\Delta t \)</li>
|
|
<li> Program-friendly notation: \( N \) at \( t_n \) is \( N^n \)</li>
|
|
<li> Math model: \( N^{n+1} = N^n + r\Delta t\, N \) (with \( \ r=b-d \))</li>
|
|
<li> Program model: <code>N[n+1] = N[n] + r*dt*N[n]</code></li>
|
|
</ol>
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec24">The program </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
Let us solve the difference equation in as simple way as possible,
|
|
just to train some programming: \( r=1.5 \), \( N^0=1 \), \( \Delta t=0.5 \)
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pypro) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
|
|
t <span style="color: #666666">=</span> np<span style="color: #666666">.</span>linspace(<span style="color: #666666">0</span>, <span style="color: #666666">10</span>, <span style="color: #666666">21</span>) <span style="color: #408080; font-style: italic"># 20 intervals in [0, 10]</span>
|
|
dt <span style="color: #666666">=</span> t[<span style="color: #666666">1</span>] <span style="color: #666666">-</span> t[<span style="color: #666666">0</span>]
|
|
N <span style="color: #666666">=</span> np<span style="color: #666666">.</span>zeros(t<span style="color: #666666">.</span>size)
|
|
|
|
N[<span style="color: #666666">0</span>] <span style="color: #666666">=</span> <span style="color: #666666">1</span>
|
|
r <span style="color: #666666">=</span> <span style="color: #666666">0.5</span>
|
|
|
|
<span style="color: #008000; font-weight: bold">for</span> n <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">range</span>(<span style="color: #666666">0</span>, N<span style="color: #666666">.</span>size<span style="color: #666666">-1</span>, <span style="color: #666666">1</span>):
|
|
N[n<span style="color: #666666">+1</span>] <span style="color: #666666">=</span> N[n] <span style="color: #666666">+</span> r<span style="color: #666666">*</span>dt<span style="color: #666666">*</span>N[n]
|
|
<span style="color: #008000; font-weight: bold">print</span> <span style="color: #BA2121">'N[</span><span style="color: #BB6688; font-weight: bold">%d</span><span style="color: #BA2121">]=</span><span style="color: #BB6688; font-weight: bold">%.1f</span><span style="color: #BA2121">'</span> <span style="color: #666666">%</span> (n<span style="color: #666666">+1</span>, N[n<span style="color: #666666">+1</span>])
|
|
</pre></div>
|
|
|
|
</div>
|
|
|
|
|
|
<p>
|
|
% if FORMAT != 'ipynb':
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec25">The output </h2>
|
|
|
|
<p>
|
|
|
|
<!-- code=text typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>N[1]=1.2
|
|
N[2]=1.6
|
|
N[3]=2.0
|
|
N[4]=2.4
|
|
N[5]=3.1
|
|
N[6]=3.8
|
|
N[7]=4.8
|
|
N[8]=6.0
|
|
N[9]=7.5
|
|
N[10]=9.3
|
|
N[11]=11.6
|
|
N[12]=14.6
|
|
N[13]=18.2
|
|
N[14]=22.7
|
|
N[15]=28.4
|
|
N[16]=35.5
|
|
N[17]=44.4
|
|
N[18]=55.5
|
|
N[19]=69.4
|
|
N[20]=86.7
|
|
</pre></div>
|
|
<p>
|
|
% endif
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec26">Parameter estimation </h2>
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
|
|
<ul>
|
|
<li> We do not know \( r \)</li>
|
|
<li> How can we estimate \( r \) from data?</li>
|
|
</ul>
|
|
|
|
We can use the difference equation with the experimental data
|
|
|
|
$$ N^{n+1} = N^n + r\Delta t N^n$$
|
|
|
|
Say \( N^{n+1} \) and \( N^n \) are known from data, solve wrt \( r \):
|
|
|
|
$$ r = \frac{N^{n+1}-N^n}{N^n\Delta t} $$
|
|
|
|
<p>
|
|
Use experimental data in the fraction, say \( t_1=600 \), \( t_2=1200 \),
|
|
\( N^1=140 \), \( N^2=250 \): \( r=0.0013 \).
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec27">A program relevant for the biological problem </h2>
|
|
|
|
<p>
|
|
<!-- exact r = 0.000694 -->
|
|
|
|
<p>
|
|
<div class="alert alert-block alert-block alert-text-normal">
|
|
<b></b>
|
|
<p>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pypro) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
|
|
<span style="color: #408080; font-style: italic"># Estimate r</span>
|
|
data <span style="color: #666666">=</span> np<span style="color: #666666">.</span>loadtxt(<span style="color: #BA2121">'ecoli.csv'</span>, delimiter<span style="color: #666666">=</span><span style="color: #BA2121">','</span>)
|
|
t_e <span style="color: #666666">=</span> data[:,<span style="color: #666666">0</span>]
|
|
N_e <span style="color: #666666">=</span> data[:,<span style="color: #666666">1</span>]
|
|
i <span style="color: #666666">=</span> <span style="color: #666666">2</span> <span style="color: #408080; font-style: italic"># Data point (i,i+1) used to estimate r</span>
|
|
r <span style="color: #666666">=</span> (N_e[i<span style="color: #666666">+1</span>] <span style="color: #666666">-</span> N_e[i])<span style="color: #666666">/</span>(N_e[i]<span style="color: #666666">*</span>(t_e[i<span style="color: #666666">+1</span>] <span style="color: #666666">-</span> t_e[i]))
|
|
<span style="color: #008000; font-weight: bold">print</span> <span style="color: #BA2121">'Estimated r=</span><span style="color: #BB6688; font-weight: bold">%.5f</span><span style="color: #BA2121">'</span> <span style="color: #666666">%</span> r
|
|
<span style="color: #408080; font-style: italic"># Can experiment with r values and see if the model can</span>
|
|
<span style="color: #408080; font-style: italic"># match the data better</span>
|
|
|
|
T <span style="color: #666666">=</span> <span style="color: #666666">1200</span> <span style="color: #408080; font-style: italic"># cell can divide after T sec</span>
|
|
t_max <span style="color: #666666">=</span> <span style="color: #666666">5*</span>T <span style="color: #408080; font-style: italic"># 5 generations in experiment</span>
|
|
t <span style="color: #666666">=</span> np<span style="color: #666666">.</span>linspace(<span style="color: #666666">0</span>, t_max, <span style="color: #666666">1000</span>)
|
|
dt <span style="color: #666666">=</span> t[<span style="color: #666666">1</span>] <span style="color: #666666">-</span> t[<span style="color: #666666">0</span>]
|
|
N <span style="color: #666666">=</span> np<span style="color: #666666">.</span>zeros(t<span style="color: #666666">.</span>size)
|
|
|
|
N[<span style="color: #666666">0</span>] <span style="color: #666666">=</span> <span style="color: #666666">100</span>
|
|
<span style="color: #008000; font-weight: bold">for</span> n <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">range</span>(<span style="color: #666666">0</span>, <span style="color: #008000">len</span>(t)<span style="color: #666666">-1</span>, <span style="color: #666666">1</span>):
|
|
N[n<span style="color: #666666">+1</span>] <span style="color: #666666">=</span> N[n] <span style="color: #666666">+</span> r<span style="color: #666666">*</span>dt<span style="color: #666666">*</span>N[n]
|
|
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
plt<span style="color: #666666">.</span>plot(t, N, <span style="color: #BA2121">'r-'</span>, t_e, N_e, <span style="color: #BA2121">'bo'</span>)
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">'time [s]'</span>); plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">'N'</span>)
|
|
plt<span style="color: #666666">.</span>legend([<span style="color: #BA2121">'model'</span>, <span style="color: #BA2121">'experiment'</span>], loc<span style="color: #666666">=</span><span style="color: #BA2121">'upper left'</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
Change <code>r</code> in the program and play around to make a better fit!
|
|
</div>
|
|
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec28">Simulating financial transactions </h2>
|
|
|
|
<p>
|
|
The aim here is to simulate financial transactions among financial agents
|
|
using Monte Carlo methods. The final goal is to extract a distribution of income as function
|
|
of the income \( m \). From Pareto's work (<a href="http://www.institutcoppet.org/2012/05/08/cours-deconomie-politique-1896-de-vilfredo-pareto" target="_blank">V. Pareto, 1897</a>) it is known from empirical studies
|
|
that the higher end of the distribution of money follows a distribution
|
|
$$
|
|
w_m\propto m^{-1-\alpha},
|
|
$$
|
|
|
|
with \( \alpha\in [1,2] \). We will here follow the analysis made by <a href="http://www.sciencedirect.com/science/article/pii/S0378437104004327" target="_blank">Patriarca and collaborators</a>.
|
|
|
|
<p>
|
|
Here we will study numerically the relation between the micro-dynamic relations among financial
|
|
agents and the resulting macroscopic money distribution.
|
|
|
|
<p>
|
|
We assume we have \( N \) agents that exchange money in pairs \( (i,j) \). We assume also that all agents
|
|
start with the same amount of money \( m_0 > 0 \). At a given 'time step', we choose randomly a pair
|
|
of agents \( (i,j) \) and let a transaction take place. This means that agent \( i \)'s money \( m_i \) changes
|
|
to \( m_i' \) and similarly we have \( m_j\rightarrow m_j' \).
|
|
Money is conserved during a transaction, meaning that
|
|
$$
|
|
\begin{equation}
|
|
m_i+m_j=m_i'+m_j'.
|
|
\label{eq:conserve}
|
|
\end{equation}
|
|
$$
|
|
|
|
The change is done via a random reassignement (a random number) \( \epsilon \), meaning that
|
|
|
|
$$
|
|
\begin{equation*}
|
|
m_i' = \epsilon(m_i+m_j),
|
|
\end{equation*}
|
|
$$
|
|
|
|
leading to
|
|
|
|
$$
|
|
\begin{equation*}
|
|
m_j'= (1-\epsilon)(m_i+m_j).
|
|
\end{equation*}
|
|
$$
|
|
|
|
The number \( \epsilon \) is extracted from a uniform distribution.
|
|
In this simple model, no agents are left with a debt, that is \( m\ge 0 \).
|
|
Due to the conservation law above, one can show that the system relaxes toward an equilibrium
|
|
state given by a Gibbs distribution
|
|
|
|
$$
|
|
\begin{equation*}
|
|
w_m=\beta \exp{(-\beta m)},
|
|
\end{equation*}
|
|
$$
|
|
|
|
with
|
|
|
|
$$
|
|
\begin{equation*}
|
|
\beta = \frac{1}{\langle m\rangle},
|
|
\end{equation*}
|
|
$$
|
|
|
|
and \( \langle m\rangle=\sum_i m_i/N=m_0 \), the average money.
|
|
It means that after equilibrium has been reached that the majority of agents is left with a small
|
|
number of money, while the number of richest agents, those with \( m \) larger than a specific value \( m' \),
|
|
exponentially decreases with \( m' \).
|
|
|
|
<p>
|
|
We assume that we have \( N=500 \) agents. In each simulation, we need a sufficiently large number of transactions, say \( 10^7 \). Our aim is find the final equilibrium distribution \( w_m \). In order to do that we would need
|
|
several runs of the above simulations, at least \( 10^3-10^4 \) runs (experiments).
|
|
|
|
<h3 id="___sec29">Simulation of Transactions </h3>
|
|
|
|
Our task is to first set up an algorithm which simulates the above transactions with an initial
|
|
amount \( m_0 \).
|
|
The challenge here is to figure out a Monte Carlo simulation based on the
|
|
above equations.
|
|
You will in particular need to make an algorithm which sets up a histogram as function of \( m \).
|
|
This histogram contains the number of times a value \( m \) is registered and represents
|
|
\( w_m\Delta m \). You will need to set up a value for the interval \( \Delta m \) (typically \( 0.01-0.05 \)).
|
|
That means you need to account for the number of times you register an income in the interval
|
|
\( m,m+\Delta m \). The number of times you register this income, represents the value that enters the histogram.
|
|
You will also need to find a criterion for when the equilibrium situation has been reached.
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #408080; font-style: italic">#!/usr/bin/env python</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.mlab</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">mlab</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">random</span>
|
|
|
|
<span style="color: #408080; font-style: italic"># initialize the rng with a seed</span>
|
|
random<span style="color: #666666">.</span>seed()
|
|
<span style="color: #408080; font-style: italic"># Hard coding of input parameters</span>
|
|
Agents <span style="color: #666666">=</span> <span style="color: #666666">500</span>
|
|
MCcounts <span style="color: #666666">=</span> <span style="color: #666666">1000</span>
|
|
Transactions <span style="color: #666666">=</span> <span style="color: #666666">100000</span>
|
|
startMoney <span style="color: #666666">=</span> <span style="color: #666666">1.0</span>
|
|
Lambda <span style="color: #666666">=</span> <span style="color: #666666">0.0</span>
|
|
FinancialAgents <span style="color: #666666">=</span> startMoney<span style="color: #666666">*</span>np<span style="color: #666666">.</span>ones(Agents)
|
|
<span style="color: #008000; font-weight: bold">for</span> i <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">range</span> (<span style="color: #666666">1</span>, MCcounts, <span style="color: #666666">1</span>):
|
|
<span style="color: #008000; font-weight: bold">for</span> j <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">range</span> (<span style="color: #666666">1</span>, Transactions, <span style="color: #666666">1</span>):
|
|
agent_i <span style="color: #666666">=</span> <span style="color: #008000">int</span>(Agents<span style="color: #666666">*</span>random<span style="color: #666666">.</span>random())
|
|
agent_j <span style="color: #666666">=</span> <span style="color: #008000">int</span>(Agents<span style="color: #666666">*</span>random<span style="color: #666666">.</span>random())
|
|
epsilon <span style="color: #666666">=</span> random<span style="color: #666666">.</span>random()
|
|
<span style="color: #008000; font-weight: bold">if</span> agent_i <span style="color: #666666">!=</span> agent_j:
|
|
m1 <span style="color: #666666">=</span> Lambda<span style="color: #666666">*</span>FinancialAgents[agent_i] <span style="color: #666666">+</span> (<span style="color: #666666">1-</span>Lambda)<span style="color: #666666">*</span>epsilon<span style="color: #666666">*</span>(FinancialAgents[agent_i] <span style="color: #666666">+</span> FinancialAgents[agent_j])
|
|
m2 <span style="color: #666666">=</span> Lambda<span style="color: #666666">*</span>FinancialAgents[agent_j] <span style="color: #666666">+</span> (<span style="color: #666666">1-</span>Lambda)<span style="color: #666666">*</span>(<span style="color: #666666">1-</span>epsilon)<span style="color: #666666">*</span>(FinancialAgents[agent_i] <span style="color: #666666">+</span> FinancialAgents[agent_j])
|
|
FinancialAgents[agent_i] <span style="color: #666666">=</span> m1
|
|
FinancialAgents[agent_j] <span style="color: #666666">=</span> m2
|
|
|
|
<span style="color: #408080; font-style: italic"># the histogram of the data</span>
|
|
n, bins, patches <span style="color: #666666">=</span> plt<span style="color: #666666">.</span>hist(FinancialAgents, <span style="color: #666666">50</span>, facecolor<span style="color: #666666">=</span><span style="color: #BA2121">'green'</span>)
|
|
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">'$x$'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">'Distribution of wealth'</span>)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Money'</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">0</span>, <span style="color: #666666">10</span>, <span style="color: #666666">0</span>, <span style="color: #666666">500</span>])
|
|
plt<span style="color: #666666">.</span>grid(<span style="color: #008000">True</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
We can then change our model to allow for a saving criterion, meaning that the agents save
|
|
a fraction \( \lambda \) of the money they have before the transaction is made. The final distribution will then no longer be given by Gibbs distribution. It could also include a taxation on financial transactions.
|
|
|
|
<p>
|
|
The conservation law of Eq. \eqref{eq:conserve} holds, but the money to be shared in a transaction between
|
|
agent \( i \) and agent \( j \) is now \( (1-\lambda)(m_i+m_j) \). This means that we have
|
|
|
|
$$
|
|
\begin{equation*}
|
|
m_i' = \lambda m_i+\epsilon(1-\lambda)(m_i+m_j),
|
|
\end{equation*}
|
|
$$
|
|
|
|
and
|
|
|
|
$$
|
|
\begin{equation*}
|
|
m_j' = \lambda m_j+(1-\epsilon)(1-\lambda)(m_i+m_j),
|
|
\end{equation*}
|
|
$$
|
|
|
|
which can be written as
|
|
|
|
$$
|
|
\begin{equation*}
|
|
m_i'=m_i+\delta m
|
|
\end{equation*}
|
|
$$
|
|
|
|
and
|
|
|
|
$$
|
|
\begin{equation*}
|
|
m_j'=m_j-\delta m,
|
|
\end{equation*}
|
|
$$
|
|
|
|
with
|
|
|
|
$$
|
|
\begin{equation*}
|
|
\delta m=(1-\lambda)(\epsilon m_j-(1-\epsilon)m_i),
|
|
\end{equation*}
|
|
$$
|
|
|
|
showing how money is conserved during a transaction.
|
|
Select values of \( \lambda =0.25,0.5 \) and \( \lambda=0.9 \) and try to extract the corresponding
|
|
equilibrium distributions and compare these with the Gibbs distribution. Comment your results.
|
|
Extract a parametrization of the above curves, see for example <a href="http://www.sciencedirect.com/science/article/pii/S0378437104004327" target="_blank">Patriarca and collaborators</a> and see if you can parametrize the high-end tails of the distributions in terms of power laws. Comment your results.
|
|
|
|
<p>
|
|
In the studies above the agents were selected randomly, irrespective of whether we allowed for
|
|
saving or not during a transaction. What is often observed is that various agents tend to make preferences for for whom to interact with. We will now study the evolution of the distribution of wealth \( w_m \) by assuming that there is a likelihood
|
|
$$
|
|
p_{ij} \propto \vert m_i-m_j\vert^{-\alpha},
|
|
$$
|
|
|
|
for an interaction between agents \( i \) and \( j \) with respective wealths \( m_i \) and \( m_j \). The parameter \( \alpha > 0 \). For \( \alpha=0 \) we recover our model from part 5a).
|
|
Perform the same analysis as previously with \( N=500 \) as well as with \( N=1000 \) agents and study the distribution of wealth for \( \alpha =0.5 \), \( \alpha =1.0 \), \( \alpha =1.5 \) and \( \alpha =2.0 \).
|
|
You should try to reproduce Figure 1 of <a href="http://www.sciencedirect.com/science/article/pii/S0378437114006967" target="_blank">Goswami and Sen</a>.
|
|
Extract the tail of the distribution and see if it follows a Pareto distribution
|
|
$$
|
|
w_m\propto m^{-1-\alpha}.
|
|
$$
|
|
|
|
What happens if \( \alpha \gg 1 \)?
|
|
|
|
<p>
|
|
Perform the analysis with and without a saving \( \lambda \) on each transaction and comment your results.
|
|
We add to the previous probability the possibility that two agents who interact have performed similar transactions earlier. That is, in addition to being financially close, we assume that the likelihood for interacting increases if two agents have interacted earlier.
|
|
We add this feature by modifying the previous likelihood to
|
|
$$
|
|
p_{ij} \propto \vert m_i-m_j\vert^{-\alpha}\left(c_{ij}+1\right)^{\gamma},
|
|
$$
|
|
|
|
where \( c_{ij} \) represents the number of previous interactions that have taken place between \( i \) and \( j \). The factor \( 1 \) is added in order to ensure that if they have not interacted earlier they can still interact. Perform similar studies as above with \( N=1000 \), \( \alpha=1.0 \) and \( \alpha=2.0 \) using \( \gamma = 0.0, 1.0, 2.0, 3.0 \) and \( 4.0 \). Plot the wealth distributions for these cases and try to extract eventual power law tails with and without a saving \( \lambda \) in each transaction. Comment your results and compare them with figures 5 and 6 of <a href="http://www.sciencedirect.com/science/article/pii/S0378437114006967" target="_blank">Goswami and Sen</a>.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec30">Particle in one dimension an velocity distribution </h2>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #408080; font-style: italic"># Program to test the Metropolis algorithm with one particle at given temp in one dimension</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.mlab</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">mlab</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">random</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">math</span> <span style="color: #008000; font-weight: bold">import</span> sqrt, exp, log
|
|
<span style="color: #408080; font-style: italic"># initialize the rng with a seed</span>
|
|
random<span style="color: #666666">.</span>seed()
|
|
<span style="color: #408080; font-style: italic"># Hard coding of input parameters</span>
|
|
MCcycles <span style="color: #666666">=</span> <span style="color: #666666">100000</span>
|
|
Temperature <span style="color: #666666">=</span> <span style="color: #666666">2.0</span>
|
|
beta <span style="color: #666666">=</span> <span style="color: #666666">1./</span>Temperature
|
|
InitialVelocity <span style="color: #666666">=</span> <span style="color: #666666">-2.0</span>
|
|
CurrentVelocity <span style="color: #666666">=</span> InitialVelocity
|
|
Energy <span style="color: #666666">=</span> <span style="color: #666666">0.5*</span>InitialVelocity<span style="color: #666666">*</span>InitialVelocity
|
|
VelocityRange <span style="color: #666666">=</span> <span style="color: #666666">10*</span>sqrt(Temperature)
|
|
VelocityStep <span style="color: #666666">=</span> <span style="color: #666666">2*</span>VelocityRange<span style="color: #666666">/10.</span>
|
|
AverageEnergy <span style="color: #666666">=</span> Energy
|
|
AverageEnergy2 <span style="color: #666666">=</span> Energy<span style="color: #666666">*</span>Energy
|
|
VelocityValues <span style="color: #666666">=</span> np<span style="color: #666666">.</span>zeros(MCcycles)
|
|
<span style="color: #408080; font-style: italic"># The Monte Carlo sampling with Metropolis starts here</span>
|
|
<span style="color: #008000; font-weight: bold">for</span> i <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">range</span> (<span style="color: #666666">1</span>, MCcycles, <span style="color: #666666">1</span>):
|
|
TrialVelocity <span style="color: #666666">=</span> CurrentVelocity <span style="color: #666666">+</span> (<span style="color: #666666">2.0*</span>random<span style="color: #666666">.</span>random() <span style="color: #666666">-</span> <span style="color: #666666">1.0</span>)<span style="color: #666666">*</span>VelocityStep
|
|
EnergyChange <span style="color: #666666">=</span> <span style="color: #666666">0.5*</span>(TrialVelocity<span style="color: #666666">*</span>TrialVelocity <span style="color: #666666">-</span>CurrentVelocity<span style="color: #666666">*</span>CurrentVelocity);
|
|
<span style="color: #008000; font-weight: bold">if</span> random<span style="color: #666666">.</span>random() <span style="color: #666666"><=</span> exp(<span style="color: #666666">-</span>beta<span style="color: #666666">*</span>EnergyChange):
|
|
CurrentVelocity <span style="color: #666666">=</span> TrialVelocity
|
|
Energy <span style="color: #666666">+=</span> EnergyChange
|
|
VelocityValues[i] <span style="color: #666666">=</span> CurrentVelocity
|
|
AverageEnergy <span style="color: #666666">+=</span> Energy
|
|
AverageEnergy2 <span style="color: #666666">+=</span> Energy<span style="color: #666666">*</span>Energy
|
|
<span style="color: #408080; font-style: italic">#Final averages</span>
|
|
AverageEnergy <span style="color: #666666">=</span> AverageEnergy<span style="color: #666666">/</span>MCcycles
|
|
AverageEnergy2 <span style="color: #666666">=</span> AverageEnergy2<span style="color: #666666">/</span>MCcycles
|
|
Variance <span style="color: #666666">=</span> AverageEnergy2 <span style="color: #666666">-</span> AverageEnergy<span style="color: #666666">*</span>AverageEnergy
|
|
<span style="color: #008000; font-weight: bold">print</span>(AverageEnergy, Variance)
|
|
n, bins, patches <span style="color: #666666">=</span> plt<span style="color: #666666">.</span>hist(VelocityValues, <span style="color: #666666">400</span>, facecolor<span style="color: #666666">=</span><span style="color: #BA2121">'green'</span>)
|
|
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">'$v$'</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">'Velocity distribution P(v)'</span>)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r'Velocity histogram at $k_BT=2$'</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">-5</span>, <span style="color: #666666">5</span>, <span style="color: #666666">0</span>, <span style="color: #666666">600</span>])
|
|
plt<span style="color: #666666">.</span>grid(<span style="color: #008000">True</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
|
|
<!-- ------------------- end of main content --------------- -->
|
|
|
|
|
|
<center style="font-size:80%">
|
|
<!-- copyright --> © 1999-2018, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
|
|
</center>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|