Question

In: Math

Suppose W is a standard beta random variable with parameters α=4 and β = 4 which...

Suppose W is a standard beta random variable with parameters α=4 and β = 4 which means W has expected value 4/8 and standard deviation 1/6 Suppose X is a normal random variable with mean 9 and standard deviation 8. Answer the following using R code:
a) Calculate the 61st percentile of the distribution of X

b) Calculate the 98th percentile of the distribution of W.

c) What is the expected value of the random variable -8W - 15?

d) What is the standard deviation of the random variable -8W - 15?

e) What is the standard deviation of the random variable ((x-5)/4)+1?

f) If X and W are independent then what is the variance of 6X - 5W + 5?

g) Copy your R script for the above into the text box here.

Solutions

Expert Solution

All R script is shown in bold.

a) Calculate the 61st percentile of the distribution of X

qnorm(0.61,9,8)

The answer is 11.23455

b) Calculate the 98th percentile of the distribution of W.

qbeta(0.98,4,4)

The answer is 0.8272883

c) What is the expected value of the random variable -8W - 15?

alpha = 4
beta = 4
mean.w = alpha / (alpha + beta)
-8 * mean.w - 15

The answer is -19

d) What is the standard deviation of the random variable -8W - 15?

Var(-8W - 15) = (-8)2 Var(W) + Var(-15) = 64 Var(W)

Standard deviation of -8W - 15 = = 8 sd(w)

sd.w = 1/6
8 * sd.w

The answer is 1.333333

e) What is the standard deviation of the random variable ((x-5)/4)+1?

Var(((x-5)/4)+1) = Var(x -5)/42 + Var(1) = [Var(x) + Var(-5)]/16 = Var(x)/16

standard deviation of the random variable ((x-5)/4)+1 =

sd.x = 8
sd.x / 4

The answer is 2

f) If X and W are independent then what is the variance of 6X - 5W + 5

Var(6X - 5W + 5) = 62 Var(X) + (-5)2 Var(W) + Var(5) = 36 Var(X) + 25 Var(W)

sd.w = 1/6
sd.x = 8
36 * sd.x^2 + 25 * sd.w^2

The answer is 2304.694


Related Solutions

If a random variable Xhas the gamma distributionwith α= 2and β = 1, (a) What is...
If a random variable Xhas the gamma distributionwith α= 2and β = 1, (a) What is the probability density functionf(x)? (b) find P(1.8 < X< 2.4). (c) What isE(X) and Var(X)? (d) Put α= 1and β = 2.What isthe probability density functionf(x). (e) What is the name of the distributionin (d)?
Suppose X follows a Gamma distribution with parameters α, β, and the following density function f(x)=...
Suppose X follows a Gamma distribution with parameters α, β, and the following density function f(x)= [x^(α−1)e^(−x/ β)]/ Γ(α)β^α . Find α and β so that E(X)= Var(X)=1. Also find the median for the random variable, X.
Suppose that ?!,···, ?" form a random sample from the beta distribution with parameters ? and...
Suppose that ?!,···, ?" form a random sample from the beta distribution with parameters ? and ?. Find the moments estimators for ? and ?. NOTE: Please make the solution as well detailed as possible especially the making of ? and ? the subject of formular respectively
1. Homework 4 Due: 2/28 Let X1,...,Xn i.i.d. Gamma(α,β) with α > 0, β > 0...
1. Homework 4 Due: 2/28 Let X1,...,Xn i.i.d. Gamma(α,β) with α > 0, β > 0 (a) Assume both α and β are unknown, find their momthod of moment estimators: αˆMOM and βˆMOM. (b) Assume α is known and β is unknown, find the maximum likelihood estimation for β. 2.
The lifetime of an electronic component has a Weibull distribution with parameters α​=0.60 and β​=2. Compute...
The lifetime of an electronic component has a Weibull distribution with parameters α​=0.60 and β​=2. Compute the probability the component fails before the expiration of a 4 year warranty. The maximum flood​ levels, in millions of cubic feet per​ second, for a particular U.S. river have a Weibull distribution with α=5/3 and β=3/2. Find the probability that the maximum flood level for next year will exceed 0.7 million cubic feet per second.
Suppose that the random variable X is normally distributed with standard deviation  sigma =4.  If the probability that...
Suppose that the random variable X is normally distributed with standard deviation  sigma =4.  If the probability that X  between 20 and the mean  mu is  0.3944, (a) Find mu . (b) What value of X is such that only %33 of the values are above it? (c) If a sample of size 16 is taken at random from the above distribution, what is the probability that it has an average greater than 26?
Suppose Y is a normal random variable with mean 20 and standard deviation 4. A scientist...
Suppose Y is a normal random variable with mean 20 and standard deviation 4. A scientist observes the value for Y and uses it to construct a cube of dimensions |Y| * |Y| * |Y|. (1) Find the expected surface area of the cube. (2) Find the expected volume of the cube. (3) Using computational software, approximate the probability that the volume is more than 5 times greater than the area.
4. Suppose that the random variable Y~U(0,θ). a. Use a transformation technique to show that W=Y/...
4. Suppose that the random variable Y~U(0,θ). a. Use a transformation technique to show that W=Y/ θ is a pivotal quantity. b. Use a. to find a 95% confidence interval for θ. c. The time Clark walks into his Stats class is U(0,θ), where 0 represents 4:55pm, and time is measured in minutes after 4:55. If he shows up at 5:59 on a given day, use c. to find a 95% confidence interval for θ. Use two decimal places. Interpret...
Let X1,...,Xn be Beta-distributed with α unkown and β = 3. Find the Method of Moments...
Let X1,...,Xn be Beta-distributed with α unkown and β = 3. Find the Method of Moments estimator of α.
Suppose X is a Gamma random variable with shape parameter α and scale parameter θ >...
Suppose X is a Gamma random variable with shape parameter α and scale parameter θ > 0, i.e., the pdf is given as, f(x|α, θ) = 1 Γ(α)θ α x α−1 e −x/θ , 0 < x < ∞, (1) where α > 0, θ > 0 and Γ(a) = Z ∞ 0 x a−1 e −x dx. HINT: see section 3.2 of the textbook. (a) What is the support of X? That is, X = ? (b) Show that...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT