0% found this document useful (0 votes)
39 views3 pages

Binomdist: Show All

BINOMDIST returns the individual term or cumulative binomial distribution probability. It calculates the probability of a given number of successes in a fixed number of independent trials with a constant probability of success for each trial. For example, it can calculate the probability of having 2 out of 3 babies born be male. The function requires inputs for the number of successes, number of trials, probability of success for each trial, and whether to return the individual term or cumulative probability.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views3 pages

Binomdist: Show All

BINOMDIST returns the individual term or cumulative binomial distribution probability. It calculates the probability of a given number of successes in a fixed number of independent trials with a constant probability of success for each trial. For example, it can calculate the probability of having 2 out of 3 babies born be male. The function requires inputs for the number of successes, number of trials, probability of success for each trial, and whether to return the individual term or cumulative probability.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

BINOMDIST

Show All Returns the individual term binomial distribution probability. Use BINOMDIST in problems with a fixed number of tests or trials, when the outcomes of any trial are only success or failure, when trials are independent, and when the probability of success is constant throughout the experiment. For example, BINOMDIST can calculate the probability that two of the next three babies born are male. Syntax BINOMDIST(number_s,trials,probability_s,cumulative) Number_s is the number of successes in trials. Trials is the number of independent trials. Probability_s is the probability of success on each trial. Cumulative is a logical value that determines the form of the function. If cumulative is TRUE, then BINOMDIST returns the cumulative distribution function, which is the probability that there are at most number_s successes; if FALSE, it returns the probability mass function, which is the probability that there are number_s successes. Remarks Number_s and trials are truncated to integers. If number_s, trials, or probability_s is nonnumeric, BINOMDIST returns the #VALUE! error value. If number_s < 0 or number_s > trials, BINOMDIST returns the #NUM! error value. If probability_s < 0 or probability_s > 1, BINOMDIST returns the #NUM! error value. The binomial probability mass function is:

where:

is COMBIN(n,x). The cumulative binomial distribution is:

Example The example may be easier to understand if you copy it to a blank worksheet. How to copy an example 1. 2. Create a blank workbook or worksheet. Select the example in the Help topic. Do not select the row or column headers.

NOTE

Selecting an example from Help

3. 4. 5.

Press CTRL+C. In the worksheet, select cell A1, and press CTRL+V. To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Formulas tab, in the Formula Auditing group, click the Show Formulas button.
A 1 2 3 4 Data 6 10 0.5 Formula B Description Number of successes in trials Number of independent trials Probability of success on each trial Description (Result)

=BINOMDIST(A2,A3,A4,FALSE)

Probability of exactly 6 of 10 trials being successful (0.205078)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy