0% found this document useful (0 votes)
22 views10 pages

Types of Probability Distribution

Uploaded by

inatsar22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views10 pages

Types of Probability Distribution

Uploaded by

inatsar22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

© DatabaseTown.

com

PROBABILITY DISTRIBUTION

A distribution represent the possible values a random variable can take and how often they
occur.

Mean – it represent the average value which is denoted by µ (Meu) and measured in seconds
Variance – it represent how spread out the data is, denoted by 𝜎 2 (Sigma Square). It is pertinent to
note that it cannot be measured in seconds square which make no sense,therefore, variance is
measured by Standard Deviation which is the square root of variance √σ2andhas the same unit as
means.

There are two kinds of data i.e. population data and sample data.

Population Sample
Data Vs Data

“all the data” “just a part of it”

Population Data Sample Data


Mean µ 𝑥̅
Variance 𝜎2 S2

Standard Deviation 𝜎 S

https://databasetown.com Page 1
© DatabaseTown.com
The more overfilled the mid of the distribution, the more data falls within that interval as
show in figure

µ-𝜎 µ+𝜎 y

The fewer data falls within the interval, the more spread the data is, as shown in figure

µ-𝜎 µ+𝜎 y

Notation of Distributions:
Y – Actual outcome
y – one of the possible outcomes
P(Y=y) – Probability distribution which is equal to p(y)

TYPES OF DISTRIBUTIONS:
Two major kind of distributions based on the type of likely values for the variables
are,
A. Discrete Distributions
B. Continuous Distributions

https://databasetown.com Page 2
© DatabaseTown.com
COMPARISON BETWEEN DISCRETE AND CONTINUOUS DISTRIBUTIONS:
Discrete Distributions Continuous Distribution
Discrete distributions have finite number of Continuous distributions have infinite many
different possible outcomes consecutive possible values
We can add up individual values to find out the We cannot add up individual values to find out
probability of an interval the probability of an interval because there are
many of them
Discrete distributions can be expressed with a Continuous distributions can be expressed with
graph, piece-wise function or table a continuous function or graph
In discrete distributions, graph consists of bars In continuous distributions, graph consists of a
lined up one after the other smooth curve
Expected values might be unachievable To calculate the chance of an interval, we
required integrals

Notation Explanation:
X ~ 𝑁 (µ, 𝜎2)

Here, X is variable, ~ tilde, N is types of distribution and (µ, 𝜎2) are its characteristics

A. DISCRETE DISTRIBUTIONS:
Discrete distributions have finite number of different possible outcomes. Its main
characteristics are given below:-

 We can add up individual values to find out the probability of an interval


 Discrete distributions can be expressed with a graph, piece-wise function or table
 In discrete distributions, graph consists of bars lined up one after the other
 Expected values might be unachievable
 P(Y≤y) = P(Y < y + 1)

In graph, the discrete distributions are looks like as,

https://databasetown.com Page 3
© DatabaseTown.com
Examples of Discrete Distributions:
i. Bernoulli Distribution
ii. Binomial Distribution
iii. Uniform Distribution
iv. Poisson Distribution

i. Bernoulli Distribution:
In Bernoulli distribution there is only one trial and only two possible outcomes i.e. success or
failure. It is denoted by y ~Bern(p). The main characteristics of Bernoulli distributions are:

 It consists of a single trial


 Two possible outcomes
 E(Y) = p
 Var(Y) = p × (1 – p)
Examples and Uses:
 Guessing a single True/False question
 It is mostly used when trying to find out what we expect to obtain a single trial of an
experiment.

ii. Binomial Distribution:


A sequence of identical Bernoulli events is called Binomial and follows a Binomial
distribution. It is denoted by Y ~ B(n, p). The main characteristics of Binomial distribution are:
 Over the n trials, it measures the frequency of occurrence of one of the possible result.
 E(Y) = n × p
 P(Y = y) = C(y, n) × py× (1 – p)n-y
 Var(Y) = n × p × (1 – p)
Examples and Uses:
 Simply determine, how many times we obtain a head if we flip a coin 10 times.
https://databasetown.com Page 4
© DatabaseTown.com
 It is mostly used when we try to predict how likelihood an event occur over a series of trials.

iii. Uniform Distribution:


In uniform distribution all the outcomes are equally likely. It is denoted by Y ~ U(a, b). If
the values are categorical, we simply indicate the number of categories, like Y ~ U(a). The main
characteristics of Uniform Distribution are:
 In uniform distribution all the outcomes are equally likely.
 In graph, all the bars are equally tall
 The expected value and variance have no predictive power
