Chapter 3 - Introduction to Probability
Section 6 – Statistics Analysis
Presented By :
This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
Agenda
 Introduction to Probability
 The Search for the High-Probability Trade
 Properties of Probability
 The Probability Distribution
This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
Probability in Statistics
Presented By :
This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
Probability in Statistics
Key Facts:
1. Basics of Probability
• Definition: Probability measures the likelihood of an event occurring, ranging between 0 (impossible)
and 1 (certain).
• Formula:
Types of Events:
o Independent Events: The occurrence of one event does not affect the other.
Example: Rolling two dice.
o Dependent Events: The occurrence of one event affects the other.
Example: Drawing cards from a deck without replacement.
o Mutually Exclusive Events: Two events cannot happen at the same time.
Example: Getting heads or tails on a coin flip.
o Non-Mutually Exclusive Events: Events that can happen together.
Example: Drawing a red card and a face card in a deck.
Probability in Statistics
Probability Distributions
Distribution Description Example
Uniform All outcomes are equally likely Rolling a fair die
Bernoulli Single trial with success/failure
Tossing a coin (heads = 1, tails =
0)
Binomial
Number of successes in nnn
trials
Flipping a coin 10 times
Poisson
Number of occurrences in a
fixed interval
Number of customer arrivals in 1
hour
Normal (Gaussian)
Bell-shaped, symmetric around
mean
Heights of people, IQ scores
Exponential Time until an event occurs Time between arrivals of buses
Probability in Statistics
Common Misconceptions
🚫 Misconception: If an event hasn’t happened in a while, it’s "due" to occur.
✅ Reality: Each independent trial (like a fair coin flip) has the same probability.
🚫 Misconception: A high probability means certainty.
✅ Reality: Even high-probability events can fail to happen.
🚫 Misconception: If P(A B)P(A | B)P(A B) is high, then P(B A)P(B | A)P(B A) must
∣ ∣ ∣ ∣
also be high.
✅ Reality: Not necessarily, as seen in Bayes' Theorem.
Normal Distribution
Presented By :
This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
Normal Distribution
The Normal Distribution, also known as the Gaussian Distribution, is one of the most important
probability distributions in statistics. It models many real-world phenomena such as heights, test
scores, IQ levels, and measurement errors.
1. Characteristics of Normal Distribution
✅ Bell-shaped curve: Symmetrical around the mean.
✅ Mean = Median = Mode: The highest point is at the mean μmuμ.
✅ Defined by two parameters:
• μmuμ (mean): Center of the distribution.
• sigmaσ (standard deviation): Controls the spread.
✅ Total area under the curve = 1
✅ Follows the empirical rule (68-95-99.7 rule) (see below).
Normal Distribution
2. Probability Density Function (PDF)
The normal distribution is given by the formula:
where:
• x = random variable
• μ = mean
• σ = standard deviation
• e = Euler’s number (≈2.718)
• πpiπ = Pi (≈3.1416)
Normal Distribution
3. Standard Normal Distribution (Z-Score)
A standard normal distribution is a normal distribution with:
• Mean μ=0mu = 0μ=0
• Standard deviation σ=1sigma = 1σ=1
To convert any normal variable X to standard normal form:
where Z is called the Z-score, representing how many standard deviations XXX is from
the mean.
🔹 Example: If a student scores 85 on a test where μ=70 , σ=10
Z=(85−70​
) /10 =1.5This means the student is 1.5 standard deviations above the
mean.
Normal Distribution
4. Empirical Rule (68-95-99.7 Rule)
In a normal distribution:
68% of values fall within 1 standard deviation ( ± σ)
𝜇
95% of values fall within 2 standard deviations ( ± 2 )
𝜇 𝜎
99.7% of values fall within 3 standard deviations ( ± 3 )
𝜇 𝜎
📊 Example: If human IQ follows a normal distribution with =100 and =15
𝜇 𝜎
68% of people have IQs between 85 and 115.
95% of people have IQs between 70 and 130.
99.7% of people have IQs between 55 and 145.
Normal Distribution
5. Applications of Normal Distribution
🔹 Standardized Testing: SAT, IQ scores follow normal distribution.
🔹 Measurement Errors: Errors in scientific measurements tend to be normally distributed.
🔹 Stock Market Returns: Approximate a normal distribution in short periods.
🔹 Quality Control: Used in manufacturing defect analysis.
6. Normal vs. Other Distributions
Feature Normal Binomial Poisson Exponential
Type Continuous Discrete Discrete Continuous
Shape Bell-shaped Skewed (for small p) Skewed (for small λ) Right-skewed
Parameters μ,σ n,p λ λ
Example Heights, IQ Coin flips Calls per hour Time between arrivals
Normal Distribution
7. Central Limit Theorem (CLT)
The Central Limit Theorem (CLT) states that the sum (or mean) of a large number of
independent random variables, regardless of their original distribution, will
approximate a normal distribution.
✅ Even if data is not normally distributed, its sample mean will be!
✅ Works well for sample sizes n>30n > 30n>30.
🔹 Example: If we repeatedly take samples of 50 students’ test scores, their average
test score will follow a normal distribution, even if individual test scores don’t.
Normal Distribution
8. Finding Probabilities Using Z-Tables
To find probabilities, use a Z-table, which gives cumulative probabilities
for standard normal distribution.
📌 Example: Find P(X>85) where μ=70 , σ=10.
1. Convert to Z-score: Z=(85−70)/10=1.5
2. From the Z-table, P(Z<1.5) = 0.9332
3. Since we need P(X>85) =1−0.9332=0.0668
So, 6.68% of scores are above 85.
Skewness & Kurtosis
Presented By :
This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
Skewness & Kurtosis
Skewness and Kurtosis are statistical measures that describe the shape of a probability distribution
compared to a normal distribution.
1. Skewness: Measuring Symmetry
Definition: Skewness measures how asymmetric a distribution is around its mean.
Types of Skewness
🔹 Symmetric Distribution (Skewness = 0)
• Mean = Median = Mode
• Example: Normal distribution
🔹 Positive Skew (Right-Skewed, Skewness > 0)
• Tail extends to the right
• Mean > Median > Mode
• Example: Income distribution, waiting times
Skewness & Kurtosis
🔹 Negative Skew (Left-Skewed, Skewness < 0)
• Tail extends to the left
• Mean < Median < Mode
• Example: Test scores with many high scores
Skewness Value Interpretation
= 0 Symmetrical
>0 Right-skewed
<0 Left-skewed
>1 or < -1 Highly skewed
Interpretation of Skewness Values
Formula:
Skewness & Kurtosis
Kurtosis
Kurtosis: Measuring Tailedness
Definition: Kurtosis measures whether a distribution has heavy or light tails compared to a normal distribution.
Types of Kurtosis
🔹 Meso kurtic (Kurtosis = 3)
• Normal distribution
• Moderate tails
🔹 Leptokurtic (Kurtosis > 3)
• Heavy tails, many extreme values
• Example: Stock market crashes
🔹 Platy kurtic (Kurtosis < 3)
• Light tails, few extreme values
• Example: Uniform distribution
Kurtosis
Kurtosis
Types of Kurtosis
1. Mesokurtic (Kurtosis = 3)
✅ Definition: The distribution has a kurtosis of 3, meaning it resembles the
normal distribution.
✅ Characteristics:
• Moderate tails (neither too heavy nor too light).
• Similar peak height to a normal distribution.
✅ Example: Normal Distribution, Exponential Distribution (under some
conditions).
Kurtosis
Types of Kurtosis
2. Leptokurtic (Kurtosis > 3)
✅ Definition: The distribution has heavy tails, meaning more extreme values
(outliers) than a normal distribution.
✅ Characteristics:
• Higher peak and fatter tails.
• More frequent extreme values.
✅ Example: Stock market crashes, financial returns, insurance claims,
earthquake magnitudes.
Kurtosis
Types of Kurtosis
3. Platykurtic (Kurtosis < 3)
✅ Definition: The distribution has light tails, meaning fewer extreme values
than a normal distribution.
✅ Characteristics:
• Lower peak and thinner tails.
• Less variation and fewer outliers.
✅ Example: Uniform distribution, Rolling a fair die, Student test scores with
minimal variance.
Kurtosis
Interpretation of Kurtosis Values
Kurtosis Value Interpretation
= 3 Normal distribution (Mesokurtic)
>3 Heavy tails (Leptokurtic)
<3 Light tails (Platykurtic)
Formula of Kurtosis
Kurtosis
Comparison: Skewness vs. Kurtosis
Feature Skewness Kurtosis
Definition Measures asymmetry Measures tail heaviness
Focus Left or right tail behavior Extreme values (outliers)
Key Values >0 (right), <0 (left), =0(symmetric)
>3(leptokurtic), <3(platykurtic), =3
(normal)
Example Income distribution (right-skewed) Stock returns (leptokurtic)
Real-World Applications
🔹 Finance: Skewness & Kurtosis help assess risk in stock returns.
🔹 Quality Control: Detects deviations from normal performance.
🔹 Economics: Identifies income inequalities.
🔹 Social Sciences: Measures biases in survey responses.
Chapter 1 - Behavioral Finance
Next Section 7 - Behavioural Finance
Presented By :
This Content is Copyright Reserved Rights Copyright 2025@PTAIndia

