Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

PERGAMON Omega, Int. J. Mgmt. Sci.

27 (1999) 373±380

Research Note
Predicting mutual fund performance using arti®cial neural
networks
D.C. Indro a, *, C.X. Jiang a, B.E. Patuwo b, G.P. Zhang c
a
Department of Finance, Kent State University, Kent, OH 44242, USA
b
Department of Administrative Sciences, Kent State University, Kent, OH 44242, USA
c
Department of Decision Sciences, Georgia State University, Atlanta, GA 30303, USA

Received 1 June 1997; accepted 1 August 1998

Abstract

This study utilizes an arti®cial neural network (ANN) approach to predict the performance of equity mutual
funds that follow value, blend and growth investment styles. Using a multi-layer perceptron model and GRG2
nonlinear optimizer, fund-speci®c historical operating characteristics were used to forecast mutual funds' risk-
adjusted return. Results show that ANN generates better forecasting results than linear models for funds of all
styles. In addition, our model outperforms that of Chiang et al. [Chiang WC, Urban TL, Baldridge GW. A neural
network approach to mutual fund net asset value forecasting. Omega Int J Manage Sci 1996:24;205±215.] in
predicting the performance of growth funds. We also employed a heuristic approach of variable selection via neural
networks and compared it with the stepwise selection method of linear regression. Results are encouraging in that
the reduced ANN models still outperform the linear models for growth and blend funds and yield similar results for
value funds. # 1999 Elsevier Science Ltd. All rights reserved.

Keywords: Forecasting; GRG2; Mutual fund performance; Neural networks

1. Introduction Instead, as John Brennan, president of the Vanguard


Group, says, ``People seem to have their foot to the
The record high US$29.39 billion of money in¯ow accelerator looking for maximum returns'' [8].
to mutual funds in January 1997, which beat the Existing studies found con¯icting evidence concern-
record US$28.9 billion monthly in¯ow set in January ing the persistence and predictability of mutual fund
1996 [28], is a testimony to their popularity as vehicles performance [2, 4, 10, 14, 15, 17, 25]. Because these stu-
of long-term investment, either through the company dies utilize linear models as the primary tools, they
pension plans, 401(k), or individual retirement may not be able to capture complexity in the data.
accounts. With a stake this high, predicting mutual Moreover, although economic environment a€ects the
fund performance is an important issue. Although past fund managers' performance, macroeconomic variables
performance does not guarantee future results, the are beyond their control. Given an economic environ-
high returns earned by diversi®ed US stock funds over ment, fund managers must therefore focus their atten-
the past two years did not make investors nervous. tion on fund-speci®c characteristics that drive
performance. From an investor's perspective, consider-
ing that about 75±80% of professional money man-
* Corresponding author. Tel.: +1-330-672-2426; fax: +1- agers do not beat the market index [8, 12], prediction
330-672-2448; e-mail: dindro@bsa3.kent.edu. of mutual fund performance based on information

0305-0483/99/$ - see front matter # 1999 Elsevier Science Ltd. All rights reserved.
PII: S 0 3 0 5 - 0 4 8 3 ( 9 8 ) 0 0 0 4 8 - 6
374 D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380

