View Categories

Inferential Statistics

What is Inferential Statistics? #

Inferential statistics is used to make conclusions about a population based on a sample.

Example:
Survey 100 people → predict behavior of 1 million

Probability Basics #

What is Probability? #

Probability measures how likely an event is to happen0P(Event)10 \leq P(Event) \leq 10≤P(Event)≤1

  • 0 → Impossible
  • 1 → Certain

Formula #

P(E)=Favorable outcomesTotal outcomesP(E) = \frac{\text{Favorable outcomes}}{\text{Total outcomes}}P(E)=Total outcomesFavorable outcomes​

Example #

Toss a coinP(Heads)=12=0.5P(Heads) = \frac{1}{2} = 0.5P(Heads)=21​=0.5

Key Concepts #

Independent Events #

  • One event doesn’t affect another
    xample: coin tosses

Conditional Probability #

  • Probability depends on another event

P(AB)P(A|B)P(A∣B)

Normal Distribution #

What is Normal Distribution? #

A bell-shaped curve where:

  • Most values are near the mean
  • Symmetrical distribution

Key Properties #

  • Mean = Median = Mode
  • Symmetrical
  • Defined by:
    • Mean (μ)
    • Standard Deviation (σ)

Empirical Rule (Important) #

RangePercentage
±1σ68%
±2σ95%
±3σ99.7%

Example #

Exam scores:

  • Mean = 70
  • Std Dev = 10
  • 68% students → between 60–80

Z-Score #

Definition #

Z-score tells how far a value is from the mean (in standard deviations)

Formula #

Z=XμσZ = \frac{X – \mu}{\sigma}Z=σX−μ​

Example #

  • X = 80
  • Mean = 70
  • Std Dev = 10

Z=(8070)/10=1Z = (80 – 70) / 10 = 1Z=(80−70)/10=1

Value is 1 standard deviation above mean

Use #

  • Detect outliers
  • Standardize data
  • Compare different datasets

Hypothesis Testing #

What is Hypothesis Testing? #

A method to test assumptions using data

Key Terms #

TermMeaning
Null Hypothesis (H₀)No effect
Alternative Hypothesis (H₁)There is an effect

Example #

  • H₀: New drug has no effect
  • H₁: New drug works

p-value #

Definition #

p-value = probability of getting results if H₀ is true

Decision Rule #

p-valueDecision
p < 0.05Reject H₀
p ≥ 0.05Fail to reject H₀

Meaning #

  • Small p-value → strong evidence
  • Large p-value → weak evidence

T-Test #

What is T-Test? #

Used to compare means of two groups

Types #

TypeUse
One-sampleCompare with known value
Two-sampleCompare two groups
PairedSame group before/after

Example #

Compare:

  • Old method vs New method scores

Chi-Square Test #

What is Chi-Square? #

Used for categorical data to test relationships

Example #

Test:

  • Gender vs Product preference

Use #

  • Check independence
  • Compare observed vs expected

Correlation vs Causation #

Correlation #

Measures relationship between variables

  • Positive → both increase
  • Negative → one increases, other decreases

Example #

  • Ice cream sales ↑
  • Temperature ↑

Correlated

9.3 Causation #

One variable directly causes another

Key Difference #

AspectCorrelationCausation
MeaningRelationshipCause-effect
ProofWeakStrong
ExampleSales & weatherSmoking → cancer

Important Note #

Correlation ≠ Causation

Summary Table #

TopicPurpose
ProbabilityMeasure likelihood
Normal DistributionUnderstand data spread
Z-scoreDistance from mean
Hypothesis TestingTest assumptions
p-valueDecision making
T-testCompare means
Chi-SquareCategorical analysis
CorrelationRelationship
CausationCause-effect
💬
AIRA (AI Research Assistant) Neural Learning Interface • Drag & Resize Enabled
×