More Related Content

PPTX
ders 3 Unit root test.pptx
PPTX
ders 3.2 Unit root testing section 2 .pptx
PPTX
lesson 3.1 Unit root testing section 1 .pptx
PPTX
normal distribution.pptx
PDF
AEB801_20222023-lecture_04 Normal Distribution
PDF
AEB801_20222023-lecture_04 Symmetry Skewness
PDF
Npc, skewness and kurtosis
DOCX
250 words, no more than 500· Focus on what you learned that made.docx
ders 3 Unit root test.pptx
ders 3.2 Unit root testing section 2 .pptx
lesson 3.1 Unit root testing section 1 .pptx
normal distribution.pptx
AEB801_20222023-lecture_04 Normal Distribution
AEB801_20222023-lecture_04 Symmetry Skewness
Npc, skewness and kurtosis
250 words, no more than 500· Focus on what you learned that made.docx

Similar to Section 6 - Chapter 3 - Introduction to Probablity (20)

PPTX
lecture-11thenominaldistribution-171212185036.pptx
PDF
Normal Curve in Total Quality Management
PPTX
Basic statistics for algorithmic trading
PPTX
Normal distribtion curve
DOCX
Module Five Normal Distributions & Hypothesis TestingTop of F.docx
PDF
REPORT MATH.pdf
PPTX
The Normal distribution
PPTX
Normal curve in Biostatistics data inference and applications
PPTX
Normal distriutionvggggggggggggggggggg.pptx
PPTX
Normal distribution
DOCX
The Standard NormalDistribution and z ScoresKeren SuCorbisC.docx
PPTX
NORMAL CURVE in biostatistics and application
PPTX
Mas206 PROBABILITY theory_AND_STATS.pptx
PPTX
Normal Distribution, Skewness and kurtosis
DOCX
Module-2_Notes-with-Example for data science
PPTX
Normal distribution
PPTX
PPTX
Normality evaluation in a data
PPT
Normal Distribution
PPTX
Inferiential statistics .pptx
lecture-11thenominaldistribution-171212185036.pptx
Normal Curve in Total Quality Management
Basic statistics for algorithmic trading
Normal distribtion curve
Module Five Normal Distributions & Hypothesis TestingTop of F.docx
REPORT MATH.pdf
The Normal distribution
Normal curve in Biostatistics data inference and applications
Normal distriutionvggggggggggggggggggg.pptx
Normal distribution
The Standard NormalDistribution and z ScoresKeren SuCorbisC.docx
NORMAL CURVE in biostatistics and application
Mas206 PROBABILITY theory_AND_STATS.pptx
Normal Distribution, Skewness and kurtosis
Module-2_Notes-with-Example for data science
Normal distribution
Normality evaluation in a data
Normal Distribution
Inferiential statistics .pptx
Ad

