An open API service indexing awesome lists of open source software.

https://github.com/josgard94/random-variable-generator-using-poisson-distribution

This program generates random variables using the Poisson distribution. The Poisson distribution is a discrete probability distribution that expresses, based on a mean frequency of occurrence, the probability that a certain number of events will occur during a certain period of time. Specifically, it specializes in the probability of occurrence of events with very small probabilities
https://github.com/josgard94/random-variable-generator-using-poisson-distribution

distribucion-poisson estadistica poisson-distribution random-generation random-variable-generator statistics

Last synced: about 1 month ago
JSON representation

This program generates random variables using the Poisson distribution. The Poisson distribution is a discrete probability distribution that expresses, based on a mean frequency of occurrence, the probability that a certain number of events will occur during a certain period of time. Specifically, it specializes in the probability of occurrence of events with very small probabilities

Awesome Lists containing this project

README

        

# Random-Variable-Generator-Using-Poisson-Distribution
This program generates random variables using the Poisson distribution.

The Poisson distribution is a discrete probability distribution that expresses, based on a mean frequency of occurrence, the probability that a certain number of events will occur during a certain period of time. Specifically, it specializes in the probability of occurrence of events with very small probabilities.