13.09.2015 Views

Application Of Neural Network To Technical Analysis Of Stock Market Prediction

Application of Neural Network To Technical Analysis of Stock Market ...

Application of Neural Network To Technical Analysis of Stock Market ...

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

FROM - MON APR 27 09:57:18 1998 Page 1 of 14<br />

<strong>Application</strong> <strong>Of</strong> <strong>Neural</strong> <strong>Network</strong> <strong>To</strong> <strong>Technical</strong><br />

<strong>Analysis</strong> <strong>Of</strong> <strong>Stock</strong> <strong>Market</strong> <strong>Prediction</strong><br />

Hirotaka Mizuno, Michitaka Kosaka, Hiroshi Yajima<br />

Systems Development Laboratory<br />

Hitachi, Ltd.<br />

8-3-45 Nankouhigashi, Suminoe-Ku<br />

Osaka 559-8515<br />

JAPAN<br />

Norihisa Komoda<br />

Department of Information Systems Engineering<br />

Faculty of Engineering, Osaka University<br />

2-1 Yamadaoka, Suita<br />

Osaka 565-0871<br />

JAPAN<br />

Abstract: This paper presents a neural network model for technical analysis of stock market, and its<br />

application to a buying and selling timing prediction system for stock index. When the numbers of<br />

learning samples are uneven among categories, the neural network with normal learning has the<br />

problem that it tries to improve only the prediction accuracy of most dominant category. In this paper,<br />

a learning method is proposed for improving prediction accuracy of other categories, controlling the<br />

numbers of learning samples by using information about the importance of each category.<br />

Experimental simulation using actual price data is carried out to demonstrate the usefulness of the<br />

method.<br />

Keywords: stock market prediction, technical analysis, neural network, learning method<br />

Hirotaka Mizuno received his BE and ME degrees from Osaka University in 1979 and 1981,<br />

respectively. He is currently Senior Research Engineer at Systems Development Laboratory, Hitachi,<br />

Ltd., Osaka. His research interests include pattern processing, and decision support systems. He is a<br />

member of the Information Processing Society of Japan, and of the Institute of Electrical Engineers of<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 2 of 14<br />

Japan.<br />

Michitaka Kosaka received his BE, ME, and Ph.D degrees from Kyoto University in 1975, 1977 and<br />

1984, respectively. He is currently Department Manager of the 1st Research Department at Systems<br />

Development Laboratory, Hitachi, Ltd., Osaka. His main research interest is in large scale system<br />

engineering. He is a member of the Institute of Electrical Engineers of Japan, and of the Society of<br />

Instrument and Control Engineering.<br />

Hiroshi Yajima received his BE, ME, and Ph.D degrees from Kyoto University in 1973, 1975 and<br />

1992, respectively. He is currently Department Manager of Kansai Systems Laboratory at Systems<br />

Development Laboratory, Hitachi, Ltd., Osaka. His research interests include information systems<br />

planning and decision support systems. He is a member of the IEEE, the Information Processing<br />

Society of Japan, and of the Institute of Electrical Engineers of Japan.<br />

Norihisa Komoda received his BE, ME, and Ph.D degrees from Osaka University in 1972, 1974, and<br />

1982, respectively. He is currently Professor at the Department of Information Systems Engineering,<br />

Faculty of Engineering, Osaka University. He stayed at the University of California, Los Angeles, as<br />

a visiting researcher from 1981 to 1982. His research interests include systems engineering and<br />

knowledge information processing. He is a member of the IEEE, the ACM, the Institute of Electrical<br />

Engineers of Japan, and of the Society of Instrument and Control Engineering. He received the<br />

Awards for outstanding paper and the Awards for outstanding technology both from the Society of<br />

Instrument and Control Engineering.<br />

1. Introduction<br />

This paper proposes a neural network model for technical analysis of stock market,<br />

and its learning method for improving the prediction capability. In stock market<br />

prediction, many methods for technical analysis have been developed and are being<br />

used [1]. In technical analysis, technical indexes calculated from price sequence are<br />

