Exercises and Exams Flashcards
Example 4.1 (Linear transformation in one dimension).
Y = aX + b, what is f_Y(y)?
Example 4.6
Consider X,Y~N(0,1) and M = (X+Y)/2 and N+(X-Y)/2 such that (M,N) = g(X,Y). What is the joint distribution and the marginal distributions of M and N?
Example (MLE for discrete uniform).
Bag contains unknown numbered balls.
Select k at random with replacement recording the label.
want to estimate n.
Example (MLE for Simple linear regression).
Y_i = \gamma + \beta x_i + \sigma \varepsilon_i for iid \varepsilon ~N(0,1), with \sigma > 0.
What are MLEs for \gamma, \beta, \sigma.
Example (MLE for Multinormal).
sample n individuals fropm a population of k types and observe n_i indidivudals of type k_i. wush to estimate the proportions of each type.
Example 7.2 (Normal data with known variance and unknown mean).
suppose x_1, …, x_n are modelled by iid N(\mu, \sigma^{2}) with unknown \mu and known \sigma^2. Bias and MSE for estimator for \mu?
is it consistent?
Example 7.3 (Uniformly dist. data with unknown range).
suppose x_1, \dots, x_n are ii.d Uniform (0, \theta) where \theta unknown.
MSE and Bias for estiamtor for theta?
Example 8.1 (Estimation of normal mean when variance is known).
construct confidence interval for mean estiamtor if x_1, …, x_n are iid N(\mu, \sigma^{2}) with \sigma known.
Example 8.2 (Estimation of RH range of uniform dist.)
Suppose x_1, …, x_n are ii.d Uniform (0, \theta). want 100(1-a)% confidenence interval for estiatmor for \theta.
Example 8.3 (Normal estimation of variance)
x_1, …, x_n iid N(\mu, sigma^2) with \mu and \sigma to be estimated.
want confidence interval for \sigma^2.
Example 8.5 (Normal estimation of mean when variance is unknown).
x_1, …, x_n iid N(\mu, \sigma).
interval for \mu.
Example 8.6 (confidence interval for simple linear regression).
Example (confidence interval for the binomial dist.)
Example (multinomial confidence interval).
Example 9.1 (one-sample t-test).