
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://j-node.homeip.net/tech_wiki/skins/common/feed.css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en">	
		<title>TechWiki - Recent changes [en]</title>
		<link rel="alternate" type="text/html" href="http://j-node.homeip.net/tech_wiki/index.php/Special:Recentchanges"/>
		<modified>2009-11-20T19:16:51Z</modified>
		<tagline>Track the most recent changes to the wiki on this page.</tagline>
		<generator>MediaWiki 1.5.4</generator>
		
	<entry>
		<title>Random Graphs</title>
		<link rel="alternate" type="text/html" href="http://j-node.homeip.net/tech_wiki/index.php/Random_Graphs"/>
				<modified>2009-11-13T10:12:55Z</modified>
		<issued>2009-11-13T10:12:55</issued>
		<created>2009-11-13T10:12:55Z</created>	
		<summary type="text/plain">&lt;p&gt;/* Undirected */ &lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Undirected=&lt;br /&gt;
&lt;br /&gt;
A random undirected Erdős–Rényi graph consists of ''n'' nodes, ''l'' links and link&lt;br /&gt;
probability ''p'' with binomial degree distribution  &lt;br /&gt;
: &amp;lt;math&amp;gt; \mathcal{P} (k_i = k) = {n\choose k} p^k (1-p)^{n-k}, &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;k_i&amp;lt;/math&amp;gt; is the degree of node ''i''. The first terms gives the number of equivalent choices of such a network. The remaining terms describe the probability of a graph with ''k'' links and ''n'' nodes existing.&lt;br /&gt;
&lt;br /&gt;
Note that a network of ''n'' nodes has maximally the following number of&lt;br /&gt;
links&lt;br /&gt;
: &amp;lt;math&amp;gt; l_{max} = \frac{1}{2} n (n-1), &amp;lt;/math&amp;gt;&lt;br /&gt;
and it holds that&lt;br /&gt;
: &amp;lt;math&amp;gt; z := \langle k \rangle = \frac{l}{n} = p (n-1). &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the limit of large ''n'' the following approximation become exact&lt;br /&gt;
: &amp;lt;math&amp;gt; \mathcal{P} (k) \approx \frac{z^k  e^{-z}}{k!},&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt; z \approx p n.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be seen by noting that &lt;br /&gt;
: &amp;lt;math&amp;gt; e^{-z} = \lim_{n \to \infty} \left( 1 + \frac{-z}{n} \right), &amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt; 1 =\lim_{n \to \infty} \left( \frac{n!}{n^k (n-k)!} \right).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Observe that &amp;lt;math&amp;gt;\mathcal{P} (k)&amp;lt;/math&amp;gt; now describes a Poisson distribution.&lt;br /&gt;
&lt;br /&gt;
=Directed=&lt;br /&gt;
&lt;br /&gt;
Directed networks are described by a joint probability density&lt;br /&gt;
&amp;lt;math&amp;gt;\mathcal{P} (k_{in}, k_{out})&amp;lt;/math&amp;gt;. Note, however, that generally this&lt;br /&gt;
function is not factorizable, i.e., &amp;lt;math&amp;gt;\mathcal{P} (k_{in}, k_{out})&lt;br /&gt;
\neq \mathcal{P} (k_{in}) \mathcal P( k_{out})&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The realization of the random directed network is based on the&lt;br /&gt;
undirected case, where the links get assigned a direction with equal&lt;br /&gt;
probability. This choice results in the halving of the number of&lt;br /&gt;
links. Note that &amp;lt;math&amp;gt;k_{tot} := k_{in} + k_{out}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k_{in} =&lt;br /&gt;
k_{out}&amp;lt;/math&amp;gt;. One finds in this case that&lt;br /&gt;
: &amp;lt;math&amp;gt;\mathcal{P}  (k_{in}, k_{out}) =  \mathcal{P} (k_{in})  \mathcal P( k_{out}),&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\mathcal{P}  (k_{*}) = \frac{{z_{*}}^{k_{*}}  e^{-z_{*}}}{k_*!},  \quad *={in, out, tot}, &amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;2 z_{in} = 2 z_{out} = z_{tot} = p_{tot} n = (p_{in} + p_{out}) n,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;p_{tot}&amp;lt;/math&amp;gt; corresponds to ''p'' of the undirected case, &amp;lt;math&amp;gt;p_{in}&lt;br /&gt;
= p_{out} = 0.5 p_{tot}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;z = z_{tot}&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The relationship between the degree distributions of the directed and&lt;br /&gt;
undirected case are given by &lt;br /&gt;
: &amp;lt;math&amp;gt; \mathcal{P} (k) = \sum_{k_{in}} \mathcal{P} (k_{in}, k - k_{in}).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the case of a directed random graph one finds&lt;br /&gt;
: &amp;lt;math&amp;gt;  \sum_{k_{in}} \mathcal{P} (k_{in}, k - k_{in}) =&lt;br /&gt;
\sum_{k_{in}} \frac{{z_{in}}^{k_{in}}  e^{-z_{in}}}{k_{in}!}  &lt;br /&gt;
\frac{{\langle k- k_{in} \rangle}^{k-k_{in}}  e^{\langle k- k_{in} \rangle}}{(k-k_{in})!} &amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt; =  z_{in}^k e^{-z_{tot}} \sum_{k_{in}} \frac{1}{k_{in}! (k-k_{in})!} &amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt; =  \frac{{z_{tot}}^{k}  e^{-z_{tot}}}{k!}  = \frac{{z}^{k}  e^{-z}}{k!} = \mathcal{P} (k),&amp;lt;/math&amp;gt;&lt;br /&gt;
by noting that&lt;br /&gt;
: &amp;lt;math&amp;gt; \langle k- k_{in} \rangle = z_{in},&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt; 2^k = \sum_i \frac{k!}{i!(k-i)!}.&amp;lt;/math&amp;gt;&lt;br /&gt;
The last identity is given by Pascal's triangle and the rules for binomial coefficients.&lt;br /&gt;
&lt;br /&gt;
[[Category:Physics]]&lt;/div&gt;</summary>
		<author><name>Admin</name><!-- <url></url><email></email> --></author>		<comment>foobar</comment>
	</entry>

	<entry>
		<title>Physics</title>
		<link rel="alternate" type="text/html" href="http://j-node.homeip.net/tech_wiki/index.php/Physics"/>
				<modified>2009-11-13T09:52:32Z</modified>
		<issued>2009-11-13T09:52:32</issued>
		<created>2009-11-13T09:52:32Z</created>	
		<summary type="text/plain">&lt;p&gt;/* In-Depth */ &lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' class='diff'&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' class='diff-otitle'&gt;Revision as of 09:52, 13 November 2009&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' class='diff-ntitle'&gt;Current revision&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 27:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 27:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;* [[Fun with Non-Linear Dynamics]]&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;* [[Fun with Non-Linear Dynamics]]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td class='diff-addedline'&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td class='diff-addedline'&gt;* [[Random Graphs]]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;===Beyond the Current World View===&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td class='diff-context'&gt;===Beyond the Current World View===&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
</summary>
		<author><name>Admin</name><!-- <url></url><email></email> --></author>		<comment>foobar</comment>
	</entry>

	</feed>