ComeçarComece de graça

The Poisson distribution

The Poisson distribution simulates a process where the outcome is a number of occurrences per day/year/area/unit/etc. Before using it in a Bayesian model, let's explore it!

Este exercício faz parte do curso

Fundamentals of Bayesian Data Analysis in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Simulate from a Poisson distribution and visualize the result

Editar e executar o código