Exams
Subjects
Classes
Home
Exams
Data Science and Artificial Intelligence
Random variables
consider five random vari...
Question:
medium
Consider five random variables U, V, W, X, and Y whose joint distribution satisfies :
P(U, V, W, X,Y) = P(U)P(V)P(W|U,V)P(X|W)P(Y|W)
Which ONE of the following statements is FALSE ?
GATE DA - 2024
GATE DA
Updated On:
Feb 3, 2026
Y is conditionally independent of V given W
X is conditionally independent of U given W
U and V are conditionally independent given W
Y and X are conditionally independent given W
Show Solution
The Correct Option is
C
Solution and Explanation
Option (C) is correct: U and V are conditionally independent given W.
Download Solution in PDF
Was this answer helpful?
0
Top Questions on Random variables
Let, random variable \(X \sim \text{Bernoulli}(p)\). Then, \(\beta_1\) is
CUET (PG) - 2025
Statistics
Random variables
View Solution
Three urns contain 3 green and 2 white balls, 5 green and 6 white balls and 2 green and 4 white balls respectively. One ball is drawn at random from each of the urn. Then, the expected number of white balls drawn, is
CUET (PG) - 2025
Statistics
Random variables
View Solution
Let \(X_1, X_2, X_3\) be three variables with means 3, 4 and 5 respectively, variances 10, 20 and 30 respectively and \(cov (X_1, X_2) = cov (X_2, X_3) = 0\) and \(cov (X_1, X_3) = 5\). If, \(Y = 2X_1 +3X_2+4X_3\) then, Var(\(Y\)) is:
CUET (PG) - 2025
Statistics
Random variables
View Solution
Moment generating function of a random variable Y, is \( \frac{1}{3}e^t(e^t - \frac{2}{3}) \), then E(Y) is given by
CUET (PG) - 2025
Statistics
Random variables
View Solution
Want to practice more? Try solving extra ecology questions today
View All Questions
Questions Asked in GATE DA exam
Consider performing depth-first search (DFS) on an undirected and unweighted graph G starting at vertex s. For any vertex u in G, d[u] is the length of the shortest path from s to u. Let (u, v) be an edge in G such that d[u] < d[v]. If the edge (u, v) is explored first in the direction from u to v during the above DFS, then (u, v) becomes a _____ edge.
GATE DA - 2024
Database Concepts
View Solution
Three fair coins are tossed independently. T is the event that two or more tosses result in heads. S is the event that two or more tosses result in tails. What is the probability of the event T ∩ S?
GATE DA - 2024
Probability
View Solution
Consider the matrix
\(M=\begin{bmatrix} 2 & -1 \\ 3 & 1 \end{bmatrix}\)
.
Which ONE of the following statements is TRUE ?
GATE DA - 2024
Matrix
View Solution
For any twice differentiable function ƒ: R → R, if at some x* ∈ R, f'(x*) = 0 and f'(x*) > 0, then the function f necessarily has a ______ at x = x*.
Note : R denotes the set of real numbers.
GATE DA - 2024
Differential Equations
View Solution
Match the items in Column 1 with the items in Column 2 in the following table :
Column 1
Column 2
(p)
First In First Out
(i)
Stacks
(q)
Lookup Operation
(ii)
Queues
(r)
Last In First Out
(iii)
Hash Tables
GATE DA - 2024
Hashing
View Solution