6.7
二項分布は、試行回数が固定された手順の確率分布であり、各試行で得られる結果は 2 つだけです。
二項実験の結果は二項分布に適合します。次の条件が満たされる場合、統計実験は二項実験として分類できます。
試行回数は決まっています。試行は実験の繰り返しであると考えてください。文字 n は試行回数を示します…
二項確率分布は、コイントスのように、試行回数が複数あるが固定されているケースを表し、試行ごとに 2 つの結果が考えられます。
ここで、n は試行回数を示します。
各試行では、成功の確率 (表) は p で示され、失敗の確率 (裏) は q で表されます。一方がわかっていれば、もう一方は簡単に計算できます。
二項分布の場合、成功または失敗の確率は、すべての試行で常に同じである必要があります。
また、各試行の結果は、他の試験から独立している必要があります。
この例では、表の数は確率変数 x で、その値は 0 から n までの整数にすることができます。
P of 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.