about fund characteristics that can help him/her pick ness of neural network approach, relative to linear
winning funds is extremely valuable. models, to forecast mutual fund performance. The
The current study addresses this issue by utilizing an neural network approach outperforms linear models
arti®cial neural network approach. It examines which for growth and blend funds but is not necessarily su-
fund-speci®c characteristics are important performance perior to linear models for forecasting the performance
predictors, taking as given the environment in which of value funds.
the fund operates. The research approach followed This paper is organized as follows. Section 2 pro-
here can be considered as an extension of Ref. [5], vides a brief description of the neural network
however, di€ers from that of Ref. [5] on several approach used for prediction purposes. Section 3
counts. First, unlike Ref. [5] that forecasts the fund's describes the mutual fund database as well as the pre-
net-asset value (NAV), this study attempts to predict dictive model used in this study. In addition, mutual
mutual fund performance, i.e. the fund's percentage fund operating characteristics and performance, vari-
total return, at the end of the year. A fund's total able selection criteria as well as the evaluation of the
return is computed each month as the change in neural network model performance are discussed.
monthly NAV plus the reinvestment of all income and Section 4 provides concluding remarks.
capital gains distributions during that month, and
divided by the NAV at the beginning of the month.
The monthly total returns are then compounded to 2. Arti®cial neural networks for nonlinear function
calculate the total return at the end of the year. Since mappings
an investor is concerned with a fund's performance,
return is a more direct measure of performance than Arti®cial neural networks (ANNs), originally devel-
NAV. Second, since this study is intended to help oped to mimic biological neural networks, the human
investors identify which fund-speci®c characteristics brain particularly, are composed of a number of inter-
drive mutual fund performance, it concentrates on the connected simple processing elements called neurons or
use of fund-speci®c characteristics, rather than macroe- nodes. Each node receives an input signal from other
conomic variables, to predict mutual fund perform- nodes or external inputs and then after processing the
ance. Third, the database used in this study is di€erent signals locally through a transfer function, it outputs a
from that of Ref. [5]. The Morningstar Mutual Funds transformed signal to other nodes or ®nal outputs.
On-Disc database provides numerous fund-speci®c ANNs are characterized by the network architecture,
operating characteristics, performance as well as invest- that is, the number of layers, the number of nodes in
ment styles. Instead of treating all mutual funds as a each layer and how the nodes are connected. In a pop-
homogeneous group, we work with mutual fund of ular form, multi-layer perceptron (MLP), all nodes
three distinct investment styles: value, blend and and layers are arranged in a feed-forward manner. The
growth. Value funds seek to invest in undervalued ®rst or the lowest layer is an input layer where external
stocks, while growth funds invest in stocks that are information is received. The last or the highest layer is
deemed to have good earnings growth potentials. A an output layer where the network produces the model
blend fund mixes the value and growth styles. In con- solution. In between, there are one or more hidden
trast, Ref. [5] uses investment objectives (growth, layers which are critical for ANNs to identify the com-
growth and income, balanced, etc.) to classify mutual plex patterns in the data. All nodes in adjacent layers
funds. Fourth, the computational methodology are connected by acyclic arcs from a lower layer to a
adopted here di€ers from that used in Ref. [5]. Instead higher layer. A multi-layer perceptron with one hidden
of using the back-propagation method, this study uti- layer and one output node is the most commonly used
lizes a general-purpose nonlinear optimizer, GRG2 [24], ANN structure for many real applications, and will be
which was recently proposed [22, 34] to train neural used in this study.
networks. Fifth, this study also employs a neural net- Before an ANN can be used to perform any func-
work backward-elimination procedure [21] to obtain a tional mapping, it must be trained to do so. Network
parsimonious model for each of the three investment training is an unconstrained nonlinear minimization
styles. problem [22]. The most popular algorithm for training
Similar to Ref. [5], the neural network forecasting is the well-known back-propagation [31] which is basi-
results in this study are compared to those of linear cally a gradient steepest descent method with constant
models by using several error performance measures. step size, although more advanced optimization
Although many studies have shown the superiority of methods have been used for training neural
neural network approach relative to discriminant networks [1, 6, 29]. Hung and Denton [22] and
analysis, linear and nonlinear regression models as well Subramanian and Hung [34] have proposed the use of
as other analytical techniques [9, 16, 27, 32, 33, 35, 36], a general-purpose nonlinear optimizer, GRG2 [24], in
this study ®nds mixed evidence regarding the e€ective- training neural networks. The bene®ts of GRG2 have
D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380 375

