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
- Host: GitHub
- URL: https://github.com/josgard94/random-variable-generator-using-poisson-distribution
- Owner: josgard94
- Created: 2020-09-17T05:51:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T05:54:46.000Z (over 4 years ago)
- Last Synced: 2025-01-21T21:34:15.223Z (3 months ago)
- Topics: distribucion-poisson, estadistica, poisson-distribution, random-generation, random-variable-generator, statistics
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.