back start next


[start] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [ 177 ] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212]


177

The preceding discussion shows thai there are some drawbacks in choosing between models on the basis of estimated error variance. Hence some alternative criteria in terms of estimated mean-squared error of prediction have been suggested. These criteria, called Cp, PC, Sp, have been discussed in Section 12.7.



Introduction to Time-Series Analysis

13.1 Introduction

13.2 Two Methods of Time-Series Analysis: Frequency Domain and Time Domain

13.3 Stationary and Nonstationary Time Series

13.4 Some Useful Models for Time Series

13.5 Estimation of AR, MA, and ARMA Models

13.6 The Box-Jenkms Approach

13.7 R Measures in Time-Series Models Summary

Exercises Data Sets

13.1 Introduction

A time series is a sequence of numerical data in which each item is associated with a particular mstant in time. One can quote numerous examples: monthly unemployment, weekly measures of money supply, M, and Mj, daily closing prices of stock indices, and so on. In fact with the current progress in computer



technology we have daily series on interest rates, the hourly "telerate" interest rate index, and stock prices by the minute (or even second). A cartoon in the New Yorker magazine shows a digital display at a bank:

Time: 11.23

Temp: 83

Interest rate: 8.62

An analysis of a single sequence of data is called univariate time-series analysis. An analysis of several sets of data for the same sequence of time periods is called multivariate time-series analysis or, more simply, multiple time-series analysis (e.g., an analysis on the basis of monthly data, the relationships among unemployment, price level, money supply, etc., falls under multiple time-series analysis). The purpose of time-series analysis is to study the dynamics or temporal structure of the data.

For a long time there has been very little communication between econometricians and time-series analysts. Econometricians have emphasized economic theory and a study of contemporaneous relationships. Lagged variables were introduced but not in any systematic way, and no serious attempts were made to study the temporal structure of the data. Theories were imposed on the data even when the temporal structure of the data was not in conformity with the theories. The time-series analysts, on the other hand, did not believe in economic theories and thought that they were better off allowing the data to determine the model. Since the mid-1970s these two approaches-the time-series approach and the econometric approach-have been converging. Econometricians now use some of the basic elements of time-series analysis in checking the specification of their econometric models, and some economic theories have influenced the direction of time series work.

13.2 Two Methods of Time-Series Analysis: Frequency Domain and Time Domain

Time-series analysis can be roughly divided into two types of methods: frequency-domain methods and time-domain methods. In this chapter we discuss time-domain methods only. We shall, however, explain what these two methods are.

In models underlying the frequency-domain analysis, the time series X, is expressed as the sum of independently varying cosine and sine curves with random amplitudes. We thus write X, as

X, = H-i-2lYj cos(27r0 + Zj sin(2-ir )]

where Fs and Zs are uncorrelated random variables with zero expectations and variances (rif), and the summation is over all frequencies. The frequencies fu fl f, , are equally spaced and separated by a small interval /. The



[start] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [ 177 ] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212]