used to predict the trend of future price changes. Many statistical methods have been<br />

proposed, but the results are insufficient in prediction accuracy. In this paper, neural<br />

network [2, 3] is applied to technical analysis as a prediction model, and a buying and<br />

selling timing prediction system for TOPIX (<strong>To</strong>kyo <strong>Stock</strong> Exchange Prices Index) is<br />

presented. TOPIX is a weighted average of prices of all stocks listed on the First<br />

Section of <strong>To</strong>kyo <strong>Stock</strong> Exchange.<br />

Several neural network models have already been developed for market prediction.<br />

Some are applied to predicting future price or rate of changes [4], and some are<br />

applied to recognizing certain price patterns that are characteristic of future price<br />

changes [5]. In these models, however, little is considered about the learning method<br />

of neural network. In case the numbers of learning samples are uneven among<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 3 of 14<br />

categories, neural network models with normal learning try to improve only the<br />

prediction accuracy of the most dominant category which might be less important than<br />

others.<br />

This paper proposes a learning method that contributes to improving prediction<br />

accuracy of the other categories, which are more important. In the method, the<br />

numbers of learning samples are controlled by using information about the importance<br />

of each category. Experimental simulation using actual TOPIX price data is carried<br />

out to demonstrate the usefulness of the proposed method.<br />

2. TOPIX <strong>Prediction</strong> System<br />

The overview of the proposed buying and selling timing prediction system for TOPIX<br />

is shown in Figure 1. The prediction system classifies the input pattern that consists of<br />

several technical indexes of TOPIX, and generates a buying or selling timing signal<br />

for notifying users [6]. As shown in the Figure, the system consists of a neural<br />

network, a preprocessing unit, and a postprocessing unit. The preprocessing unit<br />

normalizes each technical index into an analog value in 0 to 1 to form an input pattern<br />

into the neural network. Then the network recognizes the turning point of the TOPIX<br />

price curve from the input pattern. Finally, the postprocessing unit converts the result<br />

of recognition into a buying and selling timing signal.<br />

3. <strong>Neural</strong> <strong>Network</strong> Model<br />

3.1 <strong>Network</strong> Architecture<br />

Figure 1. Overview of TOPIX <strong>Prediction</strong> System<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 4 of 14<br />

As shown in Figure 1, the neural network as prediction model is a hierarchical<br />

network that consists of three layers: the input layer, the hidden layer, and the output<br />

layer. Each unit in the network is connected to all units in the adjacent layers. Each<br />

unit receives outputs of the units in the lower layer and calculates the weighted sum to<br />

determine total input. Then the output is determined by applying the logistic function<br />

[7] to the total input. As a result, the output ranges in 0 to 1.<br />

3.2 Input Data Selection<br />

Data items to form the input pattern to the system are technical indexes of TOPIX.<br />

Typical technical indexes are:<br />

Moving averag<br />

This is an average of the prices over certain past period, and developed for<br />

allowing users to understand the trend without everyday fluctuation. There are<br />

several variations according to the period: 6, 10, 25, 75, 100, 150, and 200 days.<br />

The direction and position of moving average curve are used for predicting the<br />

price change.<br />

Deviation of price from moving average<br />

This index is used for checking whether the price on each day is too high or too<br />

low if compared with the expected price.<br />

Psychological line<br />

This index is calculated by dividing the number of days of price ups by certain<br />

past period. This is used for predicting the price change from the rhythm of ups<br />

and downs.<br />

Relative strength index<br />

This index is similar to the psychological line, and is calculated by dividing the<br />

sum of price ups by the sum of price ups and downs over certain past period.<br />

Each of these indexes is normalized into 0 to 1 to form an input pattern to the neural<br />

network model.<br />

3.3 Output Data Definition<br />

In the neural network model, the output layer has three units. As output patterns of the<br />

network, we define three patterns as shown in Table 1. Each corresponds to specific<br />

TOPIX curve patterns: buying signal (i.e. current price is at bottom), selling signal<br />

(i.e. current price is at top), and no-change (i.e. otherwise), respectively. Bottoms and<br />

