>
Exams
>
Data Science and Artificial Intelligence
>
Random variables
>
given the following bayesian network consisting of
Question:
Given the following Bayesian Network consisting of four Bernoulli random variables and the associated conditional probability tables :
P(.)
U = 0
0.5
U = 1
0.5
P(V = 0| .)
P(V = 1| .)
U = 0
0.5
0.5
U = 1
0.5
0.5
P(W = 0| .)
P(W = 1| .)
U = 0
1
0
U = 1
0
1
P(Z = 0| .)
P(Z = 1| .)
V = 0
W = 0
0.5
0.5
V = 0
W = 1
1
0
V = 1
W = 0
1
0
V = 1
W = 1
0.5
0.5
The value of P(U = 1, V = 1, W = 1,Z= 1) = ______. (rounded off to three decimal places)
GATE AR - 2024
GATE AR
Updated On:
Jul 9, 2024
Hide Solution
Verified By Collegedunia
Correct Answer:
0.125
Solution and Explanation
The correct answer is 0.125
Download Solution in PDF
Was this answer helpful?
0
0
Top Questions on Random variables
Two fair coins are tossed independently. X is a random variable that takes a value of 1 if both tosses are heads and 0 otherwise. Y is a random variable that takes a value of 1 if at least one of the tosses is heads and 0 otherwise.
The value of the covariance of X and Y is _________ (rounded off to three decimal places).
GATE AR - 2024
Data Science and Artificial Intelligence
Random variables
View Solution
If
\(X\)
is a continuous random variable with the probability density function
\(f(x) = \begin{cases} \frac K4 & ; 0\leq x \leq 1\\ 0 & ; \text{otherwise} \end{cases}\)
Then the value of
\(K\)
is _____ . (Answer in integer)
GATE PI - 2024
Engineering Mathematics
Random variables
View Solution
Given the two-dimensional dataset consisting of 5 data points from two classes (circles and squares) and assume that the Euclidean distance is used to measure the distance between two points. The minimum odd value of k in k-nearest neighbor algorithm for which the diamond (◊) shaped data point is assigned the label square is ________.
GATE AR - 2024
Data Science and Artificial Intelligence
Random variables
View Solution
Let X be a random variable uniformly distributed in the interval [1, 3] and Y be a random variable uniformly distributed in the interval [2, 4]. If X and Y are independent of each other, the probability P(X ≥ Y) is ________
(rounded off three decimal places).
GATE AR - 2024
Data Science and Artificial Intelligence
Random variables
View Solution
Let X be a random variable exponentially distributed with parameter λ > 0. The probability density function of X is given by :
\(f(x) = \left\{ \begin{array}{ll} \lambda e^{-\lambda x,} & x \ge0 \\ 0 & \text{otherwise} \end{array} \right.\)
If 5E(X) = Var (X), where E (X) and Var (X) indicate the expectation and variance of X, respectively, the value of λ is _____
(rounded off to one decimal place).
GATE AR - 2024
Data Science and Artificial Intelligence
Random variables
View Solution
View More Questions
Questions Asked in GATE AR exam
Evaluate the following limit :
\(\lim\limits_{x\rightarrow0}\frac{\text{ln}((x^2+1)\cos x)}{x^2}\)
= ________.
GATE AR - 2024
Limits
View Solution
For the beam shown below, ignoring the self-weight, the maximum hogging moment (in kN·m) generated for the loads indicated is _______ (rounded off to one decimal place).
GATE AR - 2024
High Rise and Long Span structures, gravity and lateral load resisting systems
View Solution
Consider the following tree traversals on a full binary tree :
(i) Preorder
(ii) Inorder
(iii) Postorder
Which of the following traversal options is/are sufficient to uniquely reconstruct the full binary tree ?
GATE AR - 2024
Representation of Binary Tree
View Solution
Consider the 3 × 3 matrix M =
\(\begin{bmatrix} 1 & 2 & 3 \\ 3 & 1 & 3 \\ 4 & 3 & 6 \end{bmatrix}.\)
The determinant of (M
2
+ 12M) is ________.
GATE AR - 2024
Matrix
View Solution
Consider the following sorting algorithms:
(i) Bubble sort
(ii) Insertion sort
(iii) Selection sort
Which ONE among the following choices of sorting algorithms sorts the numbers in the array [4, 3, 2, 1, 5] in increasing order after exactly two passes over the array ?
GATE AR - 2024
Sorting
View Solution
View More Questions