More from Professional Training Academy (20)

PPTX
Section 12 - Chapter 1 - Introduction to Quantitative Methods
PPTX
Section 11 - Chapter 3 - Options Derived Volatility
PPTX
Section 11 - Chapter 2 - Measuring Historical Volatility
PPTX
Section 11 - Chapter 1 - Meaning of Volatility to a Technician
PPTX
Section 9 - Chapter 2 - Common Cycles - CMT Level 1 Short Notes 2025
PPTX
Section 9 - Chapter 1 - Foundation of Cycle Theory
PPTX
Section 8 - Chapter 3 - Sentiment Measuresfrom External Data
PPTX
Section 8 - Chapter 2 - Sentiment Measured From Market Data
PPTX
Section 8 - Chapter 1 - Market Sentiment & Technical Analysis
PPTX
Section 7 - Chapter 1 - Behavioral Finance
PPTX
Section 6 - Chapter 2 - Introduction to Statistics Part II
PPTX
Section 6 - Chapter 1 - Introduction to Statistics Part I
PPTX
Section 5 - Chapter 3 - Introduction to Bollinger Bands
PPTX
Section 5 - Chapter 2 - Technical Indicator Construction
PPTX
Section 5 - Chapter 1 - Moving Averages - CMT Level 1 2025
PPTX
Section 4 - Chapter 4 - Point-and-Figure Patterns
PPTX
Section 4 - Chapter 3 - Introduction to Candlestick Patterns
PPTX
Section 4 - Chapter 2 - Introduction to candlestick.pptx
PPTX
Section 4 – Chapter 1 - Classical Chart Patterns - CMT level 1 2025
PPTX
Section 3 - Chapter 6 - Market Internals
Section 12 - Chapter 1 - Introduction to Quantitative Methods
Section 11 - Chapter 3 - Options Derived Volatility
Section 11 - Chapter 2 - Measuring Historical Volatility
Section 11 - Chapter 1 - Meaning of Volatility to a Technician
Section 9 - Chapter 2 - Common Cycles - CMT Level 1 Short Notes 2025
Section 9 - Chapter 1 - Foundation of Cycle Theory
Section 8 - Chapter 3 - Sentiment Measuresfrom External Data
Section 8 - Chapter 2 - Sentiment Measured From Market Data
Section 8 - Chapter 1 - Market Sentiment & Technical Analysis
Section 7 - Chapter 1 - Behavioral Finance
Section 6 - Chapter 2 - Introduction to Statistics Part II
Section 6 - Chapter 1 - Introduction to Statistics Part I
Section 5 - Chapter 3 - Introduction to Bollinger Bands
Section 5 - Chapter 2 - Technical Indicator Construction
Section 5 - Chapter 1 - Moving Averages - CMT Level 1 2025
Section 4 - Chapter 4 - Point-and-Figure Patterns
Section 4 - Chapter 3 - Introduction to Candlestick Patterns
Section 4 - Chapter 2 - Introduction to candlestick.pptx
Section 4 – Chapter 1 - Classical Chart Patterns - CMT level 1 2025
Section 3 - Chapter 6 - Market Internals
Ad