tops in the price curve are closely related to buying and selling timings. When<br />

teaching the neural network model, each correct output pattern of learning sample is<br />

calculated from three TOPIX data as described in Table 1: current price, price at five<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 5 of 14<br />

weeks before, and price at five weeks later.<br />

Table1 : Relation between TOPIX Curve and Correct Output Pattern of<br />

<strong>Neural</strong> <strong>Network</strong><br />

Figure 2 shows an example of computer generated correct buying and selling signals<br />

on the TOPIX graph. Buying and selling signals are designated by black circles and<br />

white triangles, respectively. These correct signals are calculated from three TOPIX<br />

data (i.e. current price, price at five weeks before, and price at five weeks later) as<br />

described in Table 1, and are not recognized by human experts. However, an expert<br />

analyst comments that these correct signals are almost satisfactory as long as the<br />

investment period is supposed to be of three months.<br />

Figure 2. Example of Computer Generated Correct Outputs<br />

Because the output of the units in the output layer ranges in analog of 0 to 1 in a<br />

neural network, an actual output pattern may not match with any of the three patterns.<br />

In this case, the postprocessing unit converts the analog value to 0 or 1 by using two<br />

thresholds. In the experimental simulation further described , 0.4 and 0.6 are used as<br />

thresholds. When the output is beneath 0.4, then 0 is selected. In the same way, when<br />

the output is more than 0.6, then 1 is selected. If the output is between 0.4 and 0.6, or<br />

if the converted pattern still does not match any of the three categories, the system<br />

notifies that prediction has failed.<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 6 of 14<br />

4.<br />

Figure 3. Equalized Learning Procedure<br />

Equalized Learning Method<br />

In the prediction system, a learning method is developed for improving prediction<br />

accuracy. As earlier described , the neural network model tries to generate one of<br />

three output patterns for classification.<br />

Learning of the network is done using the back- propagation algorithm [7]. The<br />

learning strategy in this algorithm is to modify the weights of connections between<br />

units towards decreasing the total sum of prediction errors. However, in case that the<br />

deviation of the numbers of learning samples is large among output pattern categories,<br />

the following problem arises: the neural network will have the tendency of trying to<br />

improve only the prediction accuracy of the most dominant category. As a result, the<br />

prediction system generates less buying and selling timing signals than expected. This<br />

is because little is considered about the difference of importance among categories.<br />

We must teach the neural network that we expect it to generate buying and selling<br />

timing signals, and that generating no buying signal or no selling signal makes no<br />

sense.<br />

<strong>To</strong> overcome this problem, we propose the "equalized learning method" [8] as shown<br />

in Figure 3. Before learning samples are fed to the neural network, histogram<br />

calculation step and sample duplication step are inserted. Equalized learning is carried<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 7 of 14<br />

out in the following way:<br />

1. Histogram calculation<br />

Histogram is calculated by counting the learning samples in each category.<br />

2. Sample duplication<br />

By using information about the importance of categories and the histogram,<br />

learning samples in each category are duplicated to modify the histogram<br />

3. Shuffling new samples<br />

4. Feeding to the neural network<br />

In the sample duplication step, the more important the category is, the larger the<br />

coefficient of duplication assigned. In the TOPIX prediction system, learning samples<br />

of buying signal and selling signal are less in spite of the fact that these two categories<br />

are more important than the no-change category. Therefore, the coefficients of<br />

duplication are set to higher values of these categories. However, it is difficult to<br />

decide these values for each category, though it is possible to decide their order. In the<br />

prediction system, the coefficients are set so that the histogram becomes nearly flat.<br />

Consequently the prediction system begins to generate more buying and selling<br />

signals at proper timings.<br />

5. Experimental Simulation<br />

5.1 Data and Method<br />

<strong>To</strong> verify the accuracy of the prediction system, we have carried out an experimental<br />

simulation applied to actual weekly TOPIX data. Figure 4 shows the test data. As<br />

shown in the Figure, 260 weekly data from September 1982 to August 1987 (five<br />

years) have been used as learning samples for making prediction models. Following<br />

