Question

One of the most important functions is called the standard normal curve. it is defined 2T I. Plot a graph of this curve from

0 0
Add a comment Improve this question Transcribed image text
Answer #1

We use R for all the exercises that follow:

1.

I will paste the R code along with the explanation and the output:

Code:

> curve(1/(sqrt(2*pi))*exp(-(x^2)/2),from=-10,to=10,ylab="PDF of standard normal distribution")

Explanation:

The curve() function is used to plot a curve in R, and takes as the first argument the function which needs to be plotted. "from" and "to" arguments specify the x-values between which the graph will be plotted. "ylab" is used to label the y-axis.

Output:

PDF of standard normal distribution 0.0 0.1 0.2 0.3 0.4

2.

Code (with explanation and output)

> #First we generate a sequence of values between 0 and 1 and with step of 0.01. We will get a vector of 101 values.
> x=seq(from=0,to=1,by=0.01)
> #Then we evaluate the value of f(x) at each of these x-values.
> y=1/(sqrt(2*pi))*exp(-(x^2)/2)
> #Then we find the sum of these y-values and subtract half of the first and last y-value.
> z=sum(y)-(y[1]/2)-(y[101]/2)
> #Then we multiply the value obtained by 0.01 to get the answer
> Answer=0.01*z
> #We then round the value to four decimal places
> Ans=round(Answer,digits=4)
> print(Ans)
[1] 0.3413

Thus, we obtain 0.3413 as the answer.

3.

By looking at the graph, we observe that it is symmetric about zero.

Thus, the area under the curve lying between, x=-1 and x=0 is equal to the area under the curve lying between x=0 and x=1. Now, since the are under the curve corresponds to probability, we get :
P(-1 \le Z \le 0) = P(0 \le Z \le 1)

Similarly,

Area to the left of zero is equal to the right of zero.

Thus,

P(Z \le 0) = P(Z \ge 0)

But Z has a probability distribution. Thus,

\begin{align*} P(Z \le 0) + P(Z \ge 0) &= 1 \\ \Rightarrow P(Z \le 0) + P(Z \le 0) &=1 \\ \Rightarrow \ \ \ \ \ \ \ \ \ \ \ \ 2*P(Z \le 0) &= 1 \\ \Rightarrow \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ P(Z \le 0) &= 0.5 \end{align*}

For any queries, feel free to comment and ask.

If the solution was helpful to you, don't forget to upvote it by clicking on the 'thumbs up' button.

Add a comment
Know the answer?
Add Answer to:
One of the most important functions is called the standard normal curve. it is defined 2T...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Objective The usual procedure for evaluating a definite integral is to find the antiderivative of the...

    Objective The usual procedure for evaluating a definite integral is to find the antiderivative of the integrand and apply the Fundamental Theorem of Calculus. However, if an antiderivative of the integrand cannot be found, then we must settle for a numerical approximation of the integral. The objective of this project is to illustrate the Trapezoidal Rule and Simpson's Rule. Description To get started, read the section 8.6 in the text. In this project we will illustrate and compare Riemann sum,...

  • Use the Normal Tables to find the area under the standard normal curve that fits each...

    Use the Normal Tables to find the area under the standard normal curve that fits each description. P (z < 2.16) P (z > 1.15) P (z ≤-1.92) P (1.30 <z< 2.65) 60% of all thingamabob and doohickeys. Suppose we randomly select 20 thingamabobs. What is the probability that exactly 12 are doohickeys? As before 60% of all thingamabobs are doohickeys. Suppose we randomly select 20 thingamabobs. The mean number of doohickeys would be 12 with a standard deviation of...

  • 1. For a normal curve whose mean is 5 with a standard deviation of 1.1 find...

    1. For a normal curve whose mean is 5 with a standard deviation of 1.1 find the x-value with 73% of the data to the left of it. 5 %.67 b) 0.61 C) 0.73 d) answer not here 2. The marks on a statistic test are normally distributed with a mean of 62 and a standard deviation of 15. If the instructor wishes to assign B's or higher to the top 30% of the students in the class, what mark...

  • Please show the work ! Find the value of Z for the standard normal distribution such...

    Please show the work ! Find the value of Z for the standard normal distribution such that the area a) in the left tail is 0.1000 b) between 0 and Z is 0.2291 and Z is positive c) in the right tail is 0.0500 d) between 0 and Z is 0.3571 and Z is negative 1) 2) Find the following binomial probabilities using the normal approximation a) n- 70, p-0.30, P(x-18) b) n-200, p 0.70, P(133 x S 145) c)...

  • . In probability theory, the Normal Distribution (sometimes called a Gaussian Distribution or Bell Curve) is a very common continuous probability distribution. Normal distributions are important...

    . In probability theory, the Normal Distribution (sometimes called a Gaussian Distribution or Bell Curve) is a very common continuous probability distribution. Normal distributions are important in statistics and are often used in the natural and social sciences to represent real-valued random variables whose distributions are not known. Describing the normal distribution using a mathematical function is called a probability distribution function (PDF) which is given here: H The mean of the distribution ơ-The standard deviation f(x)--e 2σ We can...

  • Mth 229, Calculus Computer Laboratbi The length of a curve defined by the graph of fx) from x-a to x b is givell U definite integral +dx shown below. Find the length of the sine curve from 0 to 2...

    Mth 229, Calculus Computer Laboratbi The length of a curve defined by the graph of fx) from x-a to x b is givell U definite integral +dx shown below. Find the length of the sine curve from 0 to 2π as we can see that 7.44 is a Using the sum of the lengths of the selected sides of the upper bound for this of the selected sides of the three triangles Using the lengths lower bound for this arc...

  • 1) Find the area under the standard normal curve to the right of z= -0.62. Round...

    1) Find the area under the standard normal curve to the right of z= -0.62. Round your answer to four decimal places. 2) Find the following probability for the standard normal distribution. Round your answer to four decimal places. P( z < - 1.85) = 3) Obtain the following probability for the standard normal distribution. P(z<-5.43)= 4) Use a table, calculator, or computer to find the specified area under a standard normal curve. Round your answers to 4 decimal places....

  • We can now use the Standard Normal Distribution Table to find the probability P(-0.25 sz s...

    We can now use the Standard Normal Distribution Table to find the probability P(-0.25 sz s 1). 0.05 0.06 0.07 0.08 0.09 -0.2 0.4013 0.3974 0.3936 0.3897 0.3859 0.00 0.01 0.02 0.03 0.04 Using these 1.0 0.8413 0.8438 0.8461 0.8485 0.8531 The table entry for z = -0.25 is 0.00 and the table entry for z = 1 is values to calculate the probability gives the following result. PC-0.25 sz s 1) P(Z < 1) - P(Z 5 -0.25) 10....

  • Consider a normal distribution with mean 25 and standard deviation 5. What is the probability a...

    Consider a normal distribution with mean 25 and standard deviation 5. What is the probability a value selected at random from this distribution is greater than 25? (Round your answer to two decimal places.) Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 14.9; σ = 3.5 P(10 ≤ x ≤ 26) = Need Help? Read It Assume that x has a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT