🇮🇳 GATE Statistics · subject
GATE Statistics Probability Syllabus
Every chapter and topic of Probability examined in GATE Statistics — 2 chapters, 13 topics, plus 51 flashcards written against it.
Probability syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Probability in GATE Statistics, not a summary of it.
-
Axiomatic definition of probability
3 topics- Properties of probability function
- Conditional probability
- Bayes' theorem
-
Random variables and their distributions
10 topics- Distribution function
- Probability mass function
- Probability density function and their properties
- Expectation
- Moments and moment generating function
- Quantiles
- Distribution of functions of a random variable
- Chebyshev inequality
- Markov inequality
- Jensen inequality
Probability flashcards for GATE Statistics
22 of 51 cards from the Probability deck — real questions with worked answers.
State the three axioms (Kolmogorov axioms) of a probability function $P$ defined on events of a sample space $\Omega$.
1. Non-negativity: $P(A) \geq 0$ for every event $A$. 2. Normalization: $P(\Omega) = 1$. 3. Countable additivity: for pairwise disjoint events $A_1, A_2, \dots$, $P\left(\bigcup_{i=1}^{\infty} A_i\right) = \sum_{i=1}^{\infty} P(A_i)$.
What is the complement rule and the probability of the empty set for a probability function?
$P(A^{c}) = 1 - P(A)$ and $P(\varnothing) = 0$.
State the monotonicity property of probability.
If $A \subseteq B$, then $P(A) \leq P(B)$, and moreover $P(B \setminus A) = P(B) - P(A)$.
State the general addition rule (inclusion–exclusion) for two events $A$ and $B$.
$$P(A \cup B) = P(A) + P(B) - P(A \cap B).$$
Write the inclusion–exclusion formula for three events $A$, $B$, $C$.
$$P(A\cup B\cup C) = P(A)+P(B)+P(C) - P(A\cap B) - P(A\cap C) - P(B\cap C) + P(A\cap B\cap C).$$
State Boole's inequality (the union bound) for events $A_1,\dots,A_n$.
$$P\left(\bigcup_{i=1}^{n} A_i\right) \leq \sum_{i=1}^{n} P(A_i).$$
Define the conditional probability of $A$ given $B$, and state the condition required.
$$P(A\mid B) = \frac{P(A\cap B)}{P(B)}, \quad \text{provided } P(B) > 0.$$
State the multiplication (chain) rule for the joint probability of events $A_1, A_2, \dots, A_n$.
$$P(A_1\cap\cdots\cap A_n) = P(A_1)\,P(A_2\mid A_1)\,P(A_3\mid A_1\cap A_2)\cdots P(A_n\mid A_1\cap\cdots\cap A_{n-1}).$$
When are two events $A$ and $B$ independent, and what does this imply for conditional probability?
$A$ and $B$ are independent iff $P(A\cap B) = P(A)\,P(B)$. Then $P(A\mid B) = P(A)$ (when $P(B)>0$).
State the law of total probability for a partition $\{B_1,\dots,B_n\}$ of the sample space.
$$P(A) = \sum_{i=1}^{n} P(A\mid B_i)\,P(B_i),$$ where the $B_i$ are mutually exclusive and exhaustive with $P(B_i)>0$.
State Bayes' theorem for a partition $\{B_1,\dots,B_n\}$ and event $A$.
$$P(B_k\mid A) = \frac{P(A\mid B_k)\,P(B_k)}{\sum_{i=1}^{n} P(A\mid B_i)\,P(B_i)}.$$
In Bayes' theorem, name the prior, the likelihood, and the posterior.
Prior: $P(B_k)$ (belief before observing data). Likelihood: $P(A\mid B_k)$ (probability of the evidence under hypothesis $B_k$). Posterior: $P(B_k\mid A)$ (updated belief after observing $A$).
Define the (cumulative) distribution function $F_X$ of a random variable $X$.
$$F_X(x) = P(X \leq x), \quad x \in \mathbb{R}.$$
List the defining properties of a cumulative distribution function $F$.
1. Non-decreasing. 2. Right-continuous: $\lim_{h\to 0^{+}} F(x+h) = F(x)$. 3. $\lim_{x\to -\infty} F(x) = 0$ and $\lim_{x\to +\infty} F(x) = 1$.
How do you compute $P(a < X \leq b)$ from the CDF $F_X$?
$$P(a < X \leq b) = F_X(b) - F_X(a).$$
Using a CDF $F_X$, express $P(X = a)$ in terms of left and right limits.
$$P(X = a) = F_X(a) - F_X(a^{-}),$$ the size of the jump at $a$; it equals $0$ wherever $F_X$ is continuous.
Define the probability mass function (pmf) of a discrete random variable and give its two defining conditions.
$p_X(x) = P(X = x)$. Conditions: $p_X(x) \geq 0$ for all $x$, and $\sum_{x} p_X(x) = 1$ over the support.
Define the probability density function (pdf) of a continuous random variable $X$ in relation to its CDF.
$f_X(x) = \dfrac{d}{dx} F_X(x)$ wherever the derivative exists, equivalently $F_X(x) = \int_{-\infty}^{x} f_X(t)\,dt$.
List the defining properties of a probability density function $f_X$.
1. $f_X(x) \geq 0$ for all $x$. 2. $\int_{-\infty}^{\infty} f_X(x)\,dx = 1$. 3. $P(a \leq X \leq b) = \int_{a}^{b} f_X(x)\,dx$.
For a continuous random variable, what is $P(X = a)$ and why?
$P(X = a) = 0$ for any single point $a$, because $\int_{a}^{a} f_X(x)\,dx = 0$. Hence $P(a\leq X\leq b) = P(a < X < b)$.
Define the expectation $E[X]$ for discrete and for continuous random variables.
Discrete: $E[X] = \sum_{x} x\,p_X(x)$. Continuous: $E[X] = \int_{-\infty}^{\infty} x\,f_X(x)\,dx$, provided the sum/integral converges absolutely.
State the law of the unconscious statistician (LOTUS) for $E[g(X)]$.
Discrete: $E[g(X)] = \sum_{x} g(x)\,p_X(x)$. Continuous: $E[g(X)] = \int_{-\infty}^{\infty} g(x)\,f_X(x)\,dx$.
Planning Probability for GATE Statistics
Probability is about 11% of the GATE Statistics syllabus by topic count — 13 of 116 topics, spread over 2 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 10 hours.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Probability (GATE Statistics) FAQ
What is in the GATE Statistics Probability syllabus?
Probability is split into 2 chapters — Axiomatic definition of probability and Random variables and their distributions, containing 13 topics and 0 sub-topics in total.
How many chapters are there in Probability for GATE Statistics?
2 chapters. Probability accounts for about 11% of the topics in the whole GATE Statistics syllabus (13 of 116).
How long should I spend on Probability for GATE Statistics?
Budget around 10 hours for a first pass through Probability — about 45 minutes per topic plus 12 minutes per sub-topic across its 13 topics. Add revision cycles on top.
Are there flashcards for GATE Statistics Probability?
Yes — a 51-card Probability deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.