119 weekly data from October 1987 to January 1990 (two years) are used as<br />

prediction samples for evaluation. For both samples, correct output patterns are<br />

calculated according to the definition described in Table 1.<br />

Eleven technical indexes of TOPIX are selected to form input patterns into the system<br />

as listed in Table 2. These indexes are selected by a human expert analyst. Each of<br />

these has been commonly used and believed useful in technical analysis.<br />

Table 2. <strong>Technical</strong> Indexes <strong>To</strong> Form Input Pattern<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 8 of 14<br />

Table 3 shows the details of the computer generated correct output patterns of the test<br />

data. As for the learning samples, ratios of the samples in three categories (i.e. selling<br />

signal, buying signal, and no-change) are 16 %, 15 %, and 69 %, respectively. As for<br />

prediction samples, ratios of samples are 26 %, 24 %, and 50 %, respectively. In both<br />

samples, the samples in no-change category are extremely larger than those in the<br />

other two categories. This suggests that a neural network with normal learning method<br />

may always generate no-change category as its output pattern.<br />

Table 3. Details of Correct Output Patterns in theTest Data<br />

Figure 4 also shows that both the learning period and the simulation period have an<br />

increasing trend on the whole. This suggests possible difficulty in predicting selling<br />

timings because of the lack of efficient learning samples for selling signals.<br />

Figure 4. Test Data for Experimental Simulation (TOPIX Weekly Data)<br />

For comparison of prediction performance, three prediction models are applied:<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 9 of 14<br />

1. neural network model with the proposed equalized learning<br />

coefficients of duplicating learning samples: 10, 2, and 11<br />

11 units in input layer, 10 units in hidden layer, and 3 units in output layer<br />

coefficients for updating weights: 0.1 and 0.9<br />

5,000 iterations<br />

thresholds for postprocessing: 0.4 and 0.6<br />

2. neural network model with normal learning<br />

same parameters as the above model except no duplication of learning samples<br />

20,000 iterations<br />

3. statistical model based on discriminant analysis [9, 10]<br />

two models are used: one for classifying whether buying signal or not, and one<br />

for classifying whether selling signal or not<br />

Mahalanobis' generalized distance is used as distance measure<br />

5.2 Result of <strong>Prediction</strong><br />

Tables 4, 5, and 6 show the results of learning and prediction by the three prediction<br />

models. Table 7 summarizes these results.<br />

Table 4. <strong>Prediction</strong> Result by <strong>Neural</strong> <strong>Network</strong> Model with Equalized Learning<br />

Table 5. <strong>Prediction</strong> Result by <strong>Neural</strong> <strong>Network</strong> Model with Normal Learning<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 10 of 14<br />

Table 6. <strong>Prediction</strong> Result by Statistical Model<br />

Table 7. Performance Comparison of <strong>Prediction</strong><br />

As shown in Table 5, the neural network model with normal learning has learned the<br />

learning samples in no-change category completely. <strong>To</strong>tal ratio of correctness for<br />

learning is 97 % and is sufficient. However, as for learning selling signal samples, the<br />

ratio of correctness is 83 % (35/42), lower than the total one. That means that the<br />

network learns mainly the samples in no-change category, which is most dominant of<br />

the three categories. As for prediction, though the ratio of correctness for predicting<br />

no-change is 83 % (49/59), the ratios for predicting buying signals and selling signals<br />

are 66 % (19/29) and 16 % (5/31), i.e. much lower. It can be understood that not<br />

enough learning has been carried out for the learning samples in these two latter<br />

categories.<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 11 of 14<br />

On the other hand, as shown in Table 4, though the neural network model with the<br />

equalized learning method learned the learning samples in no-change category for 88<br />

% (157/178), it learned the selling signals and the buying signals in 98 % (41/42) and<br />

100 % (40/40). These exceed the performance of neural network model with normal<br />

learning by 15 % and 2 %, respectively. This indicates that learning was carried out<br />

equally over the three categories. As for prediction, though the ratio of correctness for<br />