been reported in the literature for many classi®cation plete set of operating characteristics that are necessary
problems [26, 30, 34]. This study uses a GRG2 based to construct the predictive model. The variables of
system to train neural networks. interest, as described below, are:
Neural networks are powerful forecasting tools
which can perform complex function mapping. Unlike X1 = The fund's ®ve-year annualized % return
linear regression analysis which is limited to the linear (RETURN), measured as of the end of each year
function mappings, neural networks are able to dis- for 1993±1995.
cover complex nonlinear relationships in the data. The X2 = TURNOVER of the fund's portfolio,
issue remaining is whether neural networks can provide measured as the smaller of the fund's purchases or
accurate estimates or a good approximation to the sales (excluding all securities with maturity less than
underlying function. This is resolved by the pioneering
one year) divided by its average monthly assets.
work in neural network research [7, 13, 18±20] which
X3 = Price±earnings (P/E) ratio, measured by the
shows that a feed-forward neural network with only
one hidden layer can approximate any continuous weighted average ratio of the price-earnings per
function with arbitrarily desired accuracy given enough share of the stocks in a fund's portfolio.
hidden nodes used. X4 = Price±book (P/B) ratio, measured by the
The very limited success in forecasting mutual fund weighted average ratio of the price±book value per
performance with linear speci®cation, as well as the share of the stocks in a fund's portfolio.
promising results of ANN application to ®nancial X5 = Median market capitalization (MCAP),
data, motivate us to compare and contrast the predict- measured by the median market capitalization value
ability of each type of model on mutual fund perform- (share price multiplied by the number of shares out-
ance. Because a neural network approach does not standing, in million dollars) of the stocks in a
require a prespeci®ed functional form and is more ¯ex- fund's portfolio.
ible than linear models, forecasting mutual fund per- X6 = Percentage of cash (%CASH), measured by
formance with a neural network approach may the value of cash and cash-equivalent holdings in
generate better results.
proportion to other assets in a fund's portfolio.
X7 = Percentage of stock (%STOCK), measured
by the value of stock holding in proportion to other
3. Mutual fund data and predictive model assets in a fund's portfolio.

3.1. Sample selection and variable de®nition These explanatory variables are then used to predict
the mutual fund performance, which is measured by
This study utilizes the Morningstar Mutual Funds the fund's risk-adjusted % return known as Jensen's
On-Disc database over a three-year time period, 1993± ALPHA [23]2 and is computed as:
1995. The CD-ROM database, which was started in ALPHAjt ˆ Rjt ÿ Rft ÿ bjt ‰Rmt ÿ Rft Š …1†
1992, contains end-of-the-year fund-speci®c infor-
mation which allows us to identify a fund's investment where Rjt is the fund's (unadjusted) annual return in
style, risk and return statistics, as well as other operat- year t, Rft is the annual return of the 90-day Treasury
ing characteristics1. bills in year t, bjt is the fund's average systematic risk
Among all the equity mutual funds, three investment over the last three years and Rmt is the annual return
styles are examined: value, blend and growth. To be on the S&P 500 index in year t. A fund's performance
included in the sample, each fund must have a com- is considered superior if its ALPHA is positive.
When an individual is considering investing in a
1 mutual fund, he/she can only have access to the fund's
Brown et al. [3] show that predictability of funds may be
operating characteristics at the beginning of the period.
increased due to the exclusion of failed funds. The data set
from Morningstar is certainly not free of survivorship bias. Thus, the 1994 ALPHA and 1993 explanatory vari-
However, since the emphasis of the current study is to com- ables of each fund are used in the training set. The test
pare the predictability of neural network with linear models, set employs the 1995 ALPHA and 1994 explanatory
the comparison is justi®ed as long as the impact of bias is variables. A total of 438 (559) equity mutual funds
similar on both types of models. with complete operating characteristics are used in the
2
An alternative to Jensen's ALPHA is an ALPHA from a
training (test) set3. In the training set, there are 152
multi-index model (see [11] for a fuller discussion).
3
The di€erence in the number of funds in the training and value, 181 blend and 105 growth funds. The number of
test sets is due to the presence of new funds that did not exist value, blend and growth funds in the test set is 206,
in the training sample set. 211 and 142, respectively.
376 D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380

