Mensaje de error

  • 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).

descriptiva

Español

2.4 Simulacion estadistica del histograma del Ejercicio 1.

[adsense:336x280:9156825571]
  • Simulacion estadistica del histograma con R-Project

     x1 <- c(rep(15,2),rep(30,4),rep(40,10),rep(50,10),rep(60,3)
    ,rep(75,1));
    
     x2 <- (x1-40)/5;
    hist(x1, col="blue", breaks=c(5,25,35,45,55,65,85),xaxt = "n"
    ,freq=TRUE)
    
    axis(1,c(5,15,25,35,45,55,65,75,85))
Español

1.2 Simulacion estadistica de la media del Ejercicio 1.1

[adsense:336x280:9156825571]
  • Simulacion estadistica de la media con R-Project 

    > x <- c(rep(47,1),rep(48,3),rep(49,2),rep(50,8),rep(51,3),rep(52,2)
    ,rep(53,1));
    
    > mean(x)
    
    [1] 49.95
  • Simulacion estadistica de la media con Mathematica

    x := Join[ConstantArray[47, 1], ConstantArray[48, 3], 
Español

Páginas

Pin It
Subscribe to RSS - descriptiva