| explain.poisson | R Documentation | 
Step by step demonstration of the Poisson distribution calculus.
explain.poisson(k,lam)
| k | Should be a numbers | 
| lam | Should be a numbers | 
To calculate the Poisson distribution, the user should give two number ( the number of times the phenomenon and the number of occurrences). The result is a discrete probability distribution that expresses, from a mean frequency of occurrence, the probability that a certain number of events will occur during a certain period of time. We can saw the Poisson distribution correlation formule in the poisson_ help document.
Numeric result and the process of this calculus explained.
Each variable is a number. Example: lam <- 2 | k <- 3
Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es
Juan Jose Cuadrado, jjcg@uah.es
Universidad de Alcala de Henares
    #data creation
    lam = 2
    k = 3
    explain.poisson(k,lam)
  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.