Ex 3.41
Suppose X takes on the values −2,−1, 0, 1, 2 with probability 1/5
each,...
Ex 3.41
Suppose X takes on the values −2,−1, 0, 1, 2 with probability 1/5
each, and let Y = X^^2. (a) Find Cov (X, Y). (b) Prove X and Y are
independent and explain your steps.
Suppose that a signal s that takes on values 1 and -1, with
probability p and 1-p respectively, is sent from location A. The
signal received at location B is Normally distributed with
parameters (s, 2). Find the best estimate of the signal sent, in
the Maximum Likelihood Estimate sense, if R, the value received at
location B, is equal to r.
Suppose that a signal s that takes on values 1 and -1, with
probability p and 1-p respectively, is sent from location A. The
signal received at location B is Normally distributed with
parameters (s, 2). Find the best estimate of the signal sent, in
the Maximum A Posteriori sense, if R, the value received at
location B, is equal to r.
Let X be a discrete random variable that takes value -2, -1, 0,
1, 2 each with probability 1/5.
Let Y=X2
a) Find the possible values of Y. Construct a joint probability
distribution table for X and Y. Include the marginal
probabilities.
b) Find E(X) and E(Y).
c) Show that X and Y are not independent.
Suppose X has probability distribution
x: 0 1 2 3 4
P(X = x) 0.2 0.1 0.2 0.2 0.3
Find the following probabilities:
a. P(X < 2)
b. P(X ≤ 2 and X < 4)
c. P(X ≤ 2 and X ≥ 1)
d. P(X = 1 or X ≤ 3)
e. P(X = 2 given X ≤ 2)
(2pt) A variable that takes on the values of 0 or 1 and is used
to incorporate the effect of categorical variables in a regression
model is called
a.
a constant variable
b.
a dummy variable
c.
an interaction
d.
None of these alternatives are correct.
(1pt) The model y=
β0+β1x1+β2x12+ε
is called
a.
First-order model with one predictor variable
b.
Second-order model with two predictor variables
c.
Second-order model with one predictor variable
d.
None of these alternatives is...
1) For x ¼ "110010", of type BIT_VECTOR(5 DOWNTO 0), determine
the values of the
shift operations listed in the column on the left below.
2) In the column on the right, write an equivalent expression using
the concatenation
operator (the first one was already done).
a) x SLL 3
b) x SLA -2
c) x SRA 2
d) x ROL 1
e) x ROR -3
a) x(2 DOWNTO 0) & "000"
b)
c)
d)
e)