Table 1
Summary statistics

Variables Mean Standard deviation Maximum Minimum

(A) Value
RETURN (%) 10.14 3.82 26.59 ÿ6.71
TURNOVER (%) 56.84 44.89 265.00 2.00
P/E 17.28 3.25 34.13 5.88
P/B 2.37 0.44 3.80 0.43
MCAP (in US$million) 5079.17 4220.98 28585.00 16.00
% CASH 8.83 9.22 73.00 ÿ10.60
% STOCK 75.89 25.65 103.50 0.00
ALPHA (%) 4.01 4.94 28.54 ÿ19.25

(B) Blend
RETURN (%) 10.25 3.58 28.24 ÿ6.70
TURNOVER (%) 68.46 41.13 47.50 0.00
P/E 21.16 3.66 47.66 14.38
P/B 3.49 0.58 5.48 1.88
MCAP (in US$million) 8217.94 6139.24 38803.00 202.00
% CASH 7.49 9.60 100.00 ÿ10.60
% STOCK 83.42 19.19 110.60 0.00
ALPHA (%) 1.43 4.34 25.11 ÿ10.40

(C) Growth
RETURN (%) 12.57 6.50 28.30 ÿ19.73
TURNOVER (%) 97.08 112.02 969.00 0.00
P/E 28.99 5.97 53.43 19.00
P/B 5.00 4.20 10.97 2.34
MCAP (in US$million) 4599.98 6529.65 40078.00 209.00
% CASH 8.45 8.81 60.00 ÿ4.80
% STOCK 87.18 16.44 102.80 0.40
ALPHA (%) 3.44 7.23 22.64 ÿ24.51

3.2. Mutual fund operating characteristics and than that of the value funds, blend funds' ALPHA is
performance approximately 2.5% lower than the ALPHA of value
funds. This result implies that blend funds look more
Summary statistics pertaining to each investment like growth than value funds in terms of risk.
style are shown in Table 1. Over the sample period,
value (blend) funds produced the highest (lowest) risk- 3.3. Comparisons of ANN and linear models for
adjusted performance, on average, as indicated by predicting mutual fund performance
ALPHA. Note that the (unadjusted) ®ve-year annual-
To assess the relative performance of the ANN
ized return of the growth funds is higher than that of
approach4 and linear models, four summary error
the value funds. The (unadjusted) ®ve-year annualized measures: mean error (ME), mean absolute deviation
return of blend funds is, on average, slightly higher (MAD), standard deviation of the error (STDEV) and
the mean absolute percentage error (MAPE) are com-
puted. The last, MAPE, allows comparability with
4
The neural networks employed in this study are feed-for- Ref. [5]. Both ME and MAD are measures of unbia-
ward networks with one hidden layer. There are seven input sedness of the predictions. MAD, a modi®ed mean
nodes corresponding to the number of independent variables error measure, rules out the possibility that large errors
and there is one output node corresponding to the dependent
of opposite signs could cancel out in a ME measure.
variable. The optimal architecture for each style (the number
of hidden nodes) is chosen such that the sum of squared error STDEV gauges the eciency of the estimates, that is,
(SSE) in the test set is minimized. A network with 12 hidden how widely the forecast errors are dispersed. The dis-
nodes is chosen for value funds. Similarly, networks with 9 tinctive feature of MAPE is that the error terms are
and 10 hidden nodes are chosen for blend and growth, re- standardized to facilitate comparisons across variables
spectively. with di€erent scales.
D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380 377

