Question: For a standard normal random variable Z N ( 0 , 1 ) , we denote its: CDF Phi ( z ) = P

For a standard normal random variable Z N (0,1), we denote its:
CDF \Phi (z)= P(Z <= z)= R z
\infty \phi (z)dz at a point z in R, where \phi is the PDF
of the N (0,1) distribution;
Quantile (inverse CDF)\Phi 1(p) at a point p in (0,1).
In other words, if \Phi (z)= p then \Phi 1(p)= z.
For the purposes of this problem sheet, we use the standard normal tables to
evaluate the CDF and its inverse approximately as follows:
To evaluate \Phi (z) at a point z, we find the tabulated input z closest to z and
return \Phi (z);
To evaluate \Phi 1(p) at a point p, we find the tabulated output p=\Phi (z)
closest to p and return z.
If a point falls halfway between two tabulated values, then we may interpolate to
increase accuracy. For example, the tables give \Phi (1.64)=0.9495 and \Phi (1.65)=
0.9505 but not z such that \Phi (z)=0.95, so we may interpolate and use \Phi (1.645)=
0.95 as a better approximation.
You may wish to check your calculations using the pnorm (CDF) and qnorm func-
tions in R or the equivalent functions in another programme. For example, if
X N (1,32), then we compute P(X <=2) by executing pnorm(2,-1,3) in
Rs command window. To see the help page for these functions, execute ?pnorm
or ?qnorm in the command window.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!