Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need some help with this homework question which requires the use of the R program. I have attached a snip of the question and
I need some help with this homework question which requires the use of the R program. I have attached a snip of the question and examples given
I have entered some but in doubt, with the results, I am getting:
Suppose X has a standard normal distribution. The pnorm(), dnorm(), and qnorm() functions should be useful in the following. Remember, if X has a standard normal distribution then E(X) = 0 and Var(X)=1. . 9 a) What is the expected value of 3X+3 ? C] . . 9 b) What Is the variance of 3X+3 ? c) Using R, find the expected value of x5 3 7 d) Using R, calculate the probability X > 0.4) 0.6554217 e) Using R, calculate the probability that 2 -0.3). e) Using R calculate the probability P(-2 -0. 3) ## [1] 0. 6179114 pnorm( - .3, lower . tail=FALSE) #d another way ## [1] 0. 6179114 pnorm( - . 34) -pnorm( -2.00) #e P(-2 0 0Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started