Table 2
Comparisons of `error' measurement: ANN versus linear models

Error measure ANN Linear model ANN Linear model

Training (N = 152) Testing (N = 206)

(A) Value
ME 0.01 0.00 ÿ 0.56 ÿ0.49
MAD 2.04 2.27 2.39 2.35
STDEV 1.58 1.75 2.13 2.16
MAPE 2.28 2.54 2.12 2.09

Training (N = 181) Testing (N = 211)

(B) Blend
ME 0.00 0.00 ÿ 0.26 ÿ0.16
MAD 1.53 1.63 1.60 1.60
STDEV 1.35 1.54 1.44 1.49
MAPE 1.09 1.16 1.38 1.51

Training (N = 105) Testing (N = 142)

(C) Growth
ME 0.01 0.00 2.60 4.04
MAD 2.53 2.78 4.30 4.91
STDEV 2.20 2.40 3.68 3.92
MAPE 5.11 5.63 4.88 5.56

Table 2 provides a performance comparison between ANN also outperforms linear model for blend and
the ANN and linear regressions for the three styles. growth funds. However, ANN and the linear model
For the three training data sets, neural network predic- provide virtually similar results for value funds.
tions are better than those of the linear regressions, Second, ANN generates higher forecast errors for
regardless of the error measures used. However, look- growth funds (the most aggressive funds) than the less
ing at the test data, the results are mixed. For value aggressive funds in Ref. [5]. Similarly, our forecasting
funds, the ME values for the neural network are worse results indicate that ANN generates greater forecast
than those of the linear model while the MAD, errors for growth funds than those for value and blend
STDEV and MAPE measures indicate that ANN funds. Third, in terms of the magnitude of MAPE,
results are roughly the same as those of the linear Ref. [5] generates forecast errors of 10.56%, while our
model with ANN being slightly worse. For blend results show much smaller forecasting errors (4.88%)
funds, the ME of ANN is almost twice as large as the for growth funds.
ME of the linear model. However, the other three The di€erence in these results may be attributed to
error measures (MAD, STDEV and MAPE) all show three factors. First, our study uses a data set that is
that ANN models outperform the linear models. For di€erent from that used in Ref. [5]. Second, the back-
growth funds, neural networks are clearly better than propagation method was used in Ref. [5], while our
the linear model by all four measures. Note also that study uses the GRG2 approach. Third, our study uses
in all three styles, the STDEV for neural networks is fund-speci®c operating characteristics to forecast
smaller than that of linear models. This indicates that mutual fund performance, while Ref. [5] uses general
for a given sample size, neural network predictions are macroeconomic variables to forecast the funds' net
relatively more ecient than those of linear models. asset value (NAV). Even though the fund's NAV is
In general, our forecasting results con®rm the ®nd- a€ected by general macroeconomic variables, the per-
ings in Ref. [5] that ANN outperforms linear models. formance of a particular mutual fund relative to the
Speci®cally, using the MAPE measure, a comparison market will be more directly a€ected by how the fund
between our Table 2 (testing set) and Table 3 in is managed. That is, a fund's operating characteristics:
Ref. [5] reveals the following observations. First, with the stock selection strategy, the intensity to trade
the exception of bond fund, Ref. [5] shows that ANN stocks in the portfolio, and the relative degree of
outperforms the linear model. Our Table 2 shows that defensiveness, will signi®cantly in¯uence its operating
378 D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380

Table 3
Comparisons of reduced models

Error measure NNR LRR1 LRR2 NNR LRR1 LRR2

Training (N = 152) Testing (N = 206)

(A) Value, NNR = {X1, X3, X4}; LRR1 = {X1, X3, X4, X5, X7}; LRR2 = {X1, X3, X4}
ME 0.00 0.00 0.00 ÿ0.71 ÿ 0.48 ÿ0.50
MAD 2.29 2.28 2.41 2.23 2.30 2.15
STDEV 1.73 1.76 1.81 2.03 2.19 2.09
MAPE 2.56 2.95 2.83 2.01 2.17 2.03

Training (N = 181) Testing (N = 211)

(B) Blend, NNR = {X1, X7}; LRR1 = {X1, X5, X6, X7}; LRR2 = {X1, X7}
ME 0.00 0.00 0.00 ÿ0.21 ÿ 0.48 ÿ0.32
MAD 1.61 1.63 1.72 1.57 1.55 1.55
STDEV 1.55 1.55 1.57 1.44 1.51 1.46
MAPE 1.15 1.37 1.34 1.05 1.27 1.12

Training (N = 105) Testing (N = 142)

(C) Growth, NNR = {X1, X3, X4}; LRR1 = {X2, X3, X5}; LRR2 = {X1, X3, X4}
ME 0.00 0.00 0.00 3.74 5.11 4.31
MAD 2.67 2.87 2.90 4.42 5.71 4.76
STDEV 2.70 2.40 2.84 5.12 4.23 3.97
MAPE 5.41 5.81 5.87 5.02 6.48 5.41

performance. From that perspective, it is not surprising signi®cance testing. In this paper, a variable is elimi-
that our forecasting results have smaller forecast errors nated if its corresponding F-ratio is much lower than
than those of Ref. [5]. the F-ratios of the other variables. Although there is
no guarantee that the best subset of variables will be
chosen, this backward elimination procedure provides
3.4. Variable selection and comparisons of reduced a good heuristic approach for variable selection. It is
models interesting to note that the backward elimination pro-
cedure generates a set of variables for value and
Since Ref. [5] does not address parsimonious model- growth funds which are generally consistent with the
ing issue, our forecasting results in this section are not ®nance literature (P/E and P/B). However, because
directly comparable to those of Ref. [5]. However, as blend funds are a mixture of value and growth funds,
in all modeling exercises, parsimony is an important the e€ects of P/E and P/B inherent in value and
issue. We ®rst discuss variable selection and then com- growth funds may cancel out.
pare the forecasting results of the reduced models
(ANN versus linear).
We determine the best set of variables to be used in
neural networks for the prediction of ALPHA through 3.5. Forecasting results of reduced models
backward stepwise elimination method. The variable
elimination criterion is based on an F-ratio. The F- Given the reduced set of variables for each style,
ratio has an F-distribution only if the errors are nor- Table 3 compares the relative performance of ANN
mally distributed. There is no reason to believe that and two linear regression models based on di€erent
this assumption holds in neural network models. sets of variables. The NNR results are the neural net-
Therefore, deterministic rules for selecting the cuto€ work results based on the ®nal reduced models. To
point do not exist. On the other hand, the F-ratio sum- generate the reduced linear model LRR1, standard
marizes the contribution of an input variable to the backward elimination procedure in SAS was used to
`goodness-of-®t' of a network. Hence, it seems like a choose the best set of fund-speci®c characteristics for
good measure for comparing the importance of vari- each investment style. The other linear model, LRR2,
ables even though the non-normality of the neural net- uses the same set of fund-speci®c variables generated
work output prevents the use of F-ratio for by the neural networks reduced model.
D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380 379

