6.7
이항 분포는 고정된 횟수의 시행을 사용하는 절차에 대한 확률 분포로, 각 시행에는 두 가지 결과만 있을 수 있습니다.
이항 실험의 결과는 이항 확률 분포에 맞습니다. 다음 조건이 충족되면 통계 실험은 이항 실험으로 분류될 수 있습니다.
실험은 고정된 횟수만큼 시도합니다…
이항 확률 분포는 동전 던지기와 같이 여러 번의 시행이 있지만 고정된 횟수가 있는 사례를 나타내며 시행당 두 가지 가능한 결과가 있습니다.
여기서 n은 시행 횟수를 나타냅니다.
각 시행에서 성공 확률인 앞면은 p로 표시되고, 실패 확률인 뒷면은 q로 표시됩니다. 하나를 알고 있으면 다른 하나를 쉽게 계산할 수 있습니다.
이항 분포의 경우 성공 또는 실패 확률은 모든 시행에 대해 항상 같아야 합니다.
또한 각 시행의 결과는 다른 시행과 독립적이어야 합니다.
이 예에서 헤드의 수는 랜덤 변수 x이며, 이 변수의 값은 0과 n 사이의 정수일 수 있습니다.
P/x는 n번의 시행 중 x개의 앞면이 나올 확률을 나타내며, 이항 확률 공식을 사용하여 계산됩니다.
여기서 계승 기호는 감소하는 요인의 곱을 나타냅니다.
x의 각 값에 대해 x의 P를 얻을 수 있으며, 이는 이항 분포의 그래픽 형식을 얻기 위해 플롯 할 수 있습니다.
View the full transcript and gain access to JoVE Core videos
Q1: What are the key conditions for a binomial experiment?
A binomial experiment requires a fixed number of trials, n, with only two possible outcomes per trial: success or failure. The probability of success, p, and probability of failure, q, must remain constant across all trials. Additionally, each trial must be independent, meaning the outcome of one trial does not affect another. These conditions ensure the experiment fits a binomial probability distribution.
Q2: How do you calculate the probability of a specific number of successes in a binomial distribution?
The binomial probability formula calculates P(x), the probability of exactly x successes in n trials. The formula uses the binomial coefficient, represented by the factorial symbol, multiplied by p raised to the power of x and q raised to the power of (n-x). For each value of x, you can compute P(x) to determine the complete probability distribution.
Q3: What is the relationship between p and q in a binomial distribution?
In a binomial distribution, p represents the probability of success and q represents the probability of failure on a single trial. These probabilities are complementary, meaning p + q = 1. If you know one probability, you can easily calculate the other by subtracting from 1, ensuring the two outcomes account for all possibilities.
Q4: Why must trials be independent in a binomial experiment?
Independence ensures that the outcome of one trial does not influence or help predict the outcome of another trial. This requirement allows the probability of success, p, and probability of failure, q, to remain constant across all trials. Without independence, the probabilities would change based on previous results, violating the fundamental assumptions of a binomial distribution.
Q5: How is a binomial distribution graphically represented?
A binomial distribution is graphically represented using probability histograms, where each value of x (number of successes) is plotted against its corresponding probability P(x). The x-axis shows possible outcomes from 0 to n, and the y-axis shows probabilities. This visual representation helps identify the distribution's shape and which outcomes are most likely.
Q6: What does the random variable x represent in a binomial distribution?
The random variable x represents the number of successes observed in n trials of a binomial experiment. Its value must be a whole number ranging from 0 to n. For example, in coin tosses, x could represent the number of heads obtained, with each possible value having an associated probability calculated using the binomial formula.
Q7: Can you give a real-world example of a binomial experiment?
A true-false statistics test is a practical binomial experiment. If Joe guesses on each question with a constant probability of success p = 0.6 and failure q = 0.4, each question represents an independent trial with two outcomes. The number of correct answers Joe gets follows a binomial distribution, where x can range from 0 to the total number of questions.