Recently uploaded (20)

PDF
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2015).pdf
PDF
Everyday Spelling and Grammar by Kathi Wyldeck
PDF
Controlled Drug Delivery System-NDDS UNIT-1 B.Pharm 7th sem
PDF
Journal of Dental Science - UDMY (2022).pdf
PDF
Journal of Dental Science - UDMY (2021).pdf
DOCX
Ibrahim Suliman Mukhtar CV5AUG2025.docx
PPT
REGULATION OF RESPIRATION lecture note 200L [Autosaved]-1-1.ppt
PDF
Civil Department's presentation Your score increases as you pick a category
PDF
MICROENCAPSULATION_NDDS_BPHARMACY__SEM VII_PCI Syllabus.pdf
PDF
Laparoscopic Colorectal Surgery at WLH Hospital
PDF
semiconductor packaging in vlsi design fab
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PPTX
BSCE 2 NIGHT (CHAPTER 2) just cases.pptx
PPTX
What’s under the hood: Parsing standardized learning content for AI
PPTX
UNIT_2-__LIPIDS[1].pptx.................
PDF
PUBH1000 - Module 6: Global Health Tute Slides
PDF
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
PDF
THE CHILD AND ADOLESCENT LEARNERS & LEARNING PRINCIPLES
PDF
LIFE & LIVING TRILOGY- PART (1) WHO ARE WE.pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2015).pdf
Everyday Spelling and Grammar by Kathi Wyldeck
Controlled Drug Delivery System-NDDS UNIT-1 B.Pharm 7th sem
Journal of Dental Science - UDMY (2022).pdf
Journal of Dental Science - UDMY (2021).pdf
Ibrahim Suliman Mukhtar CV5AUG2025.docx
REGULATION OF RESPIRATION lecture note 200L [Autosaved]-1-1.ppt
Civil Department's presentation Your score increases as you pick a category
MICROENCAPSULATION_NDDS_BPHARMACY__SEM VII_PCI Syllabus.pdf
Laparoscopic Colorectal Surgery at WLH Hospital
semiconductor packaging in vlsi design fab
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
BSCE 2 NIGHT (CHAPTER 2) just cases.pptx
What’s under the hood: Parsing standardized learning content for AI
UNIT_2-__LIPIDS[1].pptx.................
PUBH1000 - Module 6: Global Health Tute Slides
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
THE CHILD AND ADOLESCENT LEARNERS & LEARNING PRINCIPLES
LIFE & LIVING TRILOGY- PART (1) WHO ARE WE.pdf
Cambridge-Practice-Tests-for-IELTS-12.docx

