Probability Distribution Function of Discrete Distribution

I. Discrete Uniform Distribution

The Discrete Uniform Distribution represents outcomes where each possible value has an equal chance of occurring. For example, rolling a fair six-sided die is a classic case of discrete uniform distribution.

The Bernoulli Distribution is applicable to situations with two possible outcomes, typically labeled as success and failure. It is often used in scenarios like coin flips, where success might be getting heads.

P(X = x) = px (1-p)1-x, x = 0, 1; 0 < p < 1

Binomial Distribution deals with the number of successes in a fixed number of independent Bernoulli trials. For instance, determining the probability of getting a certain number of heads in multiple coin flips.

P(X = x) = nCx px (q)n-x, x = 0, 1, 2,……,n; 0 < p < 1

IV. Geometric Distribution

Geometric Distribution models the number of trials needed for the first success in a sequence of independent Bernoulli trials. For example, finding the probability of the first successful free throw in basketball.

P(X = x) = (1 – p)k-1.p

The Negative Binomial Distribution focuses on the number of trials needed for a fixed number of successes in a sequence of independent Bernoulli trials. It’s applicable to scenarios like predicting the number of attempts to make three successful shots in basketball.

The Poisson Distribution is useful for events with a known average rate of occurrence within a fixed interval. It’s commonly employed in areas, such as predicting the number of emails received in an hour.

0}" title="Rendered by QuickLaTeX.com" height="36" width="477" style="vertical-align: -9px;">

Probability Density Function : Meaning, Formula, and Graph

Similar Reads

What is the Probability Density Function?

Probability Density Function (PDF) and Cumulative Distribution Function (CDF) describe the probability distribution of a continuous random variable. In simpler terms, PDF tells about how likely different values of the continuous random variable are. By differentiating the CDF of a continuous random variable, we can determine the Probability Density Functions. In the same way, if we integrate the Probability Density Function, we can obtain the probability or CDF between two specific points....

Probability Density Function Formula

Function Formula in case of Discrete Random Variables...

Probability Density Function Graph

The probability density function (PDF) is found by adding up the density of the variable over a certain range. We use the symbol f(x) to represent this function. At any point on the graph, the value of this function is positive or zero. When we calculate the definite integral of the PDF over the entire range, the result is always one....

Properties of Probability Density Function

1. The density function, denoted as f(x), is used for a continuous random variable with values between specific limits, a and b. To find the Probability Density Function (PDF), we calculate the area under the curve between these limits on the X-axis....

Probability Distribution Function of Discrete Distribution

I. Discrete Uniform Distribution...

Probability Distribution Function of Continuous Distribution

I. Continuous Uniform Distribution...

Applications of Probability Density Function

Probability Density Function can be used in various fields and problems:...