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

histograma

Español

3.4 Simulacion estadistica del histograma del Ejercicio 1.3

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

     x1 <- c(rep(10,5),rep(25,5),rep(35,6),rep(45,10),rep(55,38),rep(65,30)
    ,rep(75,20),rep(85,4),rep(95,2));
     
    hist(x1, col="blue",breaks=c(0,20,30,40,50,60,70,80,90,100),xaxt = "n"
    ,yaxt="n",freq=TRUE) 
    
    axis(1,c(0,10,20,30,40,50,60,70,80,90,100));
    
    axis(2,c(0,2,4,5,6,10,20,30,38))
    

Simulacion estadistica del histograma del Ejercicio 1.3 con R-Project (rep, hist, col, breaks, xaxt, yaxt, freq, axis) y Mathematica (Join, Constant..

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 Simulaciones de Estadistica descriptiva con R-Project y Mathematica

[adsense:336x280:9156825571]

Simulaciones de Estadistica descriptiva con R-Project y Mathematica: Mediana, Moda, Media, Varianza, Desviacion Tipica, Histograma, Coeficiente de Variacion de Pearson, Vector de las medias, Coeficiente de Correlacion, Media de las Distribuciones Marginales, Varianza de las Distribuciones Marginales, Matriz de Cavarianzas 

Español

Páginas

Pin It
Subscribe to RSS - histograma