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

Distribucion Gamma (probabilidad mayor que)

Solapas principales

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

$P(\Gamma(3,0.5)> 10)$ de la distribucion $\Gamma(3,0.5)$. Se puede hacer de varias maneras.
  1. Sin instalar nada

    Programa.
    >	
    >1-pgamma(10, shape=3, rate =0.5)
    [1] 0.124652

 

  1. Instalando el paquete (package) de R, distr

    Programa.
    >library(distr)
    >
    >X <- Gammad(scale=1/0.5,shape=3)
    
    >
    >1-p(X)(10)
    [1] 0.124652
    

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