predicting no-change is 66 % (39/59) and lower than the normal learning model, the<br />

ratio of correctness for predicting selling signals is 45 % (14/31), which exceeds the<br />

normal learning model by 29 %. The ratio of correctness for predicting buying signals<br />

is 76 % (22/29) and exceeds the normal learning model by 10 %. The total ratio of<br />

correctness is 63 % and there is no significant difference if compared with the normal<br />

model. Assuming that the improvement of prediction accuracy for selling and buying<br />

signals is more important to users, these results demonstrate that the proposed neural<br />

network model shows higher performance of prediction than the normal neural<br />

network model does. However, since the prediction accuracy for selling signals is still<br />

low, further analysis is necessary to improve this.<br />

As shown in Table 6, the performance of the statistical model is much lower than that<br />

of the normal neural network model in every aspect except for the prediction accuracy<br />

for selling signals.<br />

In Figure 5 (a), the buying and selling timing signals generated by the prediction<br />

system are plotted. Comparison with the computer generated correct signals in Figure<br />

5 (b) shows that the signals by the system are similar to the correct ones on the whole.<br />

An expert analysis comments that the signals by the system are almost satisfactory<br />

except that proper signals do not appear in some situations. This means the selling<br />

timing signals by the system are still less satisfactory than expected.<br />

Figure 5. Comparison of Buying and Selling Signals<br />

5.3 Result of Buying and Selling Simulation<br />

<strong>To</strong> verify the usefulness of the proposed prediction system, buying and selling were<br />

simulated. For comparison of performance reason, two other cases of simulation have<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 12 of 14<br />

also been carried out using a single technical index: psychological line, and relative<br />

strength index (RSI) as listed in Table 8. These indexes have been used everyday in<br />

stock market analysis. Buying and selling strategy in each case is also shown in the<br />

Table. One more case of buy-and-hold strategy was also taken as a basis. In buy-andhold,<br />

buying is done once at the beginning of the simulation and selling is done at the<br />

end of it, that means no active buying and selling. <strong>Prediction</strong> systems are required to<br />

achieve higher performance than this strategy's.<br />

Table 8. Simulation Models and Buying-and-Selling Strategies<br />

As a measure of performance, rate of profit is used, calculated as follows:<br />

at buying situations:<br />

at selling situations:<br />

The simulation results are summarized in Table 9. From these results, an expert<br />

analyst will make the following comments:<br />

Table 9. Performance Comparison of Buying-and-Selling Simulation<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 13 of 14<br />

Buying situations:<br />

Before converting in yearly profit rate, the proposed neural network model<br />

scored highest performance (1.51). On the other hand, in yearly profit rate,<br />

psychological line and RSI showed better performances. That means the neural<br />

network model does not generate proper buying and selling signals at the best<br />

timings. However, since it exceeds the performance achieved by the buy-andhold<br />

strategy, the timings of signals by the proposed neural network model are<br />

proved to be useful on the whole.<br />

Selling situations:<br />

Rate of profit must be higher than one if the selling timing signals are<br />

appropriate. How-ever, the performance achieved by the proposed neural<br />

network model is 0.99 and slightly under one. That means the model does not<br />

generate appropriate selling signals. However, if comparing the result with other<br />

cases (0.84 and 0.90), the neural network model minimized the loss. In this<br />

sense, the proposed model is relatively the best of the three cases.<br />

Overall:<br />

On the whole, although the neural network model did not make the higher profit<br />

in buying situations than in other cases, it made the highest in selling situations<br />

in the sense of a minimum loss. Consequently, its overall performance (1.20) was<br />

greater than that achieved by single use of the technical index (0.94, 1.05).<br />

However, it was still slightly lower than that of buy-and-hold strategy (1.21).<br />

This might be because the trend of price change is increasing throughout the<br />

learning and prediction period in this simulation.<br />

6. Conclusion<br />

This paper proposed a neural network model for the technical analysis of stock market<br />

prediction, and its application to the buying and selling timing prediction system for<br />