Section 6 - Chapter 3 - Introduction to Probablity

  • 1. Chapter 3 - Introduction to Probability Section 6 – Statistics Analysis Presented By : This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
  • 2. Agenda  Introduction to Probability  The Search for the High-Probability Trade  Properties of Probability  The Probability Distribution This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
  • 3. Probability in Statistics Presented By : This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
  • 4. Probability in Statistics Key Facts: 1. Basics of Probability • Definition: Probability measures the likelihood of an event occurring, ranging between 0 (impossible) and 1 (certain). • Formula: Types of Events: o Independent Events: The occurrence of one event does not affect the other. Example: Rolling two dice. o Dependent Events: The occurrence of one event affects the other. Example: Drawing cards from a deck without replacement. o Mutually Exclusive Events: Two events cannot happen at the same time. Example: Getting heads or tails on a coin flip. o Non-Mutually Exclusive Events: Events that can happen together. Example: Drawing a red card and a face card in a deck.
  • 5. Probability in Statistics Probability Distributions Distribution Description Example Uniform All outcomes are equally likely Rolling a fair die Bernoulli Single trial with success/failure Tossing a coin (heads = 1, tails = 0) Binomial Number of successes in nnn trials Flipping a coin 10 times Poisson Number of occurrences in a fixed interval Number of customer arrivals in 1 hour Normal (Gaussian) Bell-shaped, symmetric around mean Heights of people, IQ scores Exponential Time until an event occurs Time between arrivals of buses
  • 6. Probability in Statistics Common Misconceptions 🚫 Misconception: If an event hasn’t happened in a while, it’s "due" to occur. ✅ Reality: Each independent trial (like a fair coin flip) has the same probability. 🚫 Misconception: A high probability means certainty. ✅ Reality: Even high-probability events can fail to happen. 🚫 Misconception: If P(A B)P(A | B)P(A B) is high, then P(B A)P(B | A)P(B A) must ∣ ∣ ∣ ∣ also be high. ✅ Reality: Not necessarily, as seen in Bayes' Theorem.
  • 7. Normal Distribution Presented By : This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
  • 8. Normal Distribution The Normal Distribution, also known as the Gaussian Distribution, is one of the most important probability distributions in statistics. It models many real-world phenomena such as heights, test scores, IQ levels, and measurement errors. 1. Characteristics of Normal Distribution ✅ Bell-shaped curve: Symmetrical around the mean. ✅ Mean = Median = Mode: The highest point is at the mean μmuμ. ✅ Defined by two parameters: • μmuμ (mean): Center of the distribution. • sigmaσ (standard deviation): Controls the spread. ✅ Total area under the curve = 1 ✅ Follows the empirical rule (68-95-99.7 rule) (see below).
  • 9. Normal Distribution 2. Probability Density Function (PDF) The normal distribution is given by the formula: where: • x = random variable • μ = mean • σ = standard deviation • e = Euler’s number (≈2.718) • πpiπ = Pi (≈3.1416)
  • 10. Normal Distribution 3. Standard Normal Distribution (Z-Score) A standard normal distribution is a normal distribution with: • Mean μ=0mu = 0μ=0 • Standard deviation σ=1sigma = 1σ=1 To convert any normal variable X to standard normal form: where Z is called the Z-score, representing how many standard deviations XXX is from the mean. 🔹 Example: If a student scores 85 on a test where μ=70 , σ=10 Z=(85−70​ ) /10 =1.5This means the student is 1.5 standard deviations above the mean.
  • 11. Normal Distribution 4. Empirical Rule (68-95-99.7 Rule) In a normal distribution: 68% of values fall within 1 standard deviation ( ± σ) 𝜇 95% of values fall within 2 standard deviations ( ± 2 ) 𝜇 𝜎 99.7% of values fall within 3 standard deviations ( ± 3 ) 𝜇 𝜎 📊 Example: If human IQ follows a normal distribution with =100 and =15 𝜇 𝜎 68% of people have IQs between 85 and 115. 95% of people have IQs between 70 and 130. 99.7% of people have IQs between 55 and 145.
  • 12. Normal Distribution 5. Applications of Normal Distribution 🔹 Standardized Testing: SAT, IQ scores follow normal distribution. 🔹 Measurement Errors: Errors in scientific measurements tend to be normally distributed. 🔹 Stock Market Returns: Approximate a normal distribution in short periods. 🔹 Quality Control: Used in manufacturing defect analysis. 6. Normal vs. Other Distributions Feature Normal Binomial Poisson Exponential Type Continuous Discrete Discrete Continuous Shape Bell-shaped Skewed (for small p) Skewed (for small λ) Right-skewed Parameters μ,σ n,p λ λ Example Heights, IQ Coin flips Calls per hour Time between arrivals
  • 13. Normal Distribution 7. Central Limit Theorem (CLT) The Central Limit Theorem (CLT) states that the sum (or mean) of a large number of independent random variables, regardless of their original distribution, will approximate a normal distribution. ✅ Even if data is not normally distributed, its sample mean will be! ✅ Works well for sample sizes n>30n > 30n>30. 🔹 Example: If we repeatedly take samples of 50 students’ test scores, their average test score will follow a normal distribution, even if individual test scores don’t.
  • 14. Normal Distribution 8. Finding Probabilities Using Z-Tables To find probabilities, use a Z-table, which gives cumulative probabilities for standard normal distribution. 📌 Example: Find P(X>85) where μ=70 , σ=10. 1. Convert to Z-score: Z=(85−70)/10=1.5 2. From the Z-table, P(Z<1.5) = 0.9332 3. Since we need P(X>85) =1−0.9332=0.0668 So, 6.68% of scores are above 85.
  • 15. Skewness & Kurtosis Presented By : This Content is Copyright Reserved Rights Copyright 2025@PTAIndia
  • 16. Skewness & Kurtosis Skewness and Kurtosis are statistical measures that describe the shape of a probability distribution compared to a normal distribution. 1. Skewness: Measuring Symmetry Definition: Skewness measures how asymmetric a distribution is around its mean. Types of Skewness 🔹 Symmetric Distribution (Skewness = 0) • Mean = Median = Mode • Example: Normal distribution 🔹 Positive Skew (Right-Skewed, Skewness > 0) • Tail extends to the right • Mean > Median > Mode • Example: Income distribution, waiting times
  • 17. Skewness & Kurtosis 🔹 Negative Skew (Left-Skewed, Skewness < 0) • Tail extends to the left • Mean < Median < Mode • Example: Test scores with many high scores Skewness Value Interpretation = 0 Symmetrical >0 Right-skewed <0 Left-skewed >1 or < -1 Highly skewed Interpretation of Skewness Values Formula:
  • 19. Kurtosis Kurtosis: Measuring Tailedness Definition: Kurtosis measures whether a distribution has heavy or light tails compared to a normal distribution. Types of Kurtosis 🔹 Meso kurtic (Kurtosis = 3) • Normal distribution • Moderate tails 🔹 Leptokurtic (Kurtosis > 3) • Heavy tails, many extreme values • Example: Stock market crashes 🔹 Platy kurtic (Kurtosis < 3) • Light tails, few extreme values • Example: Uniform distribution
  • 21. Kurtosis Types of Kurtosis 1. Mesokurtic (Kurtosis = 3) ✅ Definition: The distribution has a kurtosis of 3, meaning it resembles the normal distribution. ✅ Characteristics: • Moderate tails (neither too heavy nor too light). • Similar peak height to a normal distribution. ✅ Example: Normal Distribution, Exponential Distribution (under some conditions).
  • 22. Kurtosis Types of Kurtosis 2. Leptokurtic (Kurtosis > 3) ✅ Definition: The distribution has heavy tails, meaning more extreme values (outliers) than a normal distribution. ✅ Characteristics: • Higher peak and fatter tails. • More frequent extreme values. ✅ Example: Stock market crashes, financial returns, insurance claims, earthquake magnitudes.
  • 23. Kurtosis Types of Kurtosis 3. Platykurtic (Kurtosis < 3) ✅ Definition: The distribution has light tails, meaning fewer extreme values than a normal distribution. ✅ Characteristics: • Lower peak and thinner tails. • Less variation and fewer outliers. ✅ Example: Uniform distribution, Rolling a fair die, Student test scores with minimal variance.
  • 24. Kurtosis Interpretation of Kurtosis Values Kurtosis Value Interpretation = 3 Normal distribution (Mesokurtic) >3 Heavy tails (Leptokurtic) <3 Light tails (Platykurtic) Formula of Kurtosis
  • 25. Kurtosis Comparison: Skewness vs. Kurtosis Feature Skewness Kurtosis Definition Measures asymmetry Measures tail heaviness Focus Left or right tail behavior Extreme values (outliers) Key Values >0 (right), <0 (left), =0(symmetric) >3(leptokurtic), <3(platykurtic), =3 (normal) Example Income distribution (right-skewed) Stock returns (leptokurtic) Real-World Applications 🔹 Finance: Skewness & Kurtosis help assess risk in stock returns. 🔹 Quality Control: Detects deviations from normal performance. 🔹 Economics: Identifies income inequalities. 🔹 Social Sciences: Measures biases in survey responses.
  • 26. Chapter 1 - Behavioral Finance Next Section 7 - Behavioural Finance Presented By : This Content is Copyright Reserved Rights Copyright 2025@PTAIndia