<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://eqqon.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://eqqon.com/index.php?action=history&amp;feed=atom&amp;title=User%3AZelenka%2FStatistics%2Fexercises_15.1.2008</id>
		<title>User:Zelenka/Statistics/exercises 15.1.2008 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://eqqon.com/index.php?action=history&amp;feed=atom&amp;title=User%3AZelenka%2FStatistics%2Fexercises_15.1.2008"/>
		<link rel="alternate" type="text/html" href="http://eqqon.com/index.php?title=User:Zelenka/Statistics/exercises_15.1.2008&amp;action=history"/>
		<updated>2026-04-10T07:11:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://eqqon.com/index.php?title=User:Zelenka/Statistics/exercises_15.1.2008&amp;diff=513&amp;oldid=prev</id>
		<title>Zelenka: New page: ;5.4    rand.norm &lt;- function (n,mu , sigma ) {   r.n &lt;- numeric (n)   for (i in (1:n)) {     r.u &lt;- runif (12)     r.n[i] &lt;- sum (r.u)-6 }   r.n &lt;- mu+r.n* sigma }    mu&lt;-100;  sigma&lt;-10;...</title>
		<link rel="alternate" type="text/html" href="http://eqqon.com/index.php?title=User:Zelenka/Statistics/exercises_15.1.2008&amp;diff=513&amp;oldid=prev"/>
				<updated>2008-01-15T10:38:25Z</updated>
		
		<summary type="html">&lt;p&gt;New page: ;5.4    rand.norm &amp;lt;- function (n,mu , sigma ) {   r.n &amp;lt;- numeric (n)   for (i in (1:n)) {     r.u &amp;lt;- runif (12)     r.n[i] &amp;lt;- sum (r.u)-6 }   r.n &amp;lt;- mu+r.n* sigma }    mu&amp;lt;-100;  sigma&amp;lt;-10;...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;5.4 &lt;br /&gt;
&lt;br /&gt;
 rand.norm &amp;lt;- function (n,mu , sigma ) {&lt;br /&gt;
  r.n &amp;lt;- numeric (n)&lt;br /&gt;
  for (i in (1:n)) {&lt;br /&gt;
    r.u &amp;lt;- runif (12)&lt;br /&gt;
    r.n[i] &amp;lt;- sum (r.u)-6 }&lt;br /&gt;
  r.n &amp;lt;- mu+r.n* sigma }&lt;br /&gt;
 &lt;br /&gt;
 mu&amp;lt;-100;&lt;br /&gt;
 sigma&amp;lt;-10;&lt;br /&gt;
 n&amp;lt;-500;&lt;br /&gt;
 res&amp;lt;-rand.norm(n,mu,sigma)&lt;br /&gt;
 tmp.hist &amp;lt;- hist(res , plot = FALSE )&lt;br /&gt;
 mp.dens &amp;lt;- dnorm(mu,mean=mu,sd=sigma)&lt;br /&gt;
 y.max&amp;lt;-max(tmp.hist$density,y.max)&lt;br /&gt;
 hist(res ,breaks=seq(mu-4*sigma-1,mu+4*sigma+1,length=round(sqrt(n))+1),prob=TRUE,xlab=&amp;quot;&amp;quot; ,ylab=&amp;quot;&amp;quot;,main=paste(&amp;quot; Mittel =&amp;quot;,mu ,&amp;quot; Streuung  =&amp;quot;, sigma ,&amp;quot;n=&amp;quot;,n), ylim =c(0,y.max))&lt;br /&gt;
 x&amp;lt;-seq(mu -4* sigma ,mu +4* sigma , length =100)&lt;br /&gt;
 lines(x,dnorm(x,mu , sigma ),lty =1,lwd =2,col=&amp;quot;red&amp;quot;)&lt;br /&gt;
 rug(res)&lt;br /&gt;
&lt;br /&gt;
[[Image:Statistik ue 5.4.png]]&lt;/div&gt;</summary>
		<author><name>Zelenka</name></author>	</entry>

	</feed>