Formula Excel POISSON.DIST
statistik
The POISSON.DIST function in Excel calculates the Poisson probability for a given number of events.
It is useful for modeling the number of events that occur in a fixed interval of time or space.
Formula dasar POISSON.DIST
=POISSON.DIST(x, mean, [cumulative])
Hasil/Output penggunaan rumus POISSON.DIST
Hasilnya berupa angka yakni: Poisson probability
Penjelasan dari contoh rumus POISSON.DIST
- The POISSON.DIST function takes the number of events (x), the mean number of events (mean), and an optional cumulative parameter.
- It calculates the Poisson probability for the given number of events based on the specified mean.
Kesimpulan
POISSON.DIST is commonly used in probability theory and statistics for modeling random events in a fixed interval.