TOPIX. So far, little has been considered about the learning method of neural<br />

network. In case the numbers of learning samples are uneven among categories, neural<br />

network models with normal learning try to improve only the prediction accuracy of<br />

the most dominant category that may be less important than others. This paper<br />

proposed a learning method that contributed to improving prediction accuracy of<br />

other, more important categories. In the method, the numbers of learning samples are<br />

controlled by using information about the importance of each category. Experimental<br />

simulation applied to practical data has demonstrated that the prediction system<br />

generates buying and selling signals at more proper timings on the whole, and made<br />

higher profit compared with that yielded by a single use of each technical index. As<br />

future work, we have to study several problems which will help improve the model.<br />

First, we have to study what makes it difficult for the system to generate selling<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001


FROM - MON APR 27 09:57:18 1998 Page 14 of 14<br />

signals at appropriate timings. Second, on analyzing the network, it is necessary to<br />

know the effectiveness of each technical index used as input.<br />

REFERENCES<br />

1. PRING, M.J., <strong>Technical</strong> <strong>Analysis</strong> Explained, MCGRAW-HILL, 1985.<br />

2. BENARD, W., DAVID, E.R. and MICHAEL, A.L., <strong>Neural</strong> <strong>Network</strong>s:<br />

<strong>Application</strong>s in Industry, Business and Science, COMMUNICATIONS OF<br />

THE ACM, Vol. 37, No. 3, 1994, pp. 313-333.<br />

3. WASSERMAN, P.D., <strong>Neural</strong> Computing: Theory and Practice, VAN<br />

NOSTRAND REINHOLD, 1989.<br />

4. KIMOTO, T., ASAKAWA, K., YODA, M. and TAKEOKA, M., <strong>Stock</strong> <strong>Market</strong><br />

<strong>Prediction</strong> System with Modular <strong>Neural</strong> <strong>Network</strong>s, Proceedings of the 1990<br />

International Joint Conference on <strong>Neural</strong> <strong>Network</strong>s, 1990, pp. 1/1-1/6.<br />

5. KAMOJO, K. and TANIGAWA, T., <strong>Stock</strong> Price Pattern Recognition - A<br />

Recurrent <strong>Neural</strong> <strong>Network</strong> Approach, Proceedings of the 1990 International<br />

Joint Conference on <strong>Neural</strong> <strong>Network</strong>s, 1990, pp. 1/215-1/221.<br />

6. KOSAKA, M., MIZUNO, H., SASAKI, T., SOMEYA, R. and HAMADA, N.,<br />

<strong>Application</strong>s of Fuzzy Logic/<strong>Neural</strong> <strong>Network</strong> to Securities Trading Decision<br />

Support System, Proceedings of the 1991 IEEE International Conference on<br />

Systems, Man, and Cybernetics (SMC '91), 1991, pp. 1913-1918.<br />

7. RUMELHART, D.E., HINTON, G.E. and WILLIAMS, R.J., Learning Internal<br />

Representation by Error Propagation, in D.E. Rumelhart et al [Eds.] Parallel<br />

Distributed Processing , MIT PRESS, 1986, pp. 1/318-1/362.<br />

8. MIZUNO, H., KOSAKA, M. and YAJIMA, H., <strong>Stock</strong> <strong>Market</strong> <strong>Prediction</strong><br />

System Based On <strong>Technical</strong> <strong>Analysis</strong> of <strong>Stock</strong> Index Using <strong>Neural</strong> <strong>Network</strong>,<br />

Proceedings of the 15th IMACS World Congress on Scientific Computation,<br />

Modelling and Applied Mathematics (IMACS '97), 1997, pp. 4/49-4/54.<br />

9. BOLCH, B.W. and HUANG, C.J., Multivariate Statistical Methods for<br />

Business and Economics, PRENTICE-HALL, 1974.<br />

10. LACHENBRUCH, P.A., Discriminant <strong>Analysis</strong>, HAFNER, 1975.<br />

http://www.ici.ro/ici/revista/sic98_2/art03.html 7/12/2001

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!