• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this code, we are exploring Poisson distributions with and without truncation using Python. We will generate random data points from Poisson distributions and fit Poisson probability mass functions to the data. Truncation involves setting values less than 1 to 1 in order to investigate the effects of truncation on the distribution.