<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>La Fabulosa Vida del Estudiante</title>
	
	<link>http://luzem.dyndns.org</link>
	<description>Aventuras y desventuras de un futuro IT</description>
	<lastBuildDate>Tue, 20 Dec 2011 10:40:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LaFabulosaVidaDelEstudiante" /><feedburner:info uri="lafabulosavidadelestudiante" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Installing basic enviroment for start Developing Ruby on Rails apps under windows</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/ZZ-Oww6jRmE/</link>
		<comments>http://luzem.dyndns.org/2011/10/10/installing-basic-enviroment-for-start-developing-ruby-on-rails-apps-under-windows/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 17:50:17 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[begining]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2669</guid>
		<description><![CDATA[If you plant to start developing under Ruby on Rails one good start point could be installing a basic developement enviroment. If you are using windows I hope that this tutorial could be usefull for you. 1.- Download rubycompiler, interpreter you can get it from http://rubyforge.org/frs/?group_id=167 2.- Download RubyGems, will be necesary for get libraries [...]]]></description>
			<content:encoded><![CDATA[<p>If you plant to start developing under Ruby on Rails one good start point could be installing a basic developement enviroment.</p>
<p>If you are using windows I hope that this tutorial could be usefull for you.</p>
<p>1.- Download rubycompiler, interpreter</p>
<p>you can get it from <a title="Donwload Ruby compiler" href="http://rubyforge.org/frs/?group_id=167">http://rubyforge.org/frs/?group_id=167</a></p>
<p>2.- Download RubyGems, will be necesary for get libraries</p>
<p>you can get it from <a title="Download RubyGems" href="http://rubyforge.org/frs/?group_id=126">http://rubyforge.org/frs/?group_id=126</a></p>
<p>uncompres the zip file, and open a terminal</p>
<blockquote><p>cd &lt;directory where you decompress rubygems&gt;</p>
<p>ruby setup.rb</p></blockquote>
<p>3.- Download rubyInstaller developement kit</p>
<p><a title="Ruby DevKit" href="http://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe">http://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe</a></p>
<p>execute the downloaded file in a directory like: C:\\Devkit</p>
<p>when you have it extrated open a terminal and write</p>
<blockquote><p>cd &lt;Devkit installer dir&gt;</p>
<p>ruby dk.rb init</p>
<p>ruby dk.rb review</p>
<p>ruby dk.rb install</p></blockquote>
<p>4.- Install rails</p>
<p>Open a terminal and write</p>
<p>gem install rails</p>
<p>5.- Donload and install JDK (needed for netbeans)</p>
<p><a title="JDK" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a></p>
<p>6.- Download amd install  Netbeans</p>
<p><a title="Netbeans" href="http://netbeans.org/">http://netbeans.org/</a></p>
<p>7.- Install Netbeans ruby plugin</p>
<p>Open netbeans and select tools-&gt;plugins menu</p>
<p><a href="http://luzem.dyndns.org/wp-content/uploads/2011/10/netbeans_plugins.png"><img class="aligncenter size-medium wp-image-2672" title="netbeans plugins" src="http://luzem.dyndns.org/wp-content/uploads/2011/10/netbeans_plugins-300x183.png" alt="netbeans plugins" width="300" height="183" /></a></p>
<p>a new dialog appears, select avaliable plugins tab and mak ruby and rails plugin</p>
<p><a href="http://luzem.dyndns.org/wp-content/uploads/2011/10/ruby_and_rails_plugin_netbeans.png"><img class="aligncenter size-medium wp-image-2673" title="ruby and rails plugin netbeans" src="http://luzem.dyndns.org/wp-content/uploads/2011/10/ruby_and_rails_plugin_netbeans-300x186.png" alt="ruby and rails plugin netbeans" width="300" height="186" /></a>Click install</p>
<p>and follow the install wizard</p>
<p>Congratulations you have a ruby on rails basic enviroment installed</p>
<p>You can create a new ruby on rails project in the wizard File-&gt;New Project</p>

<p><a href="http://feedads.g.doubleclick.net/~a/sPTAX5FphDJ0-FBiPVPNmbPLPqo/0/da"><img src="http://feedads.g.doubleclick.net/~a/sPTAX5FphDJ0-FBiPVPNmbPLPqo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sPTAX5FphDJ0-FBiPVPNmbPLPqo/1/da"><img src="http://feedads.g.doubleclick.net/~a/sPTAX5FphDJ0-FBiPVPNmbPLPqo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/ZZ-Oww6jRmE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/10/10/installing-basic-enviroment-for-start-developing-ruby-on-rails-apps-under-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/10/10/installing-basic-enviroment-for-start-developing-ruby-on-rails-apps-under-windows/</feedburner:origLink></item>
		<item>
		<title>Distribución en el Muestreo</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/pnVTQIB-btI/</link>
		<comments>http://luzem.dyndns.org/2011/09/27/distribucion-en-el-muestreo/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:06:25 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Métodos Estadísticos]]></category>
		<category><![CDATA[Distribución en el muestreo]]></category>
		<category><![CDATA[ejercicios]]></category>
		<category><![CDATA[ESEI]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[métodos estadisticos]]></category>
		<category><![CDATA[resueltos]]></category>
		<category><![CDATA[Uvigo]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2306</guid>
		<description><![CDATA[Para ir practicando ejercicios resueltos y medianamente explicados, no tengo tiempo para pasarlos a libreOffice asi que van a manito (no tengo mejor letra)]]></description>
			<content:encoded><![CDATA[<p>Para ir practicando ejercicios resueltos y medianamente explicados, no tengo tiempo para pasarlos a libreOffice asi que van a manito (no tengo mejor letra)</p>
<div id="attachment_2313" class="wp-caption aligncenter" style="width: 130px"><a href="http://luzem.dyndns.org/wp-content/uploads/2010/11/Distribucion_en_el_muestreo.pdf"><img class="size-full wp-image-2313 " src="http://luzem.dyndns.org/wp-content/uploads/2010/11/PDF-Icon.jpg" alt="PDF" width="120" height="120" /></a><p class="wp-caption-text">Distribución en el muestreo</p></div>

<p><a href="http://feedads.g.doubleclick.net/~a/gi4cJ7HR3DJyW1EgA7GZ6bks-Ts/0/da"><img src="http://feedads.g.doubleclick.net/~a/gi4cJ7HR3DJyW1EgA7GZ6bks-Ts/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gi4cJ7HR3DJyW1EgA7GZ6bks-Ts/1/da"><img src="http://feedads.g.doubleclick.net/~a/gi4cJ7HR3DJyW1EgA7GZ6bks-Ts/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/pnVTQIB-btI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/27/distribucion-en-el-muestreo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/27/distribucion-en-el-muestreo/</feedburner:origLink></item>
		<item>
		<title>Inferencia estadistica: Intervalos de Confianza</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/sa-rg4A99zg/</link>
		<comments>http://luzem.dyndns.org/2011/09/27/inferencia-estadistica-intervalos-de-confianza/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:06:19 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Métodos Estadísticos]]></category>
		<category><![CDATA[boletin]]></category>
		<category><![CDATA[ESEI]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[métodos estadisticos]]></category>
		<category><![CDATA[resolto]]></category>
		<category><![CDATA[resuelto]]></category>
		<category><![CDATA[Uvigo]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2309</guid>
		<description><![CDATA[Otro boletín (a mano para que os acostumbréis a mi letra cochambrosa ) Enjoy]]></description>
			<content:encoded><![CDATA[<p>Otro boletín (a mano para que os acostumbréis a mi letra cochambrosa )</p>
<div id="attachment_2313" class="wp-caption aligncenter" style="width: 130px"><a href="http://luzem.dyndns.org/wp-content/uploads/2010/11/Inferencia_estadistica-Intervalos_de_confianza.pdf"><img class="size-full wp-image-2313 " title="PDF-Icon" src="http://luzem.dyndns.org/wp-content/uploads/2010/11/PDF-Icon.jpg" alt="PDF" width="120" height="120" /></a><p class="wp-caption-text">Boletín Intervalos de confianza</p></div>
<p>Enjoy</p>

<p><a href="http://feedads.g.doubleclick.net/~a/7aNbnNTEvNYmoCvTyk3MXdxx4xk/0/da"><img src="http://feedads.g.doubleclick.net/~a/7aNbnNTEvNYmoCvTyk3MXdxx4xk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7aNbnNTEvNYmoCvTyk3MXdxx4xk/1/da"><img src="http://feedads.g.doubleclick.net/~a/7aNbnNTEvNYmoCvTyk3MXdxx4xk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/sa-rg4A99zg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/27/inferencia-estadistica-intervalos-de-confianza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/27/inferencia-estadistica-intervalos-de-confianza/</feedburner:origLink></item>
		<item>
		<title>Contraste de Hipótesis</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/WZKHFfuH_Rk/</link>
		<comments>http://luzem.dyndns.org/2011/09/27/contraste-de-hipotesis/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:06:15 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Métodos Estadísticos]]></category>
		<category><![CDATA[ESEI]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[métodos estadisticos]]></category>
		<category><![CDATA[resolto]]></category>
		<category><![CDATA[Universidad]]></category>
		<category><![CDATA[universidade]]></category>
		<category><![CDATA[Uvigo]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2353</guid>
		<description><![CDATA[Otro boletín a manita (mi letra sigue sin mejorar) Enjoy]]></description>
			<content:encoded><![CDATA[<p>Otro boletín a manita (mi letra sigue sin mejorar) <img src='http://luzem.dyndns.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<div id="attachment_2313" class="wp-caption aligncenter" style="width: 130px"><a href="http://luzem.dyndns.org/wp-content/uploads/2010/11/Contraste_de_Hipotesis.pdf"><img class="size-full wp-image-2313 " title="Contraste de Hipótesis" src="http://luzem.dyndns.org/wp-content/uploads/2010/11/PDF-Icon.jpg" alt="Contraste de Hipótesis" width="120" height="120" /></a><p class="wp-caption-text">Boletín métodos estadísticos</p></div>
<p>Enjoy</p>

<p><a href="http://feedads.g.doubleclick.net/~a/FcXx4xa4BKv843fPb_62A7-LKlc/0/da"><img src="http://feedads.g.doubleclick.net/~a/FcXx4xa4BKv843fPb_62A7-LKlc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FcXx4xa4BKv843fPb_62A7-LKlc/1/da"><img src="http://feedads.g.doubleclick.net/~a/FcXx4xa4BKv843fPb_62A7-LKlc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/WZKHFfuH_Rk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/27/contraste-de-hipotesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/27/contraste-de-hipotesis/</feedburner:origLink></item>
		<item>
		<title>Distribución en el muestreo y Estimación Puntual</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/d2TDwkn9R40/</link>
		<comments>http://luzem.dyndns.org/2011/09/27/distribucion-en-el-muestreo-y-estimacion-puntual/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:06:11 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Métodos Estadísticos]]></category>
		<category><![CDATA[ESEI]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[métodos estadisticos]]></category>
		<category><![CDATA[Universidad]]></category>
		<category><![CDATA[universidade]]></category>
		<category><![CDATA[Uvigo]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2368</guid>
		<description><![CDATA[El ultimo boletin con mi letra, en este mundo existen cosas que no tienen arreglo y una de ella es mi letra]]></description>
			<content:encoded><![CDATA[<p>El ultimo boletin con mi letra, en este mundo existen cosas que no tienen arreglo y una de ella es mi letra <img src='http://luzem.dyndns.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<div id="attachment_2313" class="wp-caption aligncenter" style="width: 130px"><a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/Distribucion_en_el_muestreo_y_estimacion_puntual.pdf"><img class="size-full wp-image-2313  " title="Distribución en el muestreo y Estimación Puntual" src="http://luzem.dyndns.org/wp-content/uploads/2010/11/PDF-Icon.jpg" alt="Distribución en el muestreo y Estimación Puntual" width="120" height="120" /></a><p class="wp-caption-text">Boletín Distribución en el muestreo y Estimación Puntual</p></div>

<p><a href="http://feedads.g.doubleclick.net/~a/tJPcPgxlVm5H6A30rIWJD-6YEUs/0/da"><img src="http://feedads.g.doubleclick.net/~a/tJPcPgxlVm5H6A30rIWJD-6YEUs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tJPcPgxlVm5H6A30rIWJD-6YEUs/1/da"><img src="http://feedads.g.doubleclick.net/~a/tJPcPgxlVm5H6A30rIWJD-6YEUs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/d2TDwkn9R40" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/27/distribucion-en-el-muestreo-y-estimacion-puntual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/27/distribucion-en-el-muestreo-y-estimacion-puntual/</feedburner:origLink></item>
		<item>
		<title>Examen diciembre 2010 Métodos Estadísticos</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/c1t5p8rafbs/</link>
		<comments>http://luzem.dyndns.org/2011/09/27/examen-diciembre-2010-metodos-estadisticos/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:05:16 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Métodos Estadísticos]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[decembro]]></category>
		<category><![CDATA[ESEI]]></category>
		<category><![CDATA[examen]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[métodos estadisticos]]></category>
		<category><![CDATA[Universidad]]></category>
		<category><![CDATA[universidade]]></category>
		<category><![CDATA[Uvigo]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2365</guid>
		<description><![CDATA[1) (1,5 puntos) Dada una muestra aleatoriade una distribución normal de media 16 y varianza 4, calcular el valor b tal que 2) (1,5 puntos) Encontrar el estimador máximo verosímil para el parámetro de la función de densidad: 3)(2 Puntos) El tiempo de acceso (en milisegundos) en situarse una aguja lectora/escritora en un cilindro se [...]]]></description>
			<content:encoded><![CDATA[<p>1) (<span style="color: #ff0000;">1,5 puntos</span>) Dada una muestra aleatoria<a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_m6db58be3.gif"><img class="alignnone size-full wp-image-2369" title="{x_1,x_2, ..., x_100}" src="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_m6db58be3.gif" alt="{x_1,x_2, ..., x_100}" width="101" height="21" /></a>de una distribución normal de media 16 y varianza 4, calcular el valor b tal que <a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/prob_ejer_1.png"><img class="alignnone size-full wp-image-2373" title="prob_ejer_1" src="http://luzem.dyndns.org/wp-content/uploads/2010/12/prob_ejer_1.png" alt="" width="105" height="17" /></a></p>
<p>2) (<span style="color: #ff0000;">1,5 puntos</span>) Encontrar el estimador máximo verosímil para el parámetro <a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_27454caf.gif"><img class="alignnone size-full wp-image-2374" title="Beta" src="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_27454caf.gif" alt="Beta" width="17" height="19" /></a> de la función de densidad:</p>
<p><a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_575d91a9.gif"><img class="aligncenter size-full wp-image-2375" title="función de densidad" src="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_575d91a9.gif" alt="función de densidad" width="190" height="22" /></a>3)<span style="color: #ff0000;"><span style="color: #000000;">(</span>2 Puntos</span>) El tiempo de acceso (en milisegundos) en situarse una aguja lectora/escritora en un cilindro se supone que sigue una distribución normal. Para determinar en el tiempo medio de acceso se obtuvo una muestra aleatoria de tamaño n=10, con <a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/media_ejercicio_3.png"><img class="alignnone size-full wp-image-2378" title="media ejercicio 3" src="http://luzem.dyndns.org/wp-content/uploads/2010/12/media_ejercicio_3.png" alt="media=14.23" width="64" height="16" /></a>, cuasivarianza muestral 1,75 .</p>
<ol>
<li>Obtener un intervalo de confianza al 75% para <a href="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_4478433a.gif"><img class="alignnone size-full wp-image-2379" title="mu" src="http://luzem.dyndns.org/wp-content/uploads/2010/12/Diciembre_metodos_estadisticos_examen_html_4478433a.gif" alt="mu" width="18" height="19" /></a> , tiempo medio de acceso. A partir del intervalo anterior obtener el I.C. Para el tiempo medio en segundos.</li>
<li>¿Puedo asegurar en cualquier caso que el tiempo medio de acceso está siempre dentro del intervalo. Justifica tu respuesta</li>
<li>Observando el intervalo, ¿Puedo afirmar que el tiempo medio de acceso es 12ms? Justifica tu respuesta</li>
<li>Si se mantiene la media y cuasivarianza muestral al aumentar el tamaño muestral ¿Que le ocurre a la longitud del intervalo y a su nivel de confianza? Justifica tu respuesta..</li>
</ol>
<p>4)(<span style="color: #ff0000;">2 puntos</span>) Según el informe del observatorio galego da sociedade da informacion del 2009, el porcentaje de hogares que disponen de conexión de banda ancha a internet es del 38,3% obtenida a partir de una muestra de 1000 hogares En 2008, una muestra de 1200 hogares indico que el 35,3% de los hogares disponían de banda ancha.</p>
<ol>
<li>¿Se justifica la conclusión de que en 2008 hay un porcentaje distinto al 2009 con un nivel de significación del 5%? Responder sin usar el p-valor y calculando en p-valor.</li>
<li>Si los datos anteriores se mantuviesen constantes el aumentar los tamaños muestrales, como afectaría esta cambio a la decisión del contraste y al valor numérico del p-valor. Justifica tu respuesta.</li>
</ol>
<p>enjoy</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Brh0hBMnTgDEmqDBBYlkB0KxS3U/0/da"><img src="http://feedads.g.doubleclick.net/~a/Brh0hBMnTgDEmqDBBYlkB0KxS3U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Brh0hBMnTgDEmqDBBYlkB0KxS3U/1/da"><img src="http://feedads.g.doubleclick.net/~a/Brh0hBMnTgDEmqDBBYlkB0KxS3U/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/c1t5p8rafbs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/27/examen-diciembre-2010-metodos-estadisticos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/27/examen-diciembre-2010-metodos-estadisticos/</feedburner:origLink></item>
		<item>
		<title>How to check if a Software License Is an Open Source License Case study: Microsotf Shared Source License</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/8xnxCSaz5uU/</link>
		<comments>http://luzem.dyndns.org/2011/09/27/how-to-check-if-a-software-license-is-an-open-source-license-case-study-microsotf-shared-source-license/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:04:37 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Master Software Libre]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[four freedoms]]></category>
		<category><![CDATA[free software licenses]]></category>
		<category><![CDATA[fsf]]></category>
		<category><![CDATA[Microsoft Shared Source License]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2321</guid>
		<description><![CDATA[License Text MICROSOFT SHARED SOURCE CLI, C#, AND JSCRIPT LICENSE This License governs use of the accompanying Software, and your use of the Software constitutes acceptance of this license. You may use this Software for any non-commercial purpose, subject to the restrictions in this license. Some purposes which can be non-commercial are teaching, academic research, [...]]]></description>
			<content:encoded><![CDATA[<p>License Text</p>
<p>MICROSOFT SHARED SOURCE CLI, C#, AND JSCRIPT LICENSE<br />
This License governs use of the accompanying Software, and your use of the Software constitutes acceptance of this license.<br />
You may use this Software for any non-commercial purpose, subject to the restrictions in this license. Some purposes which can be non-commercial are teaching, academic research, and personal experimentation. You may also distribute this Software with books or other teaching materials, or publish the Software on websites, that are intended to teach the use of the Software.<br />
You may not use or distribute this Software or any derivative works in any form for commercial purposes. Examples of commercial purposes would be running business operations, licensing, leasing, or selling the Software, or distributing the Software for use with commercial products.<br />
You may modify this Software and distribute the modified Software for non-commercial purposes, however, you may not grant rights to the Software or derivative works that are broader than those provided by this License. For example, you may not distribute modifications of the Software under terms that would permit commercial use, or under terms that purport to require the Software or derivative works to be sublicensed to others.<br />
You may use any information in intangible form that you remember after accessing the Software. However, this right does not grant you a license to any of Microsoft&#8217;s copyrights or patents for anything you might create using such information.<br />
In return, we simply require that you agree:</p>
<ol>
<li>Not to remove any copyright or other notices from the Software.</li>
<li>That if you distribute the Software in source or object form, you will include a verbatim copy of this license.</li>
<li>That if you distribute derivative works of the Software in source code form you do so only under a license that includes all of the provisions of this License, and if you distribute derivative works of the Software solely in object form you do so only under a license that complies with this License.</li>
<li>That if you have modified the Software or created derivative works, and distribute such modifications or derivative works, you will cause the modified files to carry prominent notices so that recipients know that they are not receiving the original Software. Such notices must state: (i) that you have changed the Software; and (ii) the date of any changes.</li>
<li>THAT THE SOFTWARE COMES &#8220;AS IS&#8221;, WITH NO WARRANTIES. THIS MEANS NO EXPRESS, IMPLIED OR STATUTORY WARRANTY, INCLUDING WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT. ALSO, YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.</li>
<li>THAT MICROSOFT WILL NOT BE LIABLE FOR ANY DAMAGES RELATED TO THE SOFTWARE OR THIS LICENSE, INCLUDING DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, TO THE MAXIMUM EXTENT THE LAW PERMITS, NO MATTER WHAT LEGAL THEORY IT IS BASED ON. ALSO, YOU MUST PASS THIS LIMITATION OF LIABILITY ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.</li>
<li>That if you sue anyone over patents that you think may apply to the Software or anyone&#8217;s use of the Software, your license to the Software ends automatically.</li>
<li>That your rights under the License end automatically if you breach it in any way.</li>
<li>Microsoft reserves all rights not expressly granted to you in this license.</li>
</ol>
<p><a href="http://luzem.dyndns.org/wp-content/uploads/2010/11/chart.png"><img class="aligncenter size-medium wp-image-2332" title="How To Check a Free License" src="http://luzem.dyndns.org/wp-content/uploads/2010/11/chart-300x300.png" alt="How To Check a Free License" width="300" height="300" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/fDJq99_WTuQC2XDOFu-ieQuNTU0/0/da"><img src="http://feedads.g.doubleclick.net/~a/fDJq99_WTuQC2XDOFu-ieQuNTU0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fDJq99_WTuQC2XDOFu-ieQuNTU0/1/da"><img src="http://feedads.g.doubleclick.net/~a/fDJq99_WTuQC2XDOFu-ieQuNTU0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/8xnxCSaz5uU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/27/how-to-check-if-a-software-license-is-an-open-source-license-case-study-microsotf-shared-source-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/27/how-to-check-if-a-software-license-is-an-open-source-license-case-study-microsotf-shared-source-license/</feedburner:origLink></item>
		<item>
		<title>Installing PhpUnderControl in Centos 6</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/31cO2I5dwL8/</link>
		<comments>http://luzem.dyndns.org/2011/09/26/installing-phpundercontrol-in-centos-6/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 14:44:30 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[centos 6]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PhpUnderControl]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2625</guid>
		<description><![CDATA[PhpUnderControl is a way to use CI under Step 1: Enable EPEL repo and Remi repo yum install wget rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm enable remi repository editing file /etc/yum.repos.d/remi.repo enabled=1 Step2: Install Java and other stuff yum install unzip yum install ant yum install java-1.6.0-openjdk-devel yum install php-phpunit-PHP-CodeCoverage.noarch yum install phpdoc.noarch yum install [...]]]></description>
			<content:encoded><![CDATA[<p>PhpUnderControl is a way to use CI under</p>
<p><strong>Step 1: Enable EPEL repo and Remi repo</strong></p>
<p>yum install wget</p>
<p>rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm</p>
<p>rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm</p>
<p>enable remi repository editing file /etc/yum.repos.d/remi.repo</p>
<p>enabled=1</p>
<p><strong>Step2: Install Java and other stuff</strong></p>
<p>yum install unzip</p>
<p>yum install ant</p>
<p>yum install java-1.6.0-openjdk-devel</p>
<p>yum install php-phpunit-PHP-CodeCoverage.noarch</p>
<p>yum install phpdoc.noarch</p>
<p>yum install php-phpunit-phpcpd.noarch</p>
<p>yum install php-phpunit-phploc.noarch</p>
<p>yum install php-phpunit-PHPUnit.noarch</p>
<p>wget ftp://ftp.pbone.net/mirror/rpms.famillecollet.com/enterprise/5/remi/x86_64/php-pear-Console-CommandLine-1.1.3-3.el5.remi.noarch.rpm</p>
<p>rpm -i php-pear-Console-CommandLine-1.1.3-3.el5.remi.noarch.rpm</p>
<p>yum install php-phpunit-PHP-CodeBrowser</p>
<p>yum install php-phpmd-PHP-PMD.noarch</p>
<p>yum install php-ezc-Graph.noarch</p>
<p>yum install git</p>
<p>yum install subversion</p>
<p><strong>Step3: Download CruiseControl</strong></p>
<p>cd /opt</p>
<p>wget http://downloads.sourceforge.net/project/cruisecontrol/CruiseControl/2.8.4/cruisecontrol-bin-2.8.4.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcruisecontrol%2Ffiles%2FCruiseControl%2F2.8.4%2F&amp;ts=1314111366&amp;use_mirror=heanet</p>
<p>unzip cruisecontrol-bin-2.8.4.zip</p>
<p>mv cruisecontrol-bin-2.8.4 cruisecontrol</p>
<p>rm cruisecontrol-bin-2.8.4.zip</p>
<p>cd cruisecontrol</p>
<p>step 4 fix problem with JAVA_HOME</p>
<p>open cruisecontrol.sh with your favorite editor (vim, emacs, nano, pico, gedit &#8230;) and set JAVA_HOME value, your file begin  must look like this:</p>
<pre class="brush: bash; title: ; notranslate">&lt;br /&gt;
&amp;lt;br /&amp;gt;#!/usr/bin/env bash&amp;lt;br /&amp;gt;&lt;br /&gt;
JAVA_HOME=&amp;quot;/usr/lib/jvm/java-1.6.0-openjdk&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
 #################################################&amp;lt;br /&amp;gt;&lt;br /&gt;
 # CruiseControl, a Continuous Integration Toolkit&amp;lt;br /&amp;gt;&lt;br /&gt;
 # Copyright (c) 2001, ThoughtWorks, Inc.&amp;lt;br /&lt;br /&gt;
&amp;gt; # 200 E. Randolph, 25th Floor&amp;lt;br /&amp;gt;&lt;br /&gt;
 # Chicago, IL 60601 USA&amp;lt;br /&amp;gt;&lt;br /&gt;
 # All rights reserved.&amp;lt;br /&amp;gt;&lt;br /&gt;
</pre>
<p>step 5</p>
<p>open needed ports</p>
<p>step 6</p>
<p>Download PhpUnderControl</p>
<p>cd /opt</p>
<p>wget http://github.com/phpundercontrol/phpUnderControl/zipball/0.6.1beta1</p>
<p>mv 0.6.1beta1 0.6.1beta1.zip</p>
<p>unzip 0.6.1beta1.zip</p>
<p>mv phpundercontrol-phpUnderControl-04197bb/ phpundercontrol</p>
<p>step 7</p>
<p>Install PhpUnderControl over cruiseControl</p>
<p>cd phpundercontrol</p>
<p>cd bin</p>
<p>./phpuc.php install /opt/cruisecontrol/</p>

<p><a href="http://feedads.g.doubleclick.net/~a/mdJLUwWkHBKV2CN5vVEdc0vWGrw/0/da"><img src="http://feedads.g.doubleclick.net/~a/mdJLUwWkHBKV2CN5vVEdc0vWGrw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mdJLUwWkHBKV2CN5vVEdc0vWGrw/1/da"><img src="http://feedads.g.doubleclick.net/~a/mdJLUwWkHBKV2CN5vVEdc0vWGrw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/31cO2I5dwL8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/09/26/installing-phpundercontrol-in-centos-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/09/26/installing-phpundercontrol-in-centos-6/</feedburner:origLink></item>
		<item>
		<title>Jeckins update under Fedora 15</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/4-ztsu9j26k/</link>
		<comments>http://luzem.dyndns.org/2011/07/18/jeckins-update-under-fedora-15/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 08:44:49 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Master Software Libre]]></category>
		<category><![CDATA[gpgcheck]]></category>
		<category><![CDATA[Jeckins]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[rpm import]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2621</guid>
		<description><![CDATA[If you have installed jenkins from their web page they add a new repository but not import the repository&#8217;s public key that generates problems in yum updates No se ha instalado la llave pública de jenkins-1.421-1.1.noarch.rpm if you want to fix these problem only run this command sudo rpm &#8211;import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key]]></description>
			<content:encoded><![CDATA[<p>If you have installed jenkins from their web page they add a new repository but not import the repository&#8217;s public key that generates problems in yum updates</p>
<blockquote><p>No se ha instalado la llave pública de jenkins-1.421-1.1.noarch.rpm</p></blockquote>
<p>if you want to fix these problem only run this command</p>
<blockquote><p>sudo rpm &#8211;import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key</p></blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/_5Jlmq5jaVmvKVT-XzkXkGxx8sw/0/da"><img src="http://feedads.g.doubleclick.net/~a/_5Jlmq5jaVmvKVT-XzkXkGxx8sw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_5Jlmq5jaVmvKVT-XzkXkGxx8sw/1/da"><img src="http://feedads.g.doubleclick.net/~a/_5Jlmq5jaVmvKVT-XzkXkGxx8sw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/4-ztsu9j26k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/07/18/jeckins-update-under-fedora-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/07/18/jeckins-update-under-fedora-15/</feedburner:origLink></item>
		<item>
		<title>Basic tools for analyze PHP Code</title>
		<link>http://feedproxy.google.com/~r/LaFabulosaVidaDelEstudiante/~3/3MlkeTHYc0E/</link>
		<comments>http://luzem.dyndns.org/2011/05/30/basic-tools-for-analyze-php-code/#comments</comments>
		<pubDate>Mon, 30 May 2011 12:55:57 +0000</pubDate>
		<dc:creator>Luzem</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[copied code]]></category>
		<category><![CDATA[copy paste detector]]></category>
		<category><![CDATA[Cyclomatic Complexity]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sourceCode]]></category>

		<guid isPermaLink="false">http://luzem.dyndns.org/?p=2598</guid>
		<description><![CDATA[If you get enrollment into a new work to maintain  Php project with millions of thousands of  lines of code written these tools can be one of your best friends. phploc: phploc is a tool for quickly measuring the size of a PHP project. install on fedora 15: su yum install php-phpunit-phploc.noarch usage: phploc &#60;php [...]]]></description>
			<content:encoded><![CDATA[<p>If you get enrollment into a new work to maintain  Php project with millions of thousands of  lines of code written these tools can be one of your best friends.</p>
<p><span style="text-decoration: underline;">phploc: phploc is a tool for quickly measuring the size of a PHP project.</span></p>
<p>install on fedora 15:</p>
<blockquote><p>su</p>
<p>yum install php-phpunit-phploc.noarch</p>
</blockquote>
<p>usage:</p>
<blockquote><p>phploc &lt;php source code dir&gt;</p>
</blockquote>
<p><span style="text-decoration: underline;">phpdcd: phpdcd is a Dead Code Detector (DCD) for PHP code. It scans a PHP project for code that is no longer used.</span></p>
<p>install on fedora 15:</p>
<blockquote><p>su</p>
<p>yum install php-phpunit-phpdcd.noarch</p>
</blockquote>
<p>usage:</p>
<blockquote><p>phpdcd  &lt;php source code dir&gt;</p>
</blockquote>
<p><span style="text-decoration: underline;">phpcpd: phpcpd is a Copy/Paste Detector (CPD) for PHP code. It scans a PHP project for duplicated code.</span></p>
<p>install on fedora 15:</p>
<blockquote><p>su</p>
<p>yum install php-phpunit-phpcpd.noarch</p>
</blockquote>
<p>usage:</p>
<blockquote><p>phpcpd &lt;php source code dir&gt;</p>
</blockquote>
<p>if your project is enormous you will need another key tools: Hope, Faith and Hard Work</p>
<p>more info about these tools and more at <a title="Author Page" href="http://sebastian-bergmann.de/software/">http://sebastian-bergmann.de/software/</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/9xRoOJ0Y1tpWtW2Z4mQ4woLsgOk/0/da"><img src="http://feedads.g.doubleclick.net/~a/9xRoOJ0Y1tpWtW2Z4mQ4woLsgOk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9xRoOJ0Y1tpWtW2Z4mQ4woLsgOk/1/da"><img src="http://feedads.g.doubleclick.net/~a/9xRoOJ0Y1tpWtW2Z4mQ4woLsgOk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/LaFabulosaVidaDelEstudiante/~4/3MlkeTHYc0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://luzem.dyndns.org/2011/05/30/basic-tools-for-analyze-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://luzem.dyndns.org/2011/05/30/basic-tools-for-analyze-php-code/</feedburner:origLink></item>
	</channel>
</rss>

