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]


55

3>i + >

This is expressed as a summation (similar to least-squares) m which the values for and d misi be found.

where f and d =y„-, + j„+,. Summing the detrended values and pves 1 c = 6338.4 and Jcd = 9282 2, resulting in a 1 464. The value for a is substituted mto the intermediate equation and solved for the frequency tO:

cos ¹ = .732 « = 42.9

The period is 360/i2.9 = 8 4 calendar quarters The last step in solviig the equatron for a single frequency is to wnie the normal equations;

cosOK+1» cos CM sin CM = 2 J(,COS wf 2] * cos CM+* 2 sinffii = JV tot



and solve fur a and b. where ( = 1. 40. and ( = -tZ 9 the other soluiions. a computer program is best for finding the sums (usmg detrended data) necessan to sohe the equations The sums arc

a cosm sin / cos y, cos

sin- ,&

Then, a and b can be found by substituting in the fullowing equations.

SCOT

sin cos cos sin V J,, cos OK - 6 V cos OK sin OK

The results « = - 603 and b = 1.81 give the single-frequency cune as

>,=-6(Hcos-i2.9/+l 831 sin 42 1/ Taking f = 1 to be 1 67 and / - <i8 to be 19" \ and adding back the trend, the resulting periodic cune is shown m Figure 8-8

The single-frequency curve shown in Figure 8-b matches seven out ol the eight peaks in copper; howe\4-r. it is not much more than could have been done using the Ehrlich

FIGURE 8-8 Copper prices I963-I979: smgle-frequency copper cycle manually scaled to approximate amplitude.

Cjcle Finder mentioned in a previous section. A single-frequency curve can be created simply by identifjing the mosl dominant peaks, averaging the distance (period), and applying the single-frequency formula

Two-Frequency TrigonomeU-ic Regression

The combination of more than one set of sine and cosine waves of varjing amplitudes and frequencies will create a better fit than a single-frequency solution. This is analogous to the use of a second-order (curvilinear) solution instead of the first-order linear. The equation for the two-frequency cycle is



find the results of this complex wave, apply the same techniques used in the singlefrequency approach to the detrended copper data. The algebra for solving ttiis problem is an expanded form of the previous solution, and the use of a computer is a requirement. The programs necessary to solve this one appear in Appendix 4. The frequencies 0), and 0). are found by solving the quadratic equation:

2 - , :-(1 + /2)-0

where x = cos co, using the standard formula-.

g, ± vai + 8(1 + /2) 4

The same least-squares method as before cat! be used, derived from the getieral form:

cc, (jb + +2) + «2 +1 = >-„ - 1 + >-„ + The least-squares equations for Finding ai and a. are:

a, + tt; v cd = 03

a, cd + «2 rf =

where =y„ +y„ + z, = * i, andp =y„ , +>„ + These equations can be solved for a, and tt; using:

Theti, oil and (oi are calculated from the two solutions :, anda:; of the quadratic equation. The next step is to solve the normal equations to find the amplitudes «i, fr„ « , and .

a, cos (Alt + fri cos (oi( sin toi( + «2 cos tof cos tor

+2 X * - Y.y



[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]