Let ?1, ?2, ?3 be 3 independent random variables with uniform
distribution on [0, 1]. Let ?? be the ?-th smallest among {?1, ?2,
?3}. Find the variance of ?2, and the covariance between the median
?2 and the sample mean ? = 1 3 (?1 + ?2 + ?3).
3. Let X = {1, 2, 3, 4}. Let F be the set of all functions from
X to X. For any relation R on X, define a relation S on F by: for
all f, g ∈ F, f S g if and only if there exists x ∈ X so that
f(x)Rg(x).
For each of the following statements, prove or disprove the
statement.
(a) For all relations R on X, if R is reflexive then S is
reflexive....
Let X = {1, 2, 3, 4, 5, 6} and let ∼ be given by {(1, 1),(2,
2),(3, 3),(4, 4),(5, 5),(6, 6),(1, 3),(1, 5),(2, 4),(3, 1),(3, 5),
(4, 2),(5, 1),(5, 3)}.
Is ∼ an equivalence relation? If yes, write down X/ ∼ .
Let x3 be the following vector: x3 <- c(0, 1, 1, 2, 2, 2, 3,
3, 4) Imagine what a histogram of x3 would look like. Assume that
the histogram has a bin width of 1. How many bars will the
histogram have? Where will they appear? How high will each be? When
you are done, plot a histogram of x3 with bin width = 1, and see if
you are right.
I need code help R programming
2. Let ?1, ?2, ?3 be 3 independent random variables with uniform
distribution on [0, 1]. Let ?? be the ?-th smallest among {?1, ?2,
?3}. Find the variance of ?2, and the covariance between the median
?2 and the sample mean ? = 1 3 (?1 + ?2 + ?3).
Let S = {-3, -2, -1, 0, 1, 2, 3}. Define a relation R on S by:
xRy if and only if x = y + 4n for some integer n.
a) Prove that R is an equivalence relation.
b) Find all the distinct equivalence classes of R.
Let C be the following matrix:
C=( 1 2 3 -2
0 1 1 -2
-1 3 2 -8
-1 -2 -3 2 )
Give a basis for the row space of Cin the format [1,2,3],[3,4,5],
for example.
4) Let ? = {2, 3, 5, 7}, ? = {3, 5, 7}, ? = {1, 7}. Answer the
following questions, giving reasons for your answers.
a) Is ? ⊆ ??
b)Is ? ⊆ ??
c) Is ? ⊂ ??
d) Is ? ⊆ ??
e) Is ? ⊆ ??
5) Let ? = {1, 3, 4} and ? = {2, 3, 6}. Use set-roster notation
to write each of the following sets, and indicate the number of
elements in...
Let ?1 ⃗ , ?2 ⃗ , ?3 ⃗ be three vectors from ℝ3 such no two
vectors are parallel, and ?3 ⃗ is not in the plane spanned by ?1 ⃗
and ?2 ⃗ . Prove that {?1 ⃗ , ?2 ⃗ , ?3 ⃗ } forms a basis for
ℝ3
6. Let A = {1, 2, 3, 4} and B = {5, 6, 7}. Let f = {(1, 5),(2,
5),(3, 6),(x, y)} where x ∈ A and y ∈ B are to be determined by
you. (a) In how many ways can you pick x ∈ A and y ∈ B such that f
is not a function? (b) In how many ways can you pick x ∈ A and y ∈
B such that f : A → B...