Home »
Python »
Python NumPy MCQs
Binomial Distribution is a Discrete Distribution
12. Binomial Distribution is a Discrete Distribution.
- True
- False
Answer: A) True
Explanation:
A Discrete Distribution is the same as a Binomial Distribution. If you toss a coin, the outcome will be either heads or tails. This term explains the outcome of binary circumstances. It is comprised of three parameters:
- n - is the number of tries.
- p - denotes the likelihood that each trial will occur (e.g. for toss of a coin 0.5 each).
- size - The size of the array that was returned.