asked 134k views
4 votes
Simulate a completely random process of length 48 with independent, normal values. Plot the time series plot. Does it look "random"? Repeat this exercise several times with a new simulation each time

asked
User Benjen
by
7.4k points

1 Answer

4 votes

Answer:

Yes

Step-by-step explanation:

Go to MS Excel and type in the following formula

=NORMINV(RAND(),0,1)

This will generate a random simulation. here 0 and 1 are mean and standard deviation respectively. Keeping them 0 and 1 implicitly generates an independent normal simulation. Then press F9 to repeat the exercise as many times as u like

answered
User Jsgroove
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.