Comparing the reduced ANN model (NNR) and whether the neural network approach is superior to
LRR1 for the testing set, the following conclusions linear models for predicting mutual fund performance
emerge: (1) for value funds, the ANN approach is in- depends on the style of the fund. Speci®cally, linear
ferior to the linear model in terms of the ME error models are better than the neural network approach
measure. However, the reduced ANN models show for the value funds, but the neural network model out-
better results when comparisons are made on MAD, performs the linear models in forecasting the perform-
STDEV and MAPE; (2) for blend funds, NNR outper- ance of growth and blend funds.
forms the linear model in terms of the ME, STDEV This study is just a beginning to explore the use of
and MAPE error measures and is slightly worse than nonlinear models, such as the neural networks, to
linear model based on MAD; (3) for growth funds, identify factors that drive mutual fund performance. It
NNR is better than the linear model in terms of the would be interesting to combine the features of both
ME, MAD and MAPE error measures. The only the current and the Chiang et al. [5] to better under-
exception is that STDEV under ANN is larger than stand the performance of fund managers under di€er-
that of LRR1. ent economic environments. Such an approach requires
In order to control for the possible biases in com- the use of macroeconomic variables, employed in
parison due to variable selection, we proceed to com- Ref. [5], as well as fund-speci®c operating character-
pare the performance of ANN and linear models istics, utilized in this study. With longer time-series,
which include the same set of variables used in ANN one can examine performance persistence under di€er-
(LRR2). The results based on comparisons of NNR ent economic conditions. More interestingly, such a
and LRR2 are consistent with that of NNR and study will help answer how a fund manager alters his/
LRR1 with one exception, i.e. for value funds, MAD her fund-speci®c operating characteristics in response
of LRR2 turns out to be smaller. Overall, the results to changing economic environment in order to gener-
in Table 3 suggest that the ANN approach is not uni- ate performance persistence (either good or bad).
versally superior to linear models for predicting mutual
fund performance. The ANN approach is superior to
linear models considered here for growth and blend
funds, but not for value funds. Acknowledgements
In general, the forecasting results from the parsimo-
nious ANN model con®rm the ®ndings that ANN out- Preliminary results of this paper were presented at
performs linear models. Note, however, that relative to the Spring 1996 National Meeting of the INFORMS
the full ANN model, the reduced ANN model pro- in Washington, D.C. We are grateful to Michael Y.
duces better forecasting results for value and blend Hu, three anonymous referees and the editor, George
funds (based on three of the four error measures), but Mitchell, for comments and suggestions. Any errors
not for growth funds. are our sole responsibility.

