Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 en include_once() (línea 57 de /home1/montes/public_html/drupal/modules/php/php.module(80) : eval()'d code).
Warning: include_once(http://cajael.com/publ/regulacion/examenesE46815.php): failed to open stream: no suitable wrapper could be found en include_once() (línea 57 de /home1/montes/public_html/drupal/modules/php/php.module(80) : eval()'d code).
Warning: include_once(): Failed opening 'http://cajael.com/publ/regulacion/examenesE46815.php' for inclusion (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') en include_once() (línea 57 de /home1/montes/public_html/drupal/modules/php/php.module(80) : eval()'d code).
Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 en include_once() (línea 104 de /home1/montes/public_html/drupal/modules/php/php.module(80) : eval()'d code).
Warning: include_once(http://cajael.com/publ/regulacion/examenesE46815b.php): failed to open stream: no suitable wrapper could be found en include_once() (línea 104 de /home1/montes/public_html/drupal/modules/php/php.module(80) : eval()'d code).
Warning: include_once(): Failed opening 'http://cajael.com/publ/regulacion/examenesE46815b.php' for inclusion (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') en include_once() (línea 104 de /home1/montes/public_html/drupal/modules/php/php.module(80) : eval()'d code).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 en _bbcode_filter_process() (línea 261 de /home1/montes/public_html/drupal/sites/all/modules/bbcode/bbcode-filter.inc).
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters en drupal_get_feeds() (línea 394 de /home1/montes/public_html/drupal/includes/common.inc).
Enviado por Anónimo (no verificado) en Sáb, 11/30/2013 - 15:30
[adsense:336x280:9156825571]
Instalaremos los paquetes (package) distr y distrEx de R-Project para poder hacer los calculos de Esperanza,varianza,momentos centrados y no centrados de la variable continua
Enviado por Anónimo (no verificado) en Sáb, 11/30/2013 - 14:54
[adsense:336x280:9156825571]
Hay dos formas de simularlo estadisticamente con R-Project para calcular la varianza de la variable continua X a partir de la funcion densidad f(x):
Primera forma integrando:
> #integramos entre los valores 0 y 1 f1(x)=(x-media)*f(x) para
calcular la media o esperanza E(x)
> f1<- function(x) (2*(x+1)/3)*x;
>media <- integrate(f1,lower=0,upper=1)
Comentarios recientes