For n = 20, simulate a random sample of size n from N(μ,22), where μ = 1. Note that we just use μ = 1 to generate the random sample. In the problem below, μ is an unknown parameter. Plot in different figures: (a) the likelihood function of μ, (b) the log likelihood function of μ. Mark in both plots the maximum likelihood estimate of μ from the generated random sample.
For generating the random sample of given sample size(n=20) the R commands are as follows:
> sample=rnorm(20,mean=1,sd=22)
> sample
[1] -47.6948966 -6.6970829 22.2942976 -28.8633283 4.6385454
-18.5010092
[7] -4.0632007 4.2480641 10.2491721 0.3968407 -51.0694055
6.5430808
[13] -14.5223233 3.1107569 6.5110824 10.4715205 -3.7742037
-12.0635958
[19] 26.5542630 -50.2837780
> plot(sample)
the output are attached below:

For n = 20, simulate a random sample of size n from N(μ,22), where μ =...
R codeing simulation
For n = 20, simulate a random
sample of size n from N(µ, 2 2 ), where µ = 1. Note that we just
use µ = 1 to generate the random sample. In the problem below, µ is
an unknown parameter. Plot in different figures: (a) the likelihood
function of µ, (b) the log likelihood function of µ. Mark in both
plots the maximum likelihood estimate of µ from the generated
random sample
(2) For n-20,...
Problem 2. Consider a random sample of size n from a two-parameter distribution with parameter 0 unknown and parameter η known. The population density function is (xi - T) (a) Find the likelihood function simplifying it as much as possible. Likelihood
Simulate n values of an exponential random variable X with parameter λ (of your choice), and compute the sample mean i, sample median m, sample standard deviation s. Plot these quantities as functions of n (on three separate plots). Do x, m, and s converge to any limit values, as n-oo? What are those values and how are they related? Estimate the variance of both x and m for a particular value of n, such as n 100 (by generating,...
Let X1, X2,... X,n be a random sample of size n from a distribution with probability density function obtain the maximum likelihood estimator of λ, λ. Calculate an estimate using this maximum likelihood estimator when 1 0.10, r2 0.20, 0.30, x 0.70.
Using R programming language, supply the code for: Generate a random sample of size 10, 000 from gamma distribution with scale parameter equal to 1 and shape parameter equal to 2, and form it into a 1000 x 10 matrix. Use the apply() function on this matrix to compute the means of the 1000 rows. Note that the resulting vector comprises the mean of 1000 random samples of size 10 from the above distribution. Examine the distribution of the sample...
Let X1,.....,Xn be a random sample from N(μ,σ2), and both μ and σ2 are unknown, with -∞<μ<∞ and σ2 > 0. a. Develop a likelihood ratio test for H0: μ <= μ0 vs. H1: μ > μ0 b. Develop a likelihood ratio test for H0: μ >= μ0 vs. H1: μ < μ0
Let X1,.....,Xn be a random sample from N(μ,σ2), and both μ and σ2 are unknown, with -∞<μ<∞ and σ2 > 0. a. Develop a likelihood ratio test for H0: μ <= μ0 vs. H1: μ > μ0 b. Develop a likelihood ratio test for H0: μ >= μ0 vs. H1: μ < μ0
20. Problem 2: (12 points) Let X1, ..., Xn represent a random sample of size n from a Rayleigh distribution with parameter 0 and p.d.f. f(0,0) = - , (a) Sow that this is a valid p.d.f. [2] (b) Derive the c.d.f of X. [2] (c) Use the c.d.f of X to obtain the median value of X and interpret it. [2] (d) Find the maximum likelihood estimate of 0. [3] (e) You are now given a random sample of...
Let X1,.....,Xn be a random sample from N(μ,σ2). If μ is unknown but σ2 is known, develop a likelihood ratio test for H0: μ >= μ0 vs. H1: μ < μ0
QUESTION 2 Let Xi.. Xn be a random sample from a N (μ, σ 2) distribution, and let S2 and Š-n--S2 be two estimators of σ2. Given: E (S2) σ 2 and V (S2) - ya-X)2 n-l -σ (a) Determine: E S2): (l) V (S2); and (il) MSE (S) (b) Which of s2 and S2 has a larger mean square error? (c) Suppose thatnis an estimator of e based on a random sample of size n. Another equivalent definition of...