4. Conclusion
References
This study utilized an ANN approach and GRG2
general nonlinear optimizer to forecast the perform- [1] Battiti R. First- and second-order methods for learning:
between steepest descent and Newton's method. Neural
ance of three di€erent investment styles typically fol-
Comput 1992;4:141±66.
lowed by equity mutual funds. Speci®cally, the [2] Brown SJ, Goetzmann WN. Performance persistence. J
investment styles examined are value, blend and Finance 1995;50:679±98.
growth. The neural networks employed here are feed- [3] Brown SJ, Goetzmann WN, Ibbotson RG, Ross SA.
forward networks with one hidden layer, seven input Survivorship bias in performance studies. Rev Finan
nodes corresponding to the number of independent Stud 1992;5:553±80.
variables and one output node corresponding to the [4] Carhart MM. On persistence in mutual fund perform-
dependent variable. In addition, backward elimination ance. J Finance 1997;52:57±82.
procedure was used to obtain a parsimonious model. [5] Chiang WC, Urban TL, Baldridge GW. A neural net-
Morningstar Mutual Funds On-Disc database over work approach to mutual fund net asset value forecast-
ing. Omega, Int J Manage Sci 1996;24:205±15.
the 1993±1995 period was used to identify a fund's
[6] Cottrell M, Girard B, Girard Y, Mangeas M, Muller C.
operating characteristics and historical performance. Neural modeling for time series: a statistical stepwise
The neural networks forecast results were then com- method for weight elimination. IEEE Trans Neural
pared to those generated by linear models by using Networks 1995;6:1355±64.
alternative error performance measures that capture [7] Cybenko G. Approximation by superpositions of sigmoi-
unbiasedness and eciency. The results suggest that dal function. Math Control Signals Syst 1989;2:303±14.
380 D.C. Indro et al. / Omega, Int. J. Mgmt. Sci. 27 (1999) 373±380

