Assigned: 4/27/98 | Due: 5/1/98 |
Please do the following and answer the questions:
sn = sin(2*pi*u);
where u is the vector obtained from rand.
Look at the 100-bin histogram of the phases and the transformed values. Do they look the same or similar in shape? Submit a plot of the two histograms.
xnew = xold(xold>4);Then find the 30-bin histogram and compare this to the histogram of the Gaussian without the condition. Explain how the condition changes the density function. Submit a plot of the conditional histogram.