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.5 (Distribucion normal, resta de dos variables independientes)

Solapas principales

[adsense:336x280:9156825571]
Simulacion con R-Project del ejercicio de calcular la probabilidad

$P(2.4\leq z \leq 3.6)$ siendo Z=X-Y con X una distribucion normal N(5,0.3) e Y una normal N(2,0.4). Instalando el paquete (package) de R, distr y distrEx

Programa.
>library(distr)
>
>library(distrEx)

>
>X <- Norm(mean=5,sd=0.3);
>
>Y <- Norm(mean=2,sd=0.4);
>
>Z=X-Y
>
>p(Z)(3.6)-p(Z)(2.4)
[1] 0.7698607

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