Mensaje de error

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls en book_prev() (línea 775 de /home1/montes/public_html/drupal/modules/book/book.module).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.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).

Simulacion estadistica del Ejercicio 7.9 (Distribucion normal, dada la probabilidad calcular cantidad)

Solapas principales

[adsense:336x280:9156825571]
Simulacion con R-Project del ejercicio calcular el valor x tal que

$P(X\leq x)=0.99$ siendo X una distribucion Normal N(100000,5000). Se puede hacer de varias maneras.

  1. Sin instalar nada

    Programa.
    >	
    >qnorm(0.99,mean=100000,sd=5000)
    [1] 111631.7
    
    
  2. Instalando el paquete (package) de R, distr

    Programa.
    >library(distr)
    
    >
    >X <- Norm(mean=100000,sd=5000);
    >
    >q(X)(0.99)
    [1] 111631.7
    

Español

Añadir nuevo comentario

Plain text

  • No se permiten etiquetas HTML.
  • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
  • Saltos automáticos de líneas y de párrafos.
Pin It