[8] Damato K. Mutual-fund craze leaves investors ¯ush. [24] Lasdon LS, Waren AD. GRG2 user's guide. School of
Wall Street J 1997;January 9:R1 and R3. Business Administration, University of Texas at Austin,
[9] Dutta S, Shekhr S. Bond rating: a non-conservative ap- 1986.
plication of neural networks. Proc IEEE Int Conf Neural [25] Lehman BN, Modest D. Mutual fund performance
Networks 1988;2:443±50. evaluation: a comparison of benchmarks and a bench-
[10] Elton EJ, Gruber MJ, Das S, Blake CR. The persistence mark of comparisons. J Finance 1987;21:233±65.
of risk-adjusted mutual fund performance. J Business [26] Lenard MJ, Alam P, Madey GR. The application of
1996;69:133±57. neural networks and a qualitative response model to the
[11] Elton EJ, Gruber MJ, Das S, Hlavka M. Eciency with auditor's going concern uncertainty decision. Decision
costly information: a reinterpretation of evidence from Sci 1995;26:209±26.
managed portfolios. Rev Finan Stud 1993;6:1±22. [27] Lu CN, Wu HT, Vemuri S. Neural network based on
[12] Fierman J. The coming investor revolt. Fortune short term load forecasting. IEEE Trans Power Syst
1994;0:66±76. 1993;8:242±336.
[13] Funahashi K. On the approximate realization of continu- [28] McGough R. Mutual funds rake in a record US$29.39
ous mappings by neural networks. Neural Networks billion. Wall Street J C 1997;1:C23.
1989;2:183±92. [29] Parker DB. Optimal algorithm for adaptive networks:
[14] Goetzmann WN, Ibbotson RG. Do winners repeat?. J second order back propagation and second order
Hebbian learning. Proc IEEE Int Conf Neural Networks
Portfolio Manage 1994;20:9±18.
1987;2:593±600.
[15] Grinblatt M, Titman S. Performance persistence in
[30] Patuwo BE, Hu MY, Hung MS. Two-group classi®-
mutual funds. J Finance 1992;47:1977±84.
cation using neural networks. Decision Sci 1993;24:825±
[16] Hargrave BC, Wilson RL, Walstrom KA. Predicting
45.
graduate student success: a comparison of neural net-
[31] Rumelhart DE, Hinton GE, Williams RJ. Learning in-
works and traditional techniques. Comput Oper Res
ternal representation by error propagation. In:
1994;21:249±63.
Rumelhart DE, McClelan JL, PDP Research Group, edi-
[17] Hendricks D, Patel J, Zeckhauser R. Hot hands in
tors. Parallel distributed processing: explorations in the
mutual funds: short-run persistence of relative perform- microstructure of cognition, vol. 1. Cambridge, MA:
ance. J Finance 1993;48:93±130. MIT Press, 1986:318±62.
[18] Hornik K. Approximation capabilities of multiplier feed- [32] Salchenkerger LM, Cinar EM, Lash NA. Neural net-
forward networks. Neural Networks 1991;4:251±7. works: a new tool for predicting thrift failures. Decision
[19] Hornik K. Some new results on neural network approxi- Sci 1992;23:899±916.
mation. Neural Networks 1993;6:1069±72. [33] Smith AE. X-bar and R control chart interpretation
[20] Hornik K, Stinchcombe M, White H. Multilayer feedfor- using neural network computing. Int J Product Res
ward networks are universal approximators. Neural 1994;32:309±20.
Networks 1989;2:359±66. [34] Subramanian V, Hung MS. A GRG2-based system for
[21] Hu MY, Hung M, Shanker M, Chen H. Using neural training neural networks: design and computational ex-
networks to predict the performance of Sino-foreign joint perience. ORSA J Comput 1993;5:386±94.
ventures. Int J Comput Intell Org 1996;2:134±43. [35] Tam KY. Neural network models and the prediction of
[22] Hung MS, Denton JW. Training neural networks with bank bankruptcy. Omega Int J Manage Sci 1991;19:429±
the GRG2 nonlinear optimizer. Eur J Oper Res 45.
1993;69:83±91. [36] Tam KY, Kang MY. Managerial applications of neural
[23] Jensen M. The performance of mutual funds in the networks: the use of bank failure predictions. Manage
period 1945±1964. J Finance 1968;23:389±416. Sci 1992;38:926±47.

You might also like