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]


13

Table 3-4 shows the relationship using selected values of x. Notice that this relationship is essentially linear due to the small second-order coefficient. It is not necessary to solve both the linear and curvilinear models, because the second-order equation can be used in the linear form when this situation occurs.

Transforming Nonlinear to Linear

Two curves that are often used to forecast prices are logarithmic (power) and exponential relationships (see Figure 3-"). The exponential, curving up, is used to scale price data that become more volatile at higher levels. Each of these forms can be solved with unique equations. however, both can be easily transformed into linear relationships and solved using the method of least squares. This will allow you to fool the computer into solving a nonlinear problem using a linear regression tool.

The significant difference in the transformations is that the value of x is not scaled for the exponential. Taking the original data and performing the appropriate natural log ftmctions. In results in the linear form that can be solved using least squares. Selected results from the computer program in Appendix 2 are shown in Table 3-5.

EVALUATION OF 2-VARIABLE TECHNIQUES

Of the three curve-fitting techniques, the curvilinear and exponential results are very similar, both curving upward and passing through the main cluster of data points at about the same incline. The log spproximation curves downward after passing through the main group of data points at about the same place as the other approximations. To evaluate objectively whether any of the nonlinear methods are a better fit than the linear spproximation. find the standard deviation of the errors, which gives a statiatical measurement of how close the fitted line comes to the original data points. The results show that the curvilinear is best: the logarithmic, which curves downward, is noticeably the worst (see Figure 3-8).

In the case of the corn-soybean relationship, the model with the smallest vanance makes the most sense. Prices will usually remain within the range tested, and the realities of the production-price relationship support the selection of the linear (or curvilinear) values.

The use of regression analjsis for forecasting the price of soybeans alone has a different conclusion. Although 27 years were used, the last 10 showed a noticeable increase in soybean prices. This rising pattem is best fit by, the curvilinear and exponential models. However, forecasts using these formulas show prices continuing to rise at an increasing rate. Had inflation maintained its double-digit rate, these forecasts would atill lead to unrealiatically high prices. The logarithmic model, which leveled off after the rise, tumed out to

FIGURE 3-7 Logarithmic and exponential.

Logarithmic (Power)



urce ?utiibertDaiiiel andFredS lod. Fitting Fijuations to Data nicuter Aualvs 20,21) Eefnntedw

ih tifact.TD..K ;nded..lTewYork J..Li,W,le«&Son

be the best for the actual situation. This shows that the problem of forecasting is more complex than this naive solution. The logarithmic model, which showed the worst statiatical results, provided the best forecast. Major factors that cause significant price shifts, such as interest rates, inflation, and the value of the U.S. dollar, must be monitored carefully. The model must be reestimated whenever these factors change. The section Approximations" will discuss this in more detail.

Direct Relationships

The price at which a maitet trades is limited by the cost of production and dependent upon the prices of other maitets that provide a subatitute product. Arbitrage is based on

FIGURE 3-8 Least-squares approximation for soybeans using linear, curvilinear, logarithmic, and exponential models.

the ability to substitute one product for another after transaction costs, which can include carrjing chaises, shipping, inspection, and commissions. These relationships are carefully monitored and arbitrage opportunities are quickly acted upon by traders. This process keeps futures and cadi prices together and prevents the price of gold in New York London, and Hong Kong from drifting apart any further than the cost of bujinggoldin one location and delivering it to another. For interest rate maitets. strips prevent the large pool of 3-month vehicles, notes, and bonds from offering widely different rdums for the same maturity. The Interbant maitet provides the same stability for foreign exchange maitets, while in agriculture the soybean crush and other processing maiins do not stay outof-line for long. 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]