Excel Binomial Distribution
SoftTech Tutorials
Excel Binomial Distribution
0:00 Excel binomial distribution Intro 0:56 Binomial probability distribution 1:08 BINOM.DIST function 2:25 Graph binomial probability distribution 3:11 Changing parameters 3:32 Computing binomial distribution probabilities 4:07 Binomial probability distribution 4:15 Binomial cumulative distribution 5:15 Rewriting binomial probabilities for computation
https://softtechtutorials.com/microsoft-office/excel/excel-binomial-distribution/
In this video, we will explain how you can construct a binomial distribution given a certain number of trials and the probability of success. A binomial distribution is used when you want to model a number of successes in a series of independent experiments. There are two parameters in a binomial distribution, n which represents the number of trials, and p which is the probability of success.
We start by constructing the binomial probability distribution function. This function defines all the potential values and corresponding likelihoods that a random variable can take on.
In the second step, we compute the probability corresponding to each potential outcome. To do this, we select a cell and type equals binom.dist of. First, we need to insert the number of successes we want to compute the probability of. Then we need to insert the parameters of the distribution, first the number of trials.
Next, we need the probability of success, and which we fix again using F4. Finally, we need to tell Excel which kind of distribution we want, in our case we are looking for the probability distribution function and not the cumulative distribution function. So, the final argument of our function is FALSE.
Let’s visualize this with a graph, we select the data, navigate to Insert and click on Scatter with Smooth Lines and Markers.
Before concluding this tutorial, we will show you how to compute some different kinds of probabilities. The probabilities we want to compute are listed below. We will compute the probability of exactly 10 successes, the probability of 10 successes or less than 10, the probability of less than 10 successes not including 10, the probability of more than 10 successes not including 10, and the probability of more than 10 successes including 10, and the probability that the number of successes is between 10 and 16 excluding 10 and including 16.
The first one, the probability of exactly 10 successes is already computed in the probability distribution function table.
The second probability of having 10 or fewer successes can be computed using the cumulative distribution function. This function defines the probability that a random variable takes on a value less than or equal to each potential value of the variable. We have copy-pasted our first table for the probability dis ... https://www.youtube.com/watch?v=M8iFxCKU7Bw
31049871 Bytes