<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jan Lorenz</title>
	<atom:link href="http://janlo.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://janlo.de/blog</link>
	<description>Social Scientist and Applied Mathematician</description>
	<lastBuildDate>Wed, 22 Feb 2012 22:08:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ministers&#8217; incumbency ends after 1.79 failures with daily failing probability 0.11%</title>
		<link>http://janlo.de/blog/2011/12/01/ministers-incumbency-distribution/</link>
		<comments>http://janlo.de/blog/2011/12/01/ministers-incumbency-distribution/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:46:20 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Half-baked ideas]]></category>
		<category><![CDATA[data analysis]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=406</guid>
		<description><![CDATA[Today, Thomas Metz made me aware of a dataset about ministers in Eastern German federal states (Bundesländer) by Sebastian Jäckle. The dataset includes the variable &#8220;duration of incumbency&#8221; in days for 291 ministers between 1990 and 2011. 
I was curious to look at the distribution of duration with the intention to be brave as a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, <a href="http://portal.uni-freiburg.de/politik/lehrstuehle/vergleichende-regierungslehre/mitarbeiter/metz-thomas">Thomas Metz</a> made me aware of a <a href="http://www.sebastianjaeckle.de/datasets.html">dataset</a> about ministers in Eastern German federal states (Bundesländer) by <a href="http://www.sebastianjaeckle.de">Sebastian Jäckle</a>. The dataset includes the variable &#8220;duration of incumbency&#8221; in days for 291 ministers between 1990 and 2011. </p>
<p>I was curious to look at the distribution of duration with the intention to be brave as a physicist and infer a simple stochastic model which reproduces that distribution. I copied the duration data into a matlab vector <code>duration</code>, made histograms, fits for different distributions and KS-Tests. As <code>duration</code> is a discrete random variable (days starting from inauguration), distributions living on the nonnegative integers are the natural candidates. The classical one-parameter distributions <a href="http://en.wikipedia.org/wiki/Poisson_distribution">Poisson</a> and <a href="http://en.wikipedia.org/wiki/Geometric_distribution">geometric</a> failed to deliver fitting distributions, but the <a href="http://en.wikipedia.org/wiki/Negative_binomial_distribution">negative binomial</a> (NB) did surprisingly well.<br />
<div class="wp-caption aligncenter" style="width: 389px"><a href="http://janlo.de/blog/wp-content/uploads/2011/12/duration.pdf"><img src="http://janlo.de/blog/wp-content/uploads/2011/12/duration.png" alt="Histogram for &quot;duration&quot; and best-fit negative binomial pmf." title="duration" width="379" height="307" class="size-full wp-image-414" /></a><p class="wp-caption-text">Normalized histogram for duration of incumbencay and best-fit negative binomial probabilty mass function.</p></div><br />
The best fit yielded parameters <img src="http://www.forkosh.com/mathtex.cgi?r = 1.79" style="float:top;" border="0px" /> and <img src="http://www.forkosh.com/mathtex.cgi?p = 0.0011" style="float:top;" border="0px" /></code>. The Kolmogorov-Smirnov test did not reject that duration data came from the distribution with these parameters (p=0.32), but rejects under reasonably small changes of the two parameters. Thus, it is reasonable to assume</p>
<img src="http://www.forkosh.com/mathtex.cgi? \text{duration} \sim \text{NB}(1.79,0.0011) = \text{NB}(r,p)." style="float:top;" border="0px" />
<p>What model does this imply? Looking at the days in the incumbency of a minister. Let us assume that every day can either be a success or failure which happens with probability <img src="http://www.forkosh.com/mathtex.cgi?p" style="float:top;" border="0px" />. The negative binomial is the distribution of the number of successful days until <img src="http://www.forkosh.com/mathtex.cgi?r" style="float:top;" border="0px" /> failures occur (there is an extension to non-integer number of failures). Our model is thus, that a minister's incumbency ends after a certain number of failures (what ever that means in practice). The best fit suggests that under this model 1.79 failures are allowed during a minister's incumbency and that failures are relatively rare events happening  with probabilty 0.11% every day, i.e. on average the first failure happens approximately at day 900.<br />
<span id="more-406"></span></p>
<p><strong>Further notes:</strong><br />
Here ist the matlab code which delivers the results<br />
<code>% computation<br />
dist='nbin';bins=0:500:7500;hi=hist(duration,bins);par=mle(duration,'distribution',dist);<br />
% plots<br />
clf;bar(bins,hi/sum(hi)/(bins(2)-bins(1)));hold on;x=0:8000;plot(x,pdf(dist,x,par(1),par(2)),'r','LineWidth',3);<br />
% Kolmogorov-Smirnov test<br />
[h,p]=kstest(duration,[x' cdf(dist,x,par(1),par(2))'])<br />
</code><br />
You can test other two-parameter distributions by changing <code>dist</code>, e.g. to <code>'logn'</code> or <code>'gam'</code>. If you want to check one-parameter distribution you have to further remove <code>,par(2)</code> from the code. It turns out that also the gamma distribution delivers a fit which is not rejected. This is reasonable because it is sometimes seen as the continuous-valued version of the negative binomial. Also the Weibull distribution was not rejected (although with much lower p-value), this shows that also other models might be appropriate. As always with statistics and real world data, I assume that the KS-Test would reject my theory when we have a larger dataset, as certainly some deviations from the negative binomial trend get dominant (e.g. caused by election cycles). </p>
<p>I hope this "finger exercise" on finding a simple stochastic model that fits is inspiring for political scientists, although every political theory would likely immediately reject it.</p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2011/12/01/ministers-incumbency-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Socionomist</title>
		<link>http://janlo.de/blog/2011/07/01/socionomist/</link>
		<comments>http://janlo.de/blog/2011/07/01/socionomist/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:58:35 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Commenting own Papers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=365</guid>
		<description><![CDATA[There is a nice article Are Crowds Wise or Mad? from the Socionomics Institute.  It features results of our PNAS paper How social influence can undermine the wisdom of crowd effect.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.socionomics.net/pdf/1106SOC_Wisdom-of-Crowds.pdf"><img src="http://janlo.de/blog/wp-content/uploads/2011/07/socionomist-e1309607864647.jpeg" alt="" title="Socionomist" width="274" height="250" class="alignleft size-full wp-image-364" /></a>There is a nice article <a href="http://www.socionomics.net/pdf/1106SOC_Wisdom-of-Crowds.pdf">Are Crowds Wise or Mad?</a> from the <a href="http://www.socionomics.net/">Socionomics Institute</a>.  It features results of our PNAS paper <a href="http://dx.doi.org/10.1073%2Fpnas.1008636108">How social influence can undermine the wisdom of crowd effect</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2011/07/01/socionomist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posters vs. Talks</title>
		<link>http://janlo.de/blog/2011/07/01/posters-vs-talks/</link>
		<comments>http://janlo.de/blog/2011/07/01/posters-vs-talks/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:34:28 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=358</guid>
		<description><![CDATA[This my view on organization of scientific conferences, especially the mid-size and large ones. In my opinion poster sessions are a much more efficient way of scientific communication than a bunch of 20 minutes talks. I advocate for upgrading the scientific prestige they deliver to the author to be above the prestige of short talks.

Posters [...]]]></description>
			<content:encoded><![CDATA[<p>This my view on organization of scientific conferences, especially the mid-size and large ones. In my opinion <strong>poster sessions</strong> are a much more efficient way of scientific communication than a bunch of 20 minutes talks. I advocate for upgrading the scientific prestige they deliver to the author to be above the prestige of short talks.<br />
<span id="more-358"></span><br />
Posters can give a solid overview of a paper and can easily be extracted from them. In a poster session you as the visitor can select what you are interested in. You can save time in two ways: First, you do not need to wait for the thing you are interested in. Second, by asking the author you can quickly come to your problems of understanding. This avoids what usually happens with talks: Half of the audience lacks background knowledge and gets lost, while the other half gets bored by the attempt of the speaker to attract and keep the others. Unfortunately, posters seem to be regarded as the least prestigious scientific output. Facing my argument the prestige of a talk lies in the &#8220;right to use (and likely waste) the time of many others&#8221;. Don&#8217;t get me wrong: I also think that a conference needs some central gatherings like entertaining key notes or a &#8220;Poster Spotlight&#8221; where every one has the right to advertise her poster in one minute and one slide. </p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2011/07/01/posters-vs-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dissent due to more links</title>
		<link>http://janlo.de/blog/2011/06/25/dissent-due-to-more-links/</link>
		<comments>http://janlo.de/blog/2011/06/25/dissent-due-to-more-links/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 14:38:49 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=320</guid>
		<description><![CDATA[I watched Eli Pariser&#8217;s  TED talk on increasing bi-polarization of viewpoints due to automatic prioritizing of Facebook news feed items.

I think this effect is related and enforced by what is studied in a model by J.K. Shin and me in Tipping Diffusivity in Information Accumulation Systems: More Links, less Consensus (Shin &#038; Lorenz, JSTAT [...]]]></description>
			<content:encoded><![CDATA[<p>I watched Eli Pariser&#8217;s  TED talk on increasing bi-polarization of viewpoints due to automatic prioritizing of Facebook news feed items.<br />
<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talk/stream/2011/Blank/EliPariser_2011-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/EliPariser-2011.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=1091&#038;lang=&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=eli_pariser_beware_online_filter_bubbles;year=2011;theme=bold_predictions_stern_warnings;theme=what_s_next_in_tech;theme=new_on_ted_com;theme=a_taste_of_ted2011;event=TED2011;tag=Culture;tag=Global+Issues;tag=Technology;tag=journalism;tag=politics;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2011/Blank/EliPariser_2011-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/EliPariser-2011.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=1091&#038;lang=&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=eli_pariser_beware_online_filter_bubbles;year=2011;theme=bold_predictions_stern_warnings;theme=what_s_next_in_tech;theme=new_on_ted_com;theme=a_taste_of_ted2011;event=TED2011;tag=Culture;tag=Global+Issues;tag=Technology;tag=journalism;tag=politics;"></embed></object><br />
I think this effect is related and enforced by what is studied in a model by J.K. Shin and me in <a href="http://dx.doi.org/10.1088%2F1742-5468%2F2010%2F06%2FP06005">Tipping Diffusivity in Information Accumulation Systems: More Links, less Consensus</a> (Shin &#038; Lorenz, JSTAT 2010, <a href="http://arxiv.org/abs/0909.1252">arXiv</a>).<br />
<span id="more-320"></span></p>
<p>We study a situation of two communities, say Conservatives and Progressives which members are connected through many links within their community and fewer links to members of the other community. We showed that<strong> increasing the number of links</strong> while keeping the ratio of external to internal friends constant can <strong>make persistent dissent between communities possible</strong> . With a fewer number of friends both communities must converge finally to a consensual view. </p>
<p><a href="http://en.wikipedia.org/wiki/Eli_Pariser">Eli Pariser</a> reports that he lost access to opinions of his few conservative friends (his intercommunity links) because Facebook automatically sorted and filtered his news feed due to the fact that he clicks more often at the news of his progressive community friends.<br />
Both results together lead to the conclusion:<br />
<strong>With more friends and more connections in social networks we might face more dissent and more fragmentation in opinions and culture. </strong></p>
<p>By the way, our paper contains a nice &#8220;dynamical overview&#8221; figure about our model. I think it is a good example to learn what an <strong>attractive but unstable fixed point</strong> is and how fixed points bifurcate. (Click on the picture for a larger pdf.)<br />
<a href='http://janlo.de/blog/wp-content/uploads/2011/06/fig2_3_blog-crop.pdf'><img src="http://janlo.de/blog/wp-content/uploads/2011/06/fig2_3_blog-crop-e1309012685135.jpeg" alt="More Links, Less Consensus" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2011/06/25/dissent-due-to-more-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help on LLSC in &#8220;Unifying Framework of Cascading&#8221;</title>
		<link>http://janlo.de/blog/2010/11/05/help-on-llsc-in-unifying-framework-of-cascading/</link>
		<comments>http://janlo.de/blog/2010/11/05/help-on-llsc-in-unifying-framework-of-cascading/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 12:19:21 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Commenting own Papers]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=265</guid>
		<description><![CDATA[As being the creator of the figures in Systemic Risk in a Unifying Framework for Cascading Processes on Networks (arXiv:0907.5325) I&#8217;d like to give some help on the &#8220;Local Load Sharing model with load Conservation&#8221; (LLSC) by example.

The model was taken from Universality Class of the Fiber Bundle Model on Complex Networks ([6] in the [...]]]></description>
			<content:encoded><![CDATA[<p>As being the creator of the figures in <a href="http://dx.doi.org/10.1140/epjb/e2009-00347-4">Systemic Risk in a Unifying Framework for Cascading Processes on Networks</a> (<a href="http://arxiv.org/abs/0907.5325">arXiv:0907.5325</a>) I&#8217;d like to give some help on the &#8220;Local Load Sharing model with load Conservation&#8221; (LLSC) by example.<br />
<span id="more-265"></span></p>
<p>The model was taken from <a href="http://dx.doi.org/10.1103/PhysRevLett.94.025501">Universality Class of the Fiber Bundle Model on Complex Networks</a> ([6] in the paper). There you can find a different definition of the model dynamics. It is valid only for undirected networks (as our examples) but is equivalent to ours&#8217; in the paper. Our definition also holds for directed networks. Here are the definitions and two examples. (Thereby we also clarify slight typo and formatting errors which we unfortunatelly overlooked in correcting the proof.)</p>
<p>Let <img src="http://www.forkosh.com/mathtex.cgi? \phi^0_i=1" style="float:top;" border="0px" /> be the initial load, uniformly one for all nodes, <img src="http://www.forkosh.com/mathtex.cgi? s(t)" style="float:top;" border="0px" /> is the vector of failing states and <img src="http://www.forkosh.com/mathtex.cgi?A" style="float:top;" border="0px" /> stands for the network. The dynamics to compute the loads of alive nodes from the current vector of failing states is Eq. (12)</p>
<p><center><img src="http://www.forkosh.com/mathtex.cgi?  \phi_i(t) = \phi^0_i +\sum_{j\in \text{reach}^{0\to 1}_\text{in}(i,s(t),A)}\frac{\phi_j^0}{\sharp\, \text{reach}^{1\to<br />
0}_\text{out}(j,s(t),A)}<br />
" style="float:top;" border="0px" /></center></p>
<p>Failing states are updated according to the general model, in Eq. (2)</p>
<p><center><img src="http://www.forkosh.com/mathtex.cgi? s_i(t+1) = \Theta(z_i(t))" style="float:top;" border="0px" />  with  <img src="http://www.forkosh.com/mathtex.cgi?z_{i}(t)=\phi_{i}(t)-\theta_{i} " style="float:top;" border="0px" /></center></p>
<p>with <img src="http://www.forkosh.com/mathtex.cgi? \Theta " style="float:top;" border="0px" /> being the Heaviside function being zero when input is below zero and one when input is above zero. Thus, a failure is assigned when load (<img src="http://www.forkosh.com/mathtex.cgi? \phi " style="float:top;" border="0px" />) is above failing threshold (<img src="http://www.forkosh.com/mathtex.cgi? \theta " style="float:top;" border="0px" />).  </p>
<p>Let&#8217;s go to the details and look at <a href='http://janlo.de/blog/wp-content/uploads/2010/11/contagion_fig3_web.pdf'>Fig. 3</a> and <a href='http://janlo.de/blog/wp-content/uploads/2010/11/contagion_fig15.pdf'>Fig. 15</a>. We focus on the left branch (labeled &#8220;links remain&#8221; for LLSC model) and the final step from the second last configuration to the last  configuration. In both configurations in the second last step it holds </p>
<p><center><img src="http://www.forkosh.com/mathtex.cgi? s(t)=[0\ 0\ 1\ 1\ 1\ 0\ 0\ 0\ 0]" style="float:top;" border="0px" /> </center></p>
<p>because nodes <strong>C</strong>,<strong>D</strong>, and <strong>E</strong> failed. To compute loads by Eq. (12) we need to quantify the set <img src="http://www.forkosh.com/mathtex.cgi?\text{reach}^{0\to 1}_\text{in}(i,s(t),A)" style="float:top;" border="0px" /> for all nodes alive (<strong>A</strong>,<strong>B</strong>,<strong>F</strong>,<strong>G</strong>,<strong>H</strong>,<strong>I</strong>). Subsequently, we have to quantify <img src="http://www.forkosh.com/mathtex.cgi?\text{reach}^{1\to 0}_\text{out}(j,s(t),A)" style="float:top;" border="0px" /> for all the failed nodes (<strong>C</strong>,<strong>D</strong>,<strong>E</strong>). It is not that difficult for this example because both sets are always equal. (See the paper for the formal definitions of both &#8220;reach&#8221;-sets). As example for a node alive look at</p>
<p><center><img src="http://www.forkosh.com/mathtex.cgi?\text{reach}^{0\to 1}_\text{in}({\bf\sf A},s(t),A) = \{{\bf\sf C,D,E}\}." style="float:top;" border="0px" /></center></p>
<p>This holds because <strong>A</strong> can be reached from all the failed nodes through a path of failed nodes. Thus, it will receive parts of the initial loads of all failed nodes. What part will become clear once we quantify as example for a failed node  </p>
<p><center><img src="http://www.forkosh.com/mathtex.cgi?\text{reach}^{1\to 0}_\text{out}({\bf\sf C},s(t),A) = \{{\bf\sf A,B,F,G,H,I}\}." style="float:top;" border="0px" /></center></p>
<p>Each failed node transfers its load to 6 nodes alive, because each failed node can reach all nodes alive along a path of failed nodes. Consequently,  each of the nodes alive receives 3 times 1/6 as additional load to its own initial load, summing up to 1.5 for each node alive. When the load of failed nodes is set to zero (which is naturally but unfortunately never formally stated) the total load remains constant at the magnitude of 9. </p>
<p>The transfer of load along a path of failed nodes is what is meant with the description &#8220;links remain&#8221;. Thus, the load of all failed nodes can be rebalanced when clusters of failed nodes merge, which does not happen in the current example. But the examples in <a href='http://janlo.de/blog/wp-content/uploads/2010/11/contagion_fig3_web.pdf'>Fig. 3</a> shows that the load of some nodes alive can decrease (e.g. node <strong>A</strong>) by new failures when the newly failed nodes bridges the cluster of failed nodes to many other nodes alive such that load can be carried by more nodes. </p>
<p>As a consequence, one can say that the process of local load sharing (as emphasized in [6], and consequently also by us) is not that local as it concerns the failed nodes. Vie a cluster of failed nodes it is possible to rebalance load among otherwise disconnected components of nodes alive.  </p>
<p>The two examples <a href='http://janlo.de/blog/wp-content/uploads/2010/11/contagion_fig3_web.pdf'>Fig. 3</a> and <a href='http://janlo.de/blog/wp-content/uploads/2010/11/contagion_fig15.pdf'>Fig. 15</a> show that a different initially failing node (<strong>D</strong> instead of <strong>C</strong>) does not change the result of the cascade when links remain, as discussed. But it changes dramatically when links fail: First, the cascade proceeds in both cases because rebalancing is not possible. Second, it changes direction when the initially failing node is changed to the neighbor. </p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2010/11/05/help-on-llsc-in-unifying-framework-of-cascading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schätzquiz Oldenburg</title>
		<link>http://janlo.de/blog/2010/09/07/schatzquiz-oldenburg/</link>
		<comments>http://janlo.de/blog/2010/09/07/schatzquiz-oldenburg/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 09:27:45 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[deutsch]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=207</guid>
		<description><![CDATA[Am 24. September 2010 fand zwischen 17-20 Uhr ein Schätzquiz bei der &#8220;Nacht der Wissenschaft&#8221; auf dem Campus Wechloy an der Uni Oldenburg statt. Es ging um das Phänomen der Weisheit der Masse (siehe zum Phänomen und den Original Papers von 1907 auch meinen Bericht aus Bremen und das auf der Nacht der Wissenschaft präsentierte [...]]]></description>
			<content:encoded><![CDATA[<p>Am 24. September 2010 fand zwischen 17-20 Uhr ein <a href="http://www.nacht-der-wissenschaft.uni-oldenburg.de/48498.html">Schätzquiz</a> bei der <a href="http://www.nacht-der-wissenschaft.uni-oldenburg.de">&#8220;Nacht der Wissenschaft&#8221;</a> auf dem Campus Wechloy an der Uni Oldenburg statt. Es ging um das Phänomen der <a href="http://de.wikipedia.org/wiki/Weisheit_der_Vielen">Weisheit der Masse</a> (siehe zum Phänomen und den Original Papers von 1907 auch meinen <a href="http://janlo.de/blog/2010/06/22/die-weisheit-der-bremer/">Bericht aus Bremen</a> und das auf der Nacht der Wissenschaft präsentierte <a href="http://www.janlo.de/posters/lorenz_oldenburg_2010_nachtderwissenschaft.pdf">Poster</a>). In Oldenburg war allerdings nicht viel von der Weisheit der Masse zu sehn.<br />
<span id="more-207"></span><br />
Auf diesem <a href="http://janlo.de/schaetzquiz/Schaetzzettel.pdf">Schätzzettel</a> konnte man Schätzen wieviele dieser Zettel insgesamt abgegeben werden.  </p>
<p>Es wurden <strong style="font-size: 200%;">271</strong> Zettel abgegeben.  </p>
<p><strong> Hier alle SchätzerInnen, die besser waren als der Median aller Schätzungen (924). </strong></p>
<table>
<tr>
<td></td>
<td></td>
<td width="60" align="right"><strong>Wert</strong></td>
<td width="80" align="right"><strong>Abstand</strong></td>
</tr>
<tr>
<td>1.</td>
<td><strong>Dennis Hinrichs</strong></td>
<td width=60 align=right>   270</td>
<td width=80 align=right>     1</td>
</tr>
<tr>
<td>2.</td>
<td>Carina Pfeiffer</td>
<td width=60 align=right>   275</td>
<td width=80 align=right>     4</td>
</tr>
<tr>
<td>3.</td>
<td>Natallia Krauchanka</td>
<td width=60 align=right>   280</td>
<td width=80 align=right>     9</td>
</tr>
<tr>
<td>4.</td>
<td>Ziemann</td>
<td width=60 align=right>   250</td>
<td width=80 align=right>    21</td>
</tr>
<tr>
<td>4.</td>
<td>Moritz</td>
<td width=60 align=right>   250</td>
<td width=80 align=right>    21</td>
</tr>
<tr>
<td>6.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   300</td>
<td width=80 align=right>    29</td>
</tr>
<tr>
<td>7.</td>
<td>Jens Winkel</td>
<td width=60 align=right>   239</td>
<td width=80 align=right>    32</td>
</tr>
<tr>
<td>8.</td>
<td>Felix Bayer</td>
<td width=60 align=right>   235</td>
<td width=80 align=right>    36</td>
</tr>
<tr>
<td>9.</td>
<td>Thomas Dittrich</td>
<td width=60 align=right>   310</td>
<td width=80 align=right>    39</td>
</tr>
<tr>
<td>10.</td>
<td>Mathias Woltrink</td>
<td width=60 align=right>   230</td>
<td width=80 align=right>    41</td>
</tr>
<tr>
<td>10.</td>
<td>Tante Susi</td>
<td width=60 align=right>   312</td>
<td width=80 align=right>    41</td>
</tr>
<tr>
<td>12.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   320</td>
<td width=80 align=right>    49</td>
</tr>
<tr>
<td>13.</td>
<td>Name nicht lesbar</td>
<td width=60 align=right>   220</td>
<td width=80 align=right>    51</td>
</tr>
<tr>
<td>14.</td>
<td>Karin Ideler</td>
<td width=60 align=right>   323</td>
<td width=80 align=right>    52</td>
</tr>
<tr>
<td>15.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   217</td>
<td width=80 align=right>    54</td>
</tr>
<tr>
<td>15.</td>
<td>Gunnar Shoyer</td>
<td width=60 align=right>   325</td>
<td width=80 align=right>    54</td>
</tr>
<tr>
<td>15.</td>
<td>Betinna Kewitz</td>
<td width=60 align=right>   217</td>
<td width=80 align=right>    54</td>
</tr>
<tr>
<td>18.</td>
<td>Horst Metschl</td>
<td width=60 align=right>   327</td>
<td width=80 align=right>    56</td>
</tr>
<tr>
<td>18.</td>
<td>Sarah Kern</td>
<td width=60 align=right>   327</td>
<td width=80 align=right>    56</td>
</tr>
<tr>
<td>20.</td>
<td>Julia Witt</td>
<td width=60 align=right>   206</td>
<td width=80 align=right>    65</td>
</tr>
<tr>
<td>21.</td>
<td>Jennifer Oberler</td>
<td width=60 align=right>   200</td>
<td width=80 align=right>    71</td>
</tr>
<tr>
<td>22.</td>
<td>Konrad Schultz</td>
<td width=60 align=right>   197</td>
<td width=80 align=right>    74</td>
</tr>
<tr>
<td>22.</td>
<td>Mareike Weinberg</td>
<td width=60 align=right>   197</td>
<td width=80 align=right>    74</td>
</tr>
<tr>
<td>24.</td>
<td>Lena Köpcke</td>
<td width=60 align=right>   350</td>
<td width=80 align=right>    79</td>
</tr>
<tr>
<td>24.</td>
<td>Tippner</td>
<td width=60 align=right>   350</td>
<td width=80 align=right>    79</td>
</tr>
<tr>
<td>26.</td>
<td>Alexandra Wolff</td>
<td width=60 align=right>   190</td>
<td width=80 align=right>    81</td>
</tr>
<tr>
<td>27.</td>
<td>Olsowski</td>
<td width=60 align=right>   183</td>
<td width=80 align=right>    88</td>
</tr>
<tr>
<td>28.</td>
<td>Timo von Reeken</td>
<td width=60 align=right>   360</td>
<td width=80 align=right>    89</td>
</tr>
<tr>
<td>29.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   180</td>
<td width=80 align=right>    91</td>
</tr>
<tr>
<td>30.</td>
<td>Welker</td>
<td width=60 align=right>   370</td>
<td width=80 align=right>    99</td>
</tr>
<tr>
<td>31.</td>
<td>Hendrik Wöst</td>
<td width=60 align=right>   375</td>
<td width=80 align=right>   104</td>
</tr>
<tr>
<td>31.</td>
<td>Christel Sahr</td>
<td width=60 align=right>   375</td>
<td width=80 align=right>   104</td>
</tr>
<tr>
<td>31.</td>
<td>Martina van den Hooven</td>
<td width=60 align=right>   375</td>
<td width=80 align=right>   104</td>
</tr>
<tr>
<td>34.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   163</td>
<td width=80 align=right>   108</td>
</tr>
<tr>
<td>35.</td>
<td>Hans Alexander</td>
<td width=60 align=right>   385</td>
<td width=80 align=right>   114</td>
</tr>
<tr>
<td>36.</td>
<td>Wins</td>
<td width=60 align=right>   390</td>
<td width=80 align=right>   119</td>
</tr>
<tr>
<td>37.</td>
<td>Josephine Kölling</td>
<td width=60 align=right>   150</td>
<td width=80 align=right>   121</td>
</tr>
<tr>
<td>37.</td>
<td>Jana Neumann</td>
<td width=60 align=right>   150</td>
<td width=80 align=right>   121</td>
</tr>
<tr>
<td>39.</td>
<td>Maike Wennemer</td>
<td width=60 align=right>   394</td>
<td width=80 align=right>   123</td>
</tr>
<tr>
<td>40.</td>
<td>M. von Reeken</td>
<td width=60 align=right>   395</td>
<td width=80 align=right>   124</td>
</tr>
<tr>
<td>41.</td>
<td>Alexander Szefczyk</td>
<td width=60 align=right>   398</td>
<td width=80 align=right>   127</td>
</tr>
<tr>
<td>41.</td>
<td>Lara Schroeder</td>
<td width=60 align=right>   398</td>
<td width=80 align=right>   127</td>
</tr>
<tr>
<td>43.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   400</td>
<td width=80 align=right>   129</td>
</tr>
<tr>
<td>44.</td>
<td>Barbara Liefländer</td>
<td width=60 align=right>   138</td>
<td width=80 align=right>   133</td>
</tr>
<tr>
<td>45.</td>
<td>Jonas Peschke</td>
<td width=60 align=right>   130</td>
<td width=80 align=right>   141</td>
</tr>
<tr>
<td>46.</td>
<td>Günter Lück</td>
<td width=60 align=right>   120</td>
<td width=80 align=right>   151</td>
</tr>
<tr>
<td>46.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   120</td>
<td width=80 align=right>   151</td>
</tr>
<tr>
<td>46.</td>
<td>Regina Kahla</td>
<td width=60 align=right>   120</td>
<td width=80 align=right>   151</td>
</tr>
<tr>
<td>49.</td>
<td>Kristina Siefken</td>
<td width=60 align=right>   423</td>
<td width=80 align=right>   152</td>
</tr>
<tr>
<td>50.</td>
<td>Thomas Maurer</td>
<td width=60 align=right>   425</td>
<td width=80 align=right>   154</td>
</tr>
<tr>
<td>51.</td>
<td>Annika Budden</td>
<td width=60 align=right>   436</td>
<td width=80 align=right>   165</td>
</tr>
<tr>
<td>52.</td>
<td>Susanne Knaack</td>
<td width=60 align=right>   437</td>
<td width=80 align=right>   166</td>
</tr>
<tr>
<td>52.</td>
<td>Jan-Henrik Bergmann</td>
<td width=60 align=right>   105</td>
<td width=80 align=right>   166</td>
</tr>
<tr>
<td>54.</td>
<td>Tilmann T.</td>
<td width=60 align=right>   450</td>
<td width=80 align=right>   179</td>
</tr>
<tr>
<td>54.</td>
<td>Chrisitin Langermann</td>
<td width=60 align=right>   450</td>
<td width=80 align=right>   179</td>
</tr>
<tr>
<td>54.</td>
<td>Kathrin Becker</td>
<td width=60 align=right>   450</td>
<td width=80 align=right>   179</td>
</tr>
<tr>
<td>57.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>    91</td>
<td width=80 align=right>   180</td>
</tr>
<tr>
<td>58.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>    75</td>
<td width=80 align=right>   196</td>
</tr>
<tr>
<td>59.</td>
<td>Hai Hoang</td>
<td width=60 align=right>   472</td>
<td width=80 align=right>   201</td>
</tr>
<tr>
<td>60.</td>
<td>Traute Wöst</td>
<td width=60 align=right>   475</td>
<td width=80 align=right>   204</td>
</tr>
<tr>
<td>61.</td>
<td>Name mehrfach, Downgrade auf Schlechtesten</td>
<td width=60 align=right>    60</td>
<td width=80 align=right>   211</td>
</tr>
<tr>
<td>62.</td>
<td>Lars Henning Heß</td>
<td width=60 align=right>   489</td>
<td width=80 align=right>   218</td>
</tr>
<tr>
<td>63.</td>
<td>Franziska Hemken</td>
<td width=60 align=right>   496</td>
<td width=80 align=right>   225</td>
</tr>
<tr>
<td>64.</td>
<td>Jan Christoph Bernack</td>
<td width=60 align=right>   500</td>
<td width=80 align=right>   229</td>
</tr>
<tr>
<td>64.</td>
<td>Marita Wins</td>
<td width=60 align=right>   500</td>
<td width=80 align=right>   229</td>
</tr>
<tr>
<td>64.</td>
<td>Mareike und Christine Bekaan</td>
<td width=60 align=right>   500</td>
<td width=80 align=right>   229</td>
</tr>
<tr>
<td>64.</td>
<td>Carolin Würtz</td>
<td width=60 align=right>   500</td>
<td width=80 align=right>   229</td>
</tr>
<tr>
<td>68.</td>
<td>Name mehrfach, Downgrade auf Schlechtesten</td>
<td width=60 align=right>    30</td>
<td width=80 align=right>   241</td>
</tr>
<tr>
<td>69.</td>
<td>Benno W.</td>
<td width=60 align=right>   513</td>
<td width=80 align=right>   242</td>
</tr>
<tr>
<td>70.</td>
<td>keine Name angegeben</td>
<td width=60 align=right>   521</td>
<td width=80 align=right>   250</td>
</tr>
<tr>
<td>70.</td>
<td>Torsten Germer</td>
<td width=60 align=right>   521</td>
<td width=80 align=right>   250</td>
</tr>
<tr>
<td>72.</td>
<td>Sathurja</td>
<td width=60 align=right>    20</td>
<td width=80 align=right>   251</td>
</tr>
<tr>
<td>72.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>    20</td>
<td width=80 align=right>   251</td>
</tr>
<tr>
<td>72.</td>
<td>Louis Claasen</td>
<td width=60 align=right>    20</td>
<td width=80 align=right>   251</td>
</tr>
<tr>
<td>75.</td>
<td>Fabian</td>
<td width=60 align=right>    15</td>
<td width=80 align=right>   256</td>
</tr>
<tr>
<td>76.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>     5</td>
<td width=80 align=right>   266</td>
</tr>
<tr>
<td>77.</td>
<td>Maren Hunecke</td>
<td width=60 align=right>   538</td>
<td width=80 align=right>   267</td>
</tr>
<tr>
<td>78.</td>
<td>Britta Wehen</td>
<td width=60 align=right>   555</td>
<td width=80 align=right>   284</td>
</tr>
<tr>
<td>79.</td>
<td>Wiebke Morgenstern</td>
<td width=60 align=right>   557</td>
<td width=80 align=right>   286</td>
</tr>
<tr>
<td>80.</td>
<td>Leonie Schneider</td>
<td width=60 align=right>   563</td>
<td width=80 align=right>   292</td>
</tr>
<tr>
<td>81.</td>
<td>Golob</td>
<td width=60 align=right>   570</td>
<td width=80 align=right>   299</td>
</tr>
<tr>
<td>82.</td>
<td>Anke Gwozdz</td>
<td width=60 align=right>   572</td>
<td width=80 align=right>   301</td>
</tr>
<tr>
<td>83.</td>
<td>Norina Wulff</td>
<td width=60 align=right>   580</td>
<td width=80 align=right>   309</td>
</tr>
<tr>
<td>84.</td>
<td>Anneliese Ibbeken</td>
<td width=60 align=right>   581</td>
<td width=80 align=right>   310</td>
</tr>
<tr>
<td>85.</td>
<td>Andreas Wulff</td>
<td width=60 align=right>   586</td>
<td width=80 align=right>   315</td>
</tr>
<tr>
<td>86.</td>
<td>Katharia Lueders</td>
<td width=60 align=right>   598</td>
<td width=80 align=right>   327</td>
</tr>
<tr>
<td>87.</td>
<td>Yvonne Pfeiffer</td>
<td width=60 align=right>   600</td>
<td width=80 align=right>   329</td>
</tr>
<tr>
<td>87.</td>
<td>Julian Siemer</td>
<td width=60 align=right>   600</td>
<td width=80 align=right>   329</td>
</tr>
<tr>
<td>87.</td>
<td>Wins</td>
<td width=60 align=right>   600</td>
<td width=80 align=right>   329</td>
</tr>
<tr>
<td>90.</td>
<td>Anna Inden</td>
<td width=60 align=right>   603</td>
<td width=80 align=right>   332</td>
</tr>
<tr>
<td>91.</td>
<td>Axel Husch</td>
<td width=60 align=right>   613</td>
<td width=80 align=right>   342</td>
</tr>
<tr>
<td>92.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   614</td>
<td width=80 align=right>   343</td>
</tr>
<tr>
<td>93.</td>
<td>Charlene Waechter</td>
<td width=60 align=right>   621</td>
<td width=80 align=right>   350</td>
</tr>
<tr>
<td>94.</td>
<td>Daniel Fuhrhop</td>
<td width=60 align=right>   625</td>
<td width=80 align=right>   354</td>
</tr>
<tr>
<td>95.</td>
<td>Tanja Burgmer</td>
<td width=60 align=right>   628</td>
<td width=80 align=right>   357</td>
</tr>
<tr>
<td>96.</td>
<td>Wolfgang Wenzel</td>
<td width=60 align=right>   635</td>
<td width=80 align=right>   364</td>
</tr>
<tr>
<td>97.</td>
<td>Danielle Gliza</td>
<td width=60 align=right>   650</td>
<td width=80 align=right>   379</td>
</tr>
<tr>
<td>97.</td>
<td>Ewald Müller</td>
<td width=60 align=right>   650</td>
<td width=80 align=right>   379</td>
</tr>
<tr>
<td>97.</td>
<td>Ingo Barelmann</td>
<td width=60 align=right>   650</td>
<td width=80 align=right>   379</td>
</tr>
<tr>
<td>100.</td>
<td>Torben Wendt</td>
<td width=60 align=right>   654</td>
<td width=80 align=right>   383</td>
</tr>
<tr>
<td>101.</td>
<td>Name nicht lesbar</td>
<td width=60 align=right>   658</td>
<td width=80 align=right>   387</td>
</tr>
<tr>
<td>102.</td>
<td>Mat Steckel</td>
<td width=60 align=right>   676</td>
<td width=80 align=right>   405</td>
</tr>
<tr>
<td>103.</td>
<td>Jens de Boer</td>
<td width=60 align=right>   685</td>
<td width=80 align=right>   414</td>
</tr>
<tr>
<td>104.</td>
<td>Jochen Arensbrust</td>
<td width=60 align=right>   698</td>
<td width=80 align=right>   427</td>
</tr>
<tr>
<td>104.</td>
<td>Yvonne Weilke</td>
<td width=60 align=right>   698</td>
<td width=80 align=right>   427</td>
</tr>
<tr>
<td>106.</td>
<td>Stefan Spiekermann</td>
<td width=60 align=right>   700</td>
<td width=80 align=right>   429</td>
</tr>
<tr>
<td>107.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   733</td>
<td width=80 align=right>   462</td>
</tr>
<tr>
<td>108.</td>
<td>Kevin König</td>
<td width=60 align=right>   746</td>
<td width=80 align=right>   475</td>
</tr>
<tr>
<td>109.</td>
<td>SuNA</td>
<td width=60 align=right>   749</td>
<td width=80 align=right>   478</td>
</tr>
<tr>
<td>110.</td>
<td>R. Hornberger</td>
<td width=60 align=right>   764</td>
<td width=80 align=right>   493</td>
</tr>
<tr>
<td>111.</td>
<td>Julie Schweer</td>
<td width=60 align=right>   800</td>
<td width=80 align=right>   529</td>
</tr>
<tr>
<td>111.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   800</td>
<td width=80 align=right>   529</td>
</tr>
<tr>
<td>111.</td>
<td>Katharina Kaschel</td>
<td width=60 align=right>   800</td>
<td width=80 align=right>   529</td>
</tr>
<tr>
<td>114.</td>
<td>F. Schmid</td>
<td width=60 align=right>   812</td>
<td width=80 align=right>   541</td>
</tr>
<tr>
<td>115.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   836</td>
<td width=80 align=right>   565</td>
</tr>
<tr>
<td>116.</td>
<td>Felix Steckel</td>
<td width=60 align=right>   843</td>
<td width=80 align=right>   572</td>
</tr>
<tr>
<td>117.</td>
<td>Justus Peschke</td>
<td width=60 align=right>   850</td>
<td width=80 align=right>   579</td>
</tr>
<tr>
<td>117.</td>
<td>Patrick Zeller</td>
<td width=60 align=right>   850</td>
<td width=80 align=right>   579</td>
</tr>
<tr>
<td>117.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   850</td>
<td width=80 align=right>   579</td>
</tr>
<tr>
<td>117.</td>
<td>Eiken</td>
<td width=60 align=right>   850</td>
<td width=80 align=right>   579</td>
</tr>
<tr>
<td>121.</td>
<td>Lara Jerowski</td>
<td width=60 align=right>   858</td>
<td width=80 align=right>   587</td>
</tr>
<tr>
<td>122.</td>
<td>Jürgen Willens</td>
<td width=60 align=right>   876</td>
<td width=80 align=right>   605</td>
</tr>
<tr>
<td>123.</td>
<td>Jürgen Boese</td>
<td width=60 align=right>   888</td>
<td width=80 align=right>   617</td>
</tr>
<tr>
<td>124.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   890</td>
<td width=80 align=right>   619</td>
</tr>
<tr>
<td>125.</td>
<td>Herma Manssen</td>
<td width=60 align=right>   893</td>
<td width=80 align=right>   622</td>
</tr>
<tr>
<td>125.</td>
<td>Erik Rochsburg</td>
<td width=60 align=right>   893</td>
<td width=80 align=right>   622</td>
</tr>
<tr>
<td>127.</td>
<td>Christian van den Hoorln</td>
<td width=60 align=right>   897</td>
<td width=80 align=right>   626</td>
</tr>
<tr>
<td>128.</td>
<td>Renate Gayk</td>
<td width=60 align=right>   899</td>
<td width=80 align=right>   628</td>
</tr>
<tr>
<td>128.</td>
<td>Oliver Kaboth</td>
<td width=60 align=right>   899</td>
<td width=80 align=right>   628</td>
</tr>
<tr>
<td>130.</td>
<td>Sonja Pals</td>
<td width=60 align=right>   900</td>
<td width=80 align=right>   629</td>
</tr>
<tr>
<td>131.</td>
<td>Name nicht lesbar</td>
<td width=60 align=right>   921</td>
<td width=80 align=right>   650</td>
</tr>
<tr>
<td>131.</td>
<td>Inga Rochsburg</td>
<td width=60 align=right>   921</td>
<td width=80 align=right>   650</td>
</tr>
<tr>
<td>133.</td>
<td>kein Name angegeben</td>
<td width=60 align=right>   922</td>
<td width=80 align=right>   651</td>
</tr>
</table>
<p>Als <strong>Bonus-Frage</strong> konnte man schätzen, wieviel Prozent der Schätzungen besser sind als die &#8220;Weisheit der Masse&#8221;. Die Weisheit der Masse wurde als <a href="http://de.wikipedia.org/wiki/Median">Median</a> aller Schätzungen definiert.  </p>
<p>Das waren <strong style="font-size: 200%;">49,8%</strong>. </p>
<p><strong> Die besten SchätzerInnen der Bonus-Frage waren: </strong> </p>
<table>
<tr>
<td></td>
<td></td>
<td width="60" align="right"><strong>Wert</strong></td>
<td width="80" align="right"><strong>Abstand</strong></td>
</tr>
<tr>
<td>1.</td>
<td><strong>Bajus</strong></td>
<td width=60 align=right> 49.90</td>
<td width=80 align=right>  0.09</td>
</tr>
<tr>
<td>2. </td>
<td>Felix Bayer</td>
<td width=60 align=right>  50.00 </td>
<td width=80 align=right>   0.19</td>
</tr>
<tr>
<td>2. </td>
<td>Timo von Reeken</td>
<td width=60 align=right>  50.00 </td>
<td width=80 align=right>   0.19</td>
</tr>
<tr>
<td>2. </td>
<td>kein Name angegeben</td>
<td width=60 align=right>  50.00 </td>
<td width=80 align=right>   0.19</td>
</tr>
<tr>
<td>2. </td>
<td>Maike Wennemer</td>
<td width=60 align=right>  50.00 </td>
<td width=80 align=right>   0.19</td>
</tr>
<tr>
<td>2. </td>
<td>kein Name angegeben</td>
<td width=60 align=right>  50.00 </td>
<td width=80 align=right>   0.19</td>
</tr>
<tr>
<td>7. </td>
<td>kein Name angegeben</td>
<td width=60 align=right>  49.00 </td>
<td width=80 align=right>   0.81</td>
</tr>
<tr>
<td>7. </td>
<td>Eiken</td>
<td width=60 align=right>  49.00 </td>
<td width=80 align=right>   0.81</td>
</tr>
<tr>
<td>9. </td>
<td>Josephine Kölling</td>
<td width=60 align=right>  51.00 </td>
<td width=80 align=right>   1.19</td>
</tr>
<tr>
<td>9. </td>
<td>Hedda de Boer</td>
<td width=60 align=right>  51.00 </td>
<td width=80 align=right>   1.19</td>
</tr>
</table>
<p>Die Ergebnisse wurden beim <a href="http://www.nacht-der-wissenschaft.uni-oldenburg.de/47404.html">Science Slam</a> mit <a href="http://janlo.de/talks/lorenz_oldenburg_2010_scienceslam.pdf">dieser Präsentation</a> vorgestellt.  </p>
<p>Die Verteilungen der Schätzungen (im Histogramm) zeigt eine deutliche Rechtsschiefe. Die meisten Schätzungen sind niedrig, einige große Schätzungen allerdings extrem groß. Rechts fehlt sogar noch sehr viel vom Histogramm. Es gab auch einige Schätzungen im 10.000er Bereich und das Maximum war 110.000.</p>
<div id="attachment_237" class="wp-caption aligncenter" style="width: 421px"><a href="http://janlo.de/blog/wp-content/uploads/2010/09/histmedian924.png"><img class="size-full wp-image-237" title="Histogramm Schätzungen Anzahl Zettel" src="http://janlo.de/blog/wp-content/uploads/2010/09/histmedian924.png" alt="Histogramm Schätzungen Anzahl Zettel" width="411" height="277" /></a><p class="wp-caption-text">Histogramm Schätzungen Anzahl Zettel</p></div>
<p><strong>Fazit zur Schätzfrage</strong>: Mit der Weisheit der Masse war es bei der Nacht der Wissenschaft nicht so doll. Die meisten überschätzten die Anzahl der abgegebenen Zettel deutlich. Unsere Vermutung ist, dass die meisten Leute zu stark auf die Anzahl der Besucher bei der Nacht der Wissenschaft geschaut haben und zu wenig auf den administrativen Aufwand mit wenigen Leuten in 3 Stunden viele Leute zum Ausfüllen zu motivieren.  Mit mehr Personal hätten wir sicherlich auch 927 (wie der Median der Masse sagte) erreichen können.  </p>
<p>In der <strong>Bonus-Frage</strong> war nach eine Prozentzahl gefragt. Die Verteilung der Antworten ist also nicht nach einer Seite offen, sondern durch 0 und 100 begrenzt. Hier zeigt sich das Bild anders herum: Die meisten Leute schätzten zu tief, wie sowohl Median also auch Mittelwert zeigen. Die Verteilung ist aber rechtsschief genauso wie vorher.</p>
<div id="attachment_241" class="wp-caption aligncenter" style="width: 419px"><a href="http://janlo.de/blog/wp-content/uploads/2010/09/histmedian221.png"><img class="size-full wp-image-241" title="Histogram Schätzungen &quot;Wieviel Prozent sind besser als die Masse?&quot;" src="http://janlo.de/blog/wp-content/uploads/2010/09/histmedian221.png" alt="Histogram Schätzungen &quot;Wieviel Prozent sind besser als die Masse?&quot;" width="409" height="275" /></a><p class="wp-caption-text">Histogram Schätzungen &quot;Wieviel Prozent sind besser als die Masse?&quot;</p></div>
<p><strong>Fazit zur Bonus-Frage:</strong> Auch bei der deutlich komplizierteren Bonus-Frage ist von der Weisheit der Masse nicht sehr viel zu sehen.  Die richtige Antwort liegt bei knapp 50%. Dass das so sein muss, lässt sich im Prinzip schon an der Abbildung zur Verteilung der Schätzungen zur ersten Frage ablesen. Der Medianliegt bei 927, die richtige Antwort bei 271 und eine natürliche Untergrenze bei 0. Das heißt, alle unterhalb das Medians sind besser als der Median, weil es nach unten keine größeren Abweichungen geben kann. Das sind 50% (bzw. die nächst kleinere mögliche Prozentzahl) nach Definition des Median. Es sieht so aus, als hätte sich die Person mit Gewinnschätzung (49,9%) das genauso überlegt! Herzlichen Glückwunsch.</p>
<p><strong><br />
Fazit</strong>: Die aggregierte Masse der Besucher hat bei der Nacht der Wissenschaft die Schätzfrage schlecht beantwortet und gleichzeitig die Güte der Schätzungen der Masse deutlich überschätzt. Beim <a href="http://janlo.de/blog/2010/06/22/die-weisheit-der-bremer/">Schätzquiz in Bremen</a> sah das anders aus. Da gab es allerdings die zweite Frage noch nicht.</p>
<p>Vielleicht fragt sich noch jemand: <strong>Warum wurde eigentlich der Median und nicht der Mittelwert als &#8220;Weisheit der Masse&#8221; in der Bonus-Frage gewählt?</strong> Es hätte dann eine Gewinnmöglichkeit bei der Bonus-Frage durch folgende Antworten gegeben: Schätzfrage=10^100 (=1 <a href="http://de.wikipedia.org/wiki/Googol">Googol</a>), Bonusfrage=99,9%. Der Mittelwert (als Weisheit der Masse) wäre dann auch im Bereich des Googol gewesen und somit wären alle Leute besser als der Mittelwert der Masse, bis auf den einen mit der schlauen Idee. Wenn mehrere die gleiche die Idee haben ergibt sich ein interessantes Spiel darum, wer welche Zahl als höchste Zahl ansieht&#8230; Das ganze wurde aber durch die Wahl des Medians vermieden.<br />
Eine clevere Gruppe von SchätzerInnen war übrigens tatsächlich am Überlegen, mich so ähnlich reinzulegen, hat dann aber meine Sicherheitsmaßnahme bemerkt.</p>
<p>PS: <strong>Danke!</strong> An Anne Krull, Sebastian Schneider und Kamil Marcinkiewiecz fürs Helfen.</p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2010/09/07/schatzquiz-oldenburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weisheit bei 3sat neues</title>
		<link>http://janlo.de/blog/2010/06/22/weisheit-bei-3sat-neues/</link>
		<comments>http://janlo.de/blog/2010/06/22/weisheit-bei-3sat-neues/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:18:07 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Response in the media]]></category>
		<category><![CDATA[deutsch]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=139</guid>
		<description><![CDATA[ Ich musste kurzfristig als Experte für die &#8220;Weisheit der Vielen&#8221; in der 3sat-Sendung &#8220;neues&#8221; dienen. Es sind zwar nur zwei Statements von mir, aber die sind wenigstens richtig und verständlich, also eigentlich schon ein großer Erfolg für &#8220;Public understanding of science&#8221;! Den Bericht gab es in der 3sat.Mediathek, jetzt gibt es hier noch die [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://janlo.de/blog/wp-content/uploads/2010/06/3sat_jan2.jpeg"><img src="http://janlo.de/blog/wp-content/uploads/2010/06/3sat_jan2-300x170.jpg" alt="" title="Jan Lorenz" width="300" height="170" class="alignleft size-medium wp-image-144" /></a> Ich musste kurzfristig als Experte für die &#8220;Weisheit der Vielen&#8221; in der 3sat-Sendung &#8220;neues&#8221; dienen. Es sind zwar nur zwei Statements von mir, aber die sind wenigstens richtig und verständlich, also eigentlich schon ein großer Erfolg für &#8220;Public understanding of science&#8221;! Den Bericht gab es in der 3sat.Mediathek, jetzt gibt es hier noch die ganze Sendung zum <a href="http://podfiles.zdf.de/podcast/3sat_podcasts/100620_sendung_neues_p.mp4">Runterladen als mp4</a>. Ich komm bei Minute 8:30. </p>
<p>Meine Erkenntnisse ziehe ich übrigens zum Teil aus <a href="http://janlo.de/blog/2010/06/22/die-weisheit-der-bremer/">diesem</a> Experiment.</p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2010/06/22/weisheit-bei-3sat-neues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podfiles.zdf.de/podcast/3sat_podcasts/100620_sendung_neues_p.mp4" length="99648751" type="video/mp4" />
		</item>
		<item>
		<title>Die Weisheit der Bremer</title>
		<link>http://janlo.de/blog/2010/06/22/die-weisheit-der-bremer/</link>
		<comments>http://janlo.de/blog/2010/06/22/die-weisheit-der-bremer/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:08:29 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Response in the media]]></category>
		<category><![CDATA[deutsch]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=150</guid>
		<description><![CDATA[Beim Viertelfest 2008 in Bremen organisierte ich einen Schätzquiz zur &#8220;Weisheit der Vielen&#8221;. Bei der &#8220;Haste mal &#8216;nen Euro&#8221;-Tombola konnte man das normale Glückslos auch noch nutzen, um eine Schätzung zu folgender Frage abzugeben: 
Wieviele Lose werden bei der &#8220;Haste mal &#8216;nen Euro&#8221;-Tombola insgesamt verkauft?


Wer am nächsten am richtigen Ergebnis war konnte, neben der Ehre [...]]]></description>
			<content:encoded><![CDATA[<p>Beim <a href="http://www.viertelfest-bremen.de/Archiv/ViertelFest_2008/index.html">Viertelfest 2008</a> in Bremen organisierte ich einen Schätzquiz zur &#8220;Weisheit der Vielen&#8221;. Bei der &#8220;Haste mal &#8216;nen Euro&#8221;-Tombola konnte man das normale Glückslos auch noch nutzen, um eine Schätzung zu folgender Frage abzugeben: </p>
<blockquote><p>Wieviele Lose werden bei der &#8220;Haste mal &#8216;nen Euro&#8221;-Tombola insgesamt verkauft?</p></blockquote>
<p><img src="http://janlo.de/blogpics/weisheitderbremer.png" alt="Weisheit der Bremer" /><br />
<span id="more-150"></span><br />
Wer am nächsten am richtigen Ergebnis war konnte, neben der Ehre der beste Bremer Schätzer zu sein, Freikarten für den Zirkus gewinnen. Nachempfunden ist dieser Schätzquiz dem Ochsen-Gewicht-Schätz-Wettbewerb der westenglische Nutztiermesse von 1906 deren Daten <a href="http://de.wikipedia.org/wiki/Francis_Galton">Francis Galton</a> 1907 in seinem Artikel <a href="http://dx.doi.org/10.1038/075450a0">Vox populi</a> (nature, 75, 7, March 7) auswertete. Damals war der <a href="http://de.wikipedia.org/wiki/Median">Median</a> aller 787 Schätzungen zum Gewicht eines Ochsen 1207 <a href="http://en.wikipedia.org/wiki/Pound_%28mass%29">lb.</a> und sein echtes Gewicht  1198 lb. Auf dem Viertelfest lag der Median von 1226 Schätzungen bei 9843 und es wurden 10788 Lose verkauft. Immerhin 96 Personen (7,8%) schätzen besser als das Kollektiv. Der Experte (Leiter der Bremer Bürgerpark-Tombola) war weit abgeschlagen, allerdings nicht so weit wie der klassische Durchschnitt aller Schätzungen. Damit sind wir bei einem interessanten Thema welches ein bisschen über die simple &#8220;Weisheit der Massen&#8221;-Geschichte hinausgeht:</p>
<p>Im Gegensatz zum Ochsen-Gewicht-Schätzwettbewerb waren die Schätzung beim Viertelfest breiter gestreut. In Galtons Stichprobe schätzten 5% der Leute unter 1074 lb. (5%-Quantil) und 5% über 1293 lb. (95%-Quantil). Bei der Anzahl der Lose schätzten 5% der Leute unter 1203 Lose (5%-Quantil) und 5% über 99910 Lose (95%-Quantil). Insbesondere schätzten einige Leute noch deutlich höher, was zu dem sehr schlechten Mittelwert (<a href="http://de.wikipedia.org/wiki/Arithmetisches_Mittel">arithmetisches Mittel</a>) von 53164 führt. Damit haben wir ein gutes Beispiel dafür, dass der Median ein besseres Aggregationsmaß ist als das arithmetische Mittel, weil es <a href="http://de.wikipedia.org/wiki/Robuste_Sch%C3%A4tzverfahren">robust</a> ist gegen einzelne Extremmeinungen. Das hat Galton auch 1907 in <a href="http://dx.doi.org/10.1038/075414a0">One vote, one value</a> (nature, 75, 414, Februar 28) schon geschrieben und den Median als &#8220;demokratisches&#8221; Aggregtionsmaß vorgeschlagen. Das ist auch argumentativ korrekt, nur ist es dummerweise in Galtons Stichprobe anders, wie <a href="http://en.wikipedia.org/wiki/Reginald_Hawthorn_Hooker">Reginald Hawthorn Hooker</a> gleich in <a href="http://dx.doi.org/10.1038/075487a0">Mean or Median</a> (nature, 75, 418, March 21) geantwortet hat. Er hatte aus Galtons Quantil-Daten ein arithmetisches Mittel von 1196 lb. geschätzt. Darauf gab Galton in einem <a href="http://dx.doi.org/10.1038/075509f0">Letter</a>  (nature 75, 508-509, March 28) zu, dass es korrekt sogar 1197 lb. seien und das arithmetische Mittel weiche damit sogar nur um 1 Pfund vom richtigen Wert ab im Gegensatz zu 9 Pfund beim Median. Unser Experiment vom Viertelfest mit den breiter gestreuten Daten gibt nun allerdings wieder Galton recht und zwar deutlich: Der Median ist gut, das arithmetische Mittel 5mal zu hoch.  </p>
<p>Ist das jetzt alles Zufall gewesen? Meine vage Hypothese dazu ist folgende: Der Median ist für die meisten Stichproben wohl die sicherere Variante, weil er tatsächlich robust gegen extrem falsche Einzelschätzungen ist. Viele Stichproben zu Schätzfragen sind nicht normal verteilt, andernfalls könnte man sich die Diskussion sparen, da Median und arithmetisches Mittel dann gleich wären. Die Verteilung der Antworten zu einer Frage, die prinzipiell nur positive Zahlen zulässt ist z.B. typischerweise eher <a href="http://de.wikipedia.org/wiki/Logarithmische_Normalverteilung">log-normal</a> verteilt, also <a href="http://de.wikipedia.org/wiki/Schiefe_%28Statistik%29">rechtsschief</a>, wie z.B. bei der Anzahl der Lose. Galtons Stichprobe ist dagegen interessanterweise linksschief, was er sich auch nicht so recht erklären kann. In beiden Fällen trifft übrigens folgendes zu: Der Median ist recht nah am richtigen Wert, und der richtige Wert ist zwischen Median und arithmetischem Mittel. D.h. heisst, man muss den Median in Richtung Mittelwert anpassen um noch korrekter zu werden. Für dieses Faktum habe ich noch 6 andere Beispiele, die ich demnächst hier noch einstelle. Ist dort empirische Evidenz? Eine spannende offene Frage &#8230;  </p>
<p>PS: Auf die Idee, sehr viele Lose zu kaufen und dann sehr hoch zu schätzen und dadurch sicher zu gewinnen, ist irgendwie keiner gekommen. Dabei habe ich extra diesen interessanten Feedback-Loop zwischen richtiger Antwort (wieviel verkaufte Lose) und Antwort-Aktivität (ein Los kaufen, d.h. richtiger Wert +1) eingebaut. Um ihn wirksam zu machen, hätte man wohl höhere Geldpreise gebraucht&#8230;</p>
<p>PPS: Die Kommunikationsfrequenz von damals (alles in 30 Tagen!) erinnert schon ziemlich an Blogs.</p>
<p>PPPS: Hier sind die <a href="http://spreadsheets.google.com/pub?key=0AqRUj58gkTakcDIybDYtYTRBOHozTDVtRkhCX1N4Rnc&#038;hl=de&#038;single=true&#038;gid=0&#038;output=csv">Daten</a> vom Viertelfest, für alle die mal selbst was rechnen wollen. </p>
<p>PPPPS: Ich danke Susanne Claasen und ihrem Tombola-Team für die Datensammlung!</p>
<p>PPPPPS: Einen <a href="http://www.scienceblogs.de/neurons/2008/08/weisheit-der-bremer-siegt-uber-experten.php">scienceblog-Beitrag</a> gibt es auch. </p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2010/06/22/die-weisheit-der-bremer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Body connected socket to charge cell phone</title>
		<link>http://janlo.de/blog/2010/06/03/body-power-point-to-charge-cell-phone/</link>
		<comments>http://janlo.de/blog/2010/06/03/body-power-point-to-charge-cell-phone/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:02:55 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Half-baked ideas]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=126</guid>
		<description><![CDATA[The cell phone gets more and more important for life, including critical issues such as long and short term memory, orientation in space, and payment information. Loss of battery power can thus result not only in loss of remote communication ability but also more critical things such as no access to memorized information, getting lost [...]]]></description>
			<content:encoded><![CDATA[<p>The cell phone gets more and more important for life, including critical issues such as long and short term memory, orientation in space, and payment information. Loss of battery power can thus result not only in loss of remote communication ability but also more critical things such as no access to memorized information, getting lost in space or being short on cash. Probably, dependence on mobile devices will get even more serious in the future. Thus, it can be as important to get battery power than for example to get food, shelter or sleep. A body power point (e.g. a socket) which extracts electricity out of body energy would be a necessary invention. At best it would be something biochemical such that energy is accessible also when the physical ability is already very limited. </p>
<p>A possible nice side effect:<br />
Imagine you burn some calories to recharge your mobile.<br />
I appreciate any technical information how to implement such a charge power point on human skin.</p>
<p>PS: The issue was also touched at xkcd.com but with an emphasis on software issues not electricity.<br />
<a href="http://xkcd.com/644/"><img src="http://imgs.xkcd.com/comics/surgery.png" alt=""  width="100%"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2010/06/03/body-power-point-to-charge-cell-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scientific Citation Markup</title>
		<link>http://janlo.de/blog/2010/04/04/scientific-citation-markup/</link>
		<comments>http://janlo.de/blog/2010/04/04/scientific-citation-markup/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 23:11:12 +0000</pubDate>
		<dc:creator>janlo</dc:creator>
				<category><![CDATA[Half-baked ideas]]></category>

		<guid isPermaLink="false">http://janlo.de/blog/?p=88</guid>
		<description><![CDATA[Citations in scientific papers are the basic ingredient to compute impact factors and eigenfactors of scientific journals. The number of citations a publications receives in the course of time is the most neutral and accepted criteria for its relevance. Thus, the number of citations a paper receives is very important for the careers of its [...]]]></description>
			<content:encoded><![CDATA[<p>Citations in scientific papers are the basic ingredient to compute <a href="http://en.wikipedia.org/wiki/Impact_factor">impact factors</a> and <a href="http://www.eigenfactor.org/index.php">eigenfactors</a> of scientific journals. The number of citations a publications receives in the course of time is the most neutral and accepted criteria for its relevance. Thus, the number of citations a paper receives is very important for the careers of its author. </p>
<p>Everybody who reads or writes scientific papers knows that a citation may have very different meanings which do not always coincide with the interpretation of &#8220;pointing to relevance&#8221;, as implied by the above uses. Further on, every scientist knows that the motivations of citing a paper are not always driven by pure scientific reasons. </p>
<p>Ideally, all these differences in citations could be incorporated in a <strong>scientific citation markup</strong> like <code>\cite[markup]{RefKeyForPaper}</code> (in <a href="http://en.wikipedia.org/wiki/LaTex">LaTeX</a> citation style) or the like.<br />
Some ideas:</p>
<p><code>\cite[negative]{PaperWithSevereErrors}</code><br />
<code>\cite[community feeling]{PopularPaperWithNoSpecificRelation}</code><br />
<code>\cite[please journal editor]{AnyPaperOfEditor}</code><br />
<code>\cite[enforced by a referee]{SuggestedPaper}</code><br />
<code>\cite[proof or evidence elsewhere]{TechnicalPaper}</code><br />
(The latter can be used to (i) avoid redundancy in the literature, (ii) save space, or (iii) to obfuscate that there is none. (iii) is prominent in physics as a citation with a reference to an own paper which is &#8220;to appear&#8221;)</p>
<p>Imagine, what more sophisticated profiles of papers, journals and scientists one could create with it &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://janlo.de/blog/2010/04/04/scientific-citation-markup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

