Purchase Solution

Time Series Analysis and Random Processes

Not what you're looking for?

Ask Custom Question

Question 1:
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.

Question 2:
Simulate a completely random process of length 48 with independent, t-distributed values each with 5 degrees of freedom. Construct the time series plot. Does it look "random" and nonnormal? Repeat this exercise several times with a new simulation each time.

Purchase this Solution

Solution Summary

This solution answers questions regarding time series analysis. Completely random processes are simulated with independent, normal values and independent, t-distributed values.

Solution Preview

Please see the attachments.

Solution:
First we are going to simulate random process of length 48 from normal distribution using statistical package R. The command used for this is
a = rnorm(48))
We can plot this time series using the command
plot (a) # This will give the scatter plot
plot.ts(a) # This will give the time series plot
The output ...

Purchase this Solution


Free BrainMass Quizzes
Measures of Central Tendency

This quiz evaluates the students understanding of the measures of central tendency seen in statistics. This quiz is specifically designed to incorporate the measures of central tendency as they relate to psychological research.

Measures of Central Tendency

Tests knowledge of the three main measures of central tendency, including some simple calculation questions.

Terms and Definitions for Statistics

This quiz covers basic terms and definitions of statistics.

Know Your Statistical Concepts

Each question is a choice-summary multiple choice question that presents you with a statistical concept and then 4 numbered statements. You must decide which (if any) of the numbered statements is/are true as they relate to the statistical concept.