Examples and Uses:
 Result obtained after rolling a die
 Due to its equality, it is mostly used in shuffling algorithms

iv. Poisson Distribution:


Poisson distribution is used to determine how likelihood a certain event occur over a given
interval of time or distance. It is denoted by Y ~ Po(λ). The main characteristics of poisson
distribution are:
 It measures the frequency over an interval of time or distance.
 E(Y) = 𝜆
𝜆𝑦
 P(Y = y) =
𝜆!𝑒 −𝜆

https://databasetown.com Page 5
© DatabaseTown.com
 Var(Y) = 𝜆

Examples and Uses:


 It is used to determine how likelihood a certain event occur over a given interval of time or
distance.
 Mostly used in marketing analysis to find out whether more than average visits are out of
the ordinary or otherwise.

B. CONTINUOUS DISTRIBUTIONS:
Continuous distributions have infinite many consecutive possible values. Its main
characteristics are given below:-

 We cannot add up individual values to find out the probability of an interval because there
are many of them
 Continuous distributions can be expressed with a continuous function or graph
 In continuous distributions, graph consists of a smooth curve
 To calculate the chance of an interval, we required integrals
 P(Y = y) = 0 for any distinct value y.
 P(Y<y) = P(Y ≤ y)

In graph, the continuous distributions are looks like as,

https://databasetown.com Page 6
© DatabaseTown.com

Examples of Continuous Distributions:


i. Normal Distribution
ii. Chi-Squared Distribution
iii. Exponential Distribution
iv. Logistic Distribution
v. Students’ T Distribution

i. Normal Distribution:
It shows a distribution that most natural events follow. It is denoted by Y ~ (µ,𝜎 2). The
main characteristics of normal distribution are:
 Graph obtained from normal distribution is bell-shaped curve, symmetric and has shrill tails.
 68% of all its all values should fall in the interval, i.e. (µ – 𝜎, µ+𝜎)
 E(Y) = µ
 Var(Y) = 𝜎 2

Examples and Uses:


 Normal distributions are mostly observed in the size of animals in the desert.
 We can convert any normal distribution into a standard normal distribution. Normal
distribution could be standardized to use the Z-table
𝑦− µ
i.e. z =
𝜎
Where,𝜎 ensures standard deviation is 1and µ ensures mean is 0.

https://databasetown.com Page 7
© DatabaseTown.com

ii. Chi-Squared Distribution:


Chi-Squared distribution is frequently being used. It is mostly used to test wow of fit. It
is denoted by Y ~ X2 (k). The main characteristics of Chi-Squared distribution are:

 The graph obtained from Chi-Squared distribution is asymmetric and skewed to the right.
 It is square of the t-distribution.
 E(Y) = k
 Var(Y) = 2k
Examples and Uses:
 It is mostly used to test wow of fit.
 It comprises a table of known values for its CDF called the x2 – table.

iii. Exponential Distribution:


It is usually observed in events which considerably change early on. It is denoted by Y ~
Exp(λ). The main characteristics of exponential distribution are:

 Probability and Cumulative Distributed Functions (PDF & CDF) plateau after a certain
point.

https://databasetown.com Page 8
© DatabaseTown.com
 We do not have a table to known the values like the Normal or Chi-Squared Distributions,
therefore, we mostly used natural logarithm to change the values of exponential
distributions.
1
 E(Y) =
𝜆
1
 Var(Y) = =
𝜆2

Examples and Uses:


 It is mostly used with dynamically changing variables, such as online websites traffic

iv. Logistic Distribution:


It is used to observe how continuous variable inputs can affect the probability of a binary result.
It is denoted by Y ~ Logistic(µ, s). The main characteristics of logistic distribution are:

 The Cumulative Distributed Function picks up when we reach values near the mean.
 The lesser the scale parameter, the faster it reaches values close to 1.
 E(Y) = µ
𝑠 2 ×𝜋2
 Var(Y) =
3

Examples and Uses:


 It is mostly used in sports to predict how a player’s or team’s feat can conclude the result of
the match.

v. Students’ T Distribution

https://databasetown.com Page 9
© DatabaseTown.com
Students’ T Distribution or simply called T Distribution is used to estimate population
limitation when the sample size is small and population variance is not known. It is denoted by Y~
t(k). The main characteristics of Students’ T Distribution are:

 A small sample size estimation of a normal distribution


 Its graph is symmetric and bell-shaped curve, however, it has large tails.
𝑘
 If k > 1 then E(Y) = µ and Var(Y) = s2 ×
𝑘−2
Examples and Uses:
 It is used in examination of a small sample data which normally follows a normal
distribution.

https://databasetown.com Page 10

You might also like