Abstract

There are various models to predict financial time series like the RMB exchange rate. In this paper, considering the complex characteristics of RMB exchange rate, we build a nonlinear combination model of the autoregressive fractionally integrated moving average (ARFIMA) model, the support vector machine (SVM) model, and the back-propagation neural network (BPNN) model to forecast the RMB exchange rate. The basic idea of the nonlinear combination model (NCM) is to make the prediction more effective by combining different models’ advantages, and the weight of the combination model is determined by a nonlinear weighted mechanism. The RMB exchange rate against US dollar (RMB/USD) and the RMB exchange rate against Euro (RMB/EUR) are used as the empirical examples to evaluate the performance of NCM. The results show that the prediction performance of the nonlinear combination model is better than the single models and the linear combination models, and the nonlinear combination model is suitable for the prediction of the special time series, such as the RMB exchange rate.

1. Introduction

With the persistent development of economic globalization, business contacts among nations get increasingly frequent. As international trade and financial activities are closely related to exchange rate, the status of exchange rate is very prominent. Ding and Ying [1] analyzed the relationship between exchange rate and export trade. The results indicated that changes of exchange rate not only affect the national economic balance but also have an impact on the level of foreign trade, which further influences the economic development of the relevant country. Currently, because China’s economy occupies an important position in the global economy, the Renminbi (RMB) exchange rate has a pivotal position in the stability and development of the world economy. For the past few years, with the propulsion of opening and reforming in China, the value of its currency has determined by the market step by step. Under the floating exchange rate system, the exchange rate volatility shows some characteristics: frequent, intense, and sudden. The RMB exchange rate prediction plays a very important role in policy setting, foreign trade, and investment activity.

Traditionally, the exchange rate prediction methods can be classified into two types: fundamental analysis and technical analysis. The assumption of fundamental analysis is that the changes of the exchange rate are caused by the changes of the purchasing power ratio of the two countries. For instance, Grossmann and Simpson [2] used the improved purchasing power parity (PPP) model to forecast the exchange rate. In recent years, due to the increasingly complicated international economic and financial environment, the basic economic factors which affect exchange rates are changing all the time. Hu [3] suggested that the terms of trade, the national openness, and the level of domestic technology have an impact on the RMB exchange rate. It is difficult to predict the RMB exchange rate by the fundamental analysis. However, as a time series, no matter how exchange rate system changes, there is a stable internal structure in the exchange rate. The assumption of technical analysis is that a nonlinear correlation structure exists in time series. Therefore, using implicit information of time series to make trend analysis is easy to implement, and the exchange rate time series prediction model has a great development. Dai and Xiao [4], Xu and Li [5], and Ma and Xu [6] made a prediction of the exchange rate against US dollar by the autoregressive integrated moving average (ARIMA) model.

Sun and Wu [7], Rong [8], and Xie et al. [9] discovered the nonlinear correlation structure of the RMB exchange rate by the R/S method. Considering the nonlinearity of the RMB exchange rate time series, many scholars studied the nonlinear forecasting methods, and the nonlinear methods become popular gradually. For example, Yang and Wu [10] showed that the support vector machine (SVM) model has the ability of prediction. Kadilar et al. [11], Aladag et al. [12], and Aladag and Marinescu [13] used the neural networks (NN) to forecast exchange rate series. Katijani et al. [14] employed the feed forward neural networks (FNN) to forecast nonlinear time series. Panda and Narasimhan [15] compared the NN model with the autoregressive (AR) model and the random walk (RW) model and proved that nonlinear models are more effective than linear models in forecasting exchange rate time series.

Many studies on predictions indicate that single models cannot fit and analyze the complex characteristics of exchange rate time series effectively [16]. Furthermore, different models have similarities in data mining and analysis; that is to say, there is a correlation among models. In order to improve the forecasting ability, a large number of scholars mixed different forecast models [17]. For instance, Alpaslan et al. [18], Alpaslan and Cagcag [19], and Cagcag Yolcu [20] came up with a hybrid fuzzy approach to analyze time series. Then, Luna et al. [21], Rojas et al. [22], Wong et al. [23], and Zhao and Yang [24] used the fuzzy clustering and artificial neural network (ANN) to solve the problem of time series forecasting. Aladag et al. [25] proposed a new hybrid approach by combining Elman’s recurrent neural networks (ERNN) and ARIMA models to forecast the nonlinear times series like the Canadian Lynx data. Egrioglu et al. [26] constructed a hybrid model of seasonal ARIMA, autoregressive conditional heteroscedasticity (ARCH), and ANN to forecast nonlinear time series. By considering that some time series have the long memory characteristic, Aladag et al. [27] combined the autoregressive fractionally integrated moving average (ARFIMA) models and FNN to forecast the tourism data of Turkey. Valenzuela et al. [28] and Khashei and Bijari [29] proved that the prediction of ARIMA-ANN hybrid model is more accurate than single models.

In this paper, we propose a nonlinear combination model to capture the complex characteristics of RMB exchange rate time series. In general, combination models use different models to forecast linear and nonlinear portions, respectively, and combine their results by linear or nonlinear methods. Because the fitting processes of most of the models are similar, their forecast results have some correlations. So, in view of that there are linear and nonlinear relationships among different models, we use the nonlinear function to combine different models. Our approach, called the nonlinear combination model (NCM), combines the ARFIMA model, the back-propagation neural network (BPNN) model, and the SVM model. The ARFIMA mainly simulates the linear relationship and captures the long memory feature of foreign exchange rate, while the SVM and BPNN seize the nonlinear relationship, and the weights of these models are determined by the nonlinear weighted mechanism. Although many research groups have forecasted exchange rate by various models, the focus of our work is on considering the relationship between different models and combining their forecasting abilities. The nonlinear combination model can reflect the characteristics of the exchange rate and make the forecasting more accurate.

To evaluate the performance of the proposed approach, we use RMB/USD and RMB/EUR as the empirical examples. The results show that the NCM outperforms all component models used alone and the equal weights linear (EWL) model. In addition, our model reveals more robust features with regard to the possible structure changes in the data.

The rest of the paper is organized as follows. Section 2 presents the component models of ARFIMA, SVM, and BPNN briefly. The construction of the nonlinear combination model is described in Section 3. Section 4 presents the experimental results based on the real RMB exchange rate time series. Finally, Section 5 is a summary of implications and conclusions.

2. Individual Forecasting Models Used in the Nonlinear Combination Model

2.1. Autoregressive Fractionally Integrated Moving Average (ARFIMA) Model

The autoregressive fractionally integrated moving average (ARFIMA) model is a linear model introduced by Granger and Joyeux [30] and is widely used to fit and forecast time series. The ARFIMA model is represented as follows [30, 31]:where is the back-shift operator such that ; is a white noise process; ; ; ; is the number of the autoregressive terms; is the number of the fractional differences; and is the number of the lagged forecast errors in the prediction equation.

We obtain the following equation by the binomial expansion:wherewhere is the Gamma function.

When , ARFIMA is a short memory process; when , ARFIMA is a long memory process; when , ARFIMA is a mean reverting process. Some scholars proved that has a certain relationship with the Hurst value [32] asEspecially, when is an integer, the ARFIMA model reduces to ARIMA model. As proposed by Box and Jenkins [33], the ARIMA model is defined as follows:where is the actual value; is the stationary time series by a th integer difference; and are the autoregressive coefficients and residual coefficients, respectively; and is the white noise.

2.2. Support Vector Machine (SVM) Model

The support vector machine (SVM) model is proposed by Vapnik [34]. It is a learning model without parameters. The principal of SVM model is to construct an optimal separating hyperplane to make correct classification of true output value. The SVM model tries to model the learning method of training data as a function as follows: , where is the weight vector, is the nonlinear mapping to a high dimensional feature space, and is bias. The optimal hyperplane function through minimizing the risk by loss function is as follows:where and are the Lagrange multipliers; is the number of support vectors; is the kernel function; and is the ideal bias. Model parameters are chosen by cross validation techniques. The usual kernel function is the radial basis function as follows:

2.3. Back-Propagation Neural Network (BPNN) Model

Back-propagation neural network (BPNN) model is a feedback network introduced by Rumelhart and McClelland [35], and its structure is similar to the neurons of the brain which transmit signals through the synapse. BPNN has an internal structure composed of input layer, hidden layer, and output layer. Each layer contains one or more neurons. Although there is no mutual connection between nodes of the same layer, neurons of adjacent layers can connect through the adjustable weights, and there is no feedback between the neurons. The BPNN model consists of input layer neurons, hidden layer neurons, and output layer neurons. The network structure of BPNN is shown in Figure 1.

When BPNN receives the input signals, it transmits the signals to the hidden layer like the operation process of the human neurons. Then, the BPNN model transmits the signals from the hidden layer to the output layer, and each neuron in the output layer gets the signals of the input layer. In the BPNN model, we train the learning process before predicting. First of all, we set the initial connection weights. Then, in order to reduce the errors between the actual output and the target output, we correct the weights gradually from the output layer to the input layer.

The calculation process of the output data in hidden layer neurons is as follows:where are the input layer data; is the weight from the input layer neuron to the hidden layer neuron ; are the values from the input layer to the hidden layer neuron ; is the node function; and are the operation values of neuron . is often used as sigmoid function as follows:

The calculation process of the output data in output layer neurons is as follows:where are the output layer data and is the weight from the hidden layer neuron to the output layer neuron ; is the output layer conduction function, which usually is expressed as a linear function.

3. Nonlinear Combination Model

3.1. Construction of the Nonlinear Combination Model

How to combine different models is an extensively studied problem in the academic research. Hibon and Evgeniou [36] demonstrated that the prediction ability of the hybrid model was better than a single model. So, Hassan et al. [37] combined the hidden Markov model, ANN, and genetic algorithm to construct a hybrid model for predicting stock index time series. Aladag et al. [38] combined different models by using artificial neural networks to forecast the index of Istanbul stock exchange (IMKB) time series.

The principal of the nonlinear combination forecasting model is to make a certain nonlinear combination of various results from different forecast models. In the forecasting process, we combine the different models by a nonlinear function. The prediction results of nonlinear combination model are as follows:where are the prediction results of model ; and are the means and standard deviations of the sequence of model , respectively; and are the weights of the nonlinear combination model; and is the prediction results of the nonlinear combination model.

3.2. Determination of the Combination Weights

Determining the weights for combination model is a key process in improving the prediction ability. There are various methods to combine different models, and the simplest one is the linear equal weight method. However, the linear equal weight method fails to notice that there are nonlinear relationships among different models. Thus, we propose another weighted mechanism to determine the parameters of the nonlinear function.

Our proposed weighted mechanism determines the corresponding parameters by minimizing the square sum of the errors (SSE) between the actual and estimated values. But the SSE of testing set is unknown in advance; so, we divide time series into training subsets and validation subsets. The size of the validation set is equal to the size of the testing set. The individual forecasting models are then trained on the training set and the nonlinear function parameters are calculated by minimizing the SSE of validation set as

To minimize SSE, the following conditions must be satisfied:where and .

We simplify it and get the following equations:

Then, we calculate the parameters according to the following equations:

3.3. Evaluation Criteria

In order to evaluate the forecasting performance of the nonlinear combination model, we use the mean absolute error (MAE), the root mean square error (RMSE), and the mean absolute percentage error (MAPE). These are defined as follows:where and are the actual value and prediction value, respectively, and is the size of testing set.

MAE, RMSE, and MAPE are the measures of the deviation between actual values and prediction values. The values of these measures are desired to be as less as possible for an efficient forecasting performance.

4. Data and Results

4.1. Data Set

On July 21, 2005, China established a managed floating exchange rate regime based on market demand and supply with reference to a basket of currencies. To test the nonlinear combination model, this study selects the RMB central parity rate against US dollar (RMB/USD) and the RMB central parity rate against Euro (RMB/EUR). Besides, the sample interval is from July 25, 2005, to March 25, 2014. After excluding weekends and holidays, there remains a total of 2101 sample data. The sample data come from the State Administration of Foreign Exchange (http://www.safe.gov.cn/). The time series data are divided into training set, validation set, and testing set according to the ratio of 2001 : 50 : 50.

In order to analyze the characteristics of the RMB exchange rate, we list the time series charts and logarithmic return diagrams of RMB/USD and RMB/EUR in Figures 2 and 3. The logarithmic return is defined as , where and stand for the price and return of the RMB exchange rate, respectively.

4.2. Prediction Results

It is well known that the RMB exchange rate has a stylized fact—the long memory feature (see, e.g., Wang and Xie [39]). Therefore, we first employ the detrended fluctuation analysis (DFA) method, which is proposed by Peng et al. [40] and is widely used to analyze financial markets [39, 41, 42], to quantify the long memory of RMB exchange rate time series.

From Table 1, we find that the Hurst values of RMB/USD and RMB/EUR by the DFA method are 0.5914 and 0.5265, respectively. That is to say, there is a weak long memory feature in RMB exchange rate against US dollar and RMB exchange rate against Euro. So, in this study, we use the ARFIMA model to predict the RMB exchange rate because it can actually capture the long memory of time series. In the ARFIMA model, we can calculate values according to (4), and they are 0.0914 and 0.0265, respectively.

Because the building process of the prediction model of two kinds of the RMB exchange rates is the same, we only take the time series of RMB/USD as an example to build model and estimate parameters for testing the prediction of the nonlinear combination model. Considering that ARFIMA is suitable for stationary sequence and the fitting of nonstationary series makes the spurious regression phenomenon, we transform the nonstationary sequence to stationary. So, we use the EViews 6.0 software to perform the unit root test for testing the stability of the sequence and present the results for RMB/USD in Table 2.

In Table 2, we can find that the ADF value of is −2.5742, which is larger than the critical value under the significance level of 1%; so, is a nonstationary series. In contrast, the ADF values of and are −43.9875 and −35.3466, respectively, which are far smaller than the critical value under the significance level of 1%; so, and are stationary series. Observing the autocorrelation coefficients and partial autocorrelation coefficients of the sequence, we estimate the parameters of the ARFIMA model according to the principle of minimizing AIC value. The ARFIMA model can be simulated by EViews 6.0 and softwares, respectively. We can obtain the forecast results of through the antilog transform of the sequence and denote by the result of the ARFIMA model.

Considering that a month has 20 trading days, we set the cycle of forecast analysis as 20 days. That is to say, we set the node number of input layer as 20 [43]. Since the network with one output layer is sufficient to model most of complex system with the specific accuracy [44] and we want to forecast the price on the next day, we set the node number of output layer as one. BPNN is sensitive to the number of neurons of hidden layer; so, the number of hidden layer nodes in the network has a great correlation with the prediction accuracy. It is well known that choosing the right number of neurons can improve the forecasting ability of BPNN greatly. In this paper, we use the trial and error method to determine the neuron number of hidden layer. Under the condition of the same parameters, we determine the optimal number of neurons in hidden layer based on the large number of repeated experiments with different number of hidden layer neurons.

From Table 3, we can find that when the number of hidden layer neurons is eight, the mean square error of BPNN is the minimum (i.e., 2.3356). Therefore, we set the number of neurons in the hidden layer as eight.

The neural network toolbox and Libsvm toolbox of MATLAB software are utilized in the NCM model. The original data are scaled into the range of when we build the SVM model and BPNN model. Hereby, we denote by the result of the SVM model and denote by the result of the BPNN model.

After forecasting , , and by the models of ARFIMA, SVM, and BPNN, respectively, we combine the different prediction results by the nonlinear weighted mechanism. The comparisons between actual and predicted values for RMB/USD and RMB/EUR by the NCM model are, respectively, shown in Figures 4 and 5. In each figure, we also present the absolute error and the relative error, where the former is defined as the difference between the forecasting value and the actual value and the latter is defined as the ratio between the absolute error and the actual value.

From Figures 4 and 5, we can find that both the absolute error and the relative error fall into a small range, which indicates that the NCM model can capture both the linear and nonlinear features of the RMB exchange rate, and it can describe the RMB exchange rate time series accurately.

In order to compare the performances of different models, we apply ARIMA, ARFIMA, SVM, BPNN, EWL, ARIMA-SVM, ARIMA-ANN, ARFIMA-SVM, ARFIMA-ANN, NCM-r (ARIMA, SVM, and BPNN), and NCM-f (ARFIMA, SVM, and BPNN) to forecast the RMB/USD exchange rate and the RMB/EUR exchange rate. The prediction results obtained from the eleven models for the RMB/USD are summarized in Table 4, and the prediction results from the eleven models for the RMB/EUR are summarized in Table 5.

In order to evaluate the forecasting performances of the NCM model, we compare the NCM-f model with ARIMA, ARFIMA, SVM, BPNN, EWL, ARIMA-SVM, ARIMA-ANN, ARFIMA-SVM, ARFIMA-ANN, and NCM-r. Tables 4 and 5 present the performance results of MAE, RMSE, and MAPE for the eleven models. Obviously, the NCM-f model has much less errors than the other models, which implies that the NCM-f model has the best forecasting performance for the RMB exchange rate.

5. Conclusion

In real situations, the RMB exchange rate time series’ characteristics are complex and unknown. Different models only can forecast time series from the aspects of linear or nonlinear characteristics, respectively. However, using single models cannot produce accurate forecasts for the RMB exchange rate. In this paper, a nonlinear combination model combining linear ARFIMA and nonlinear SVM and BPNN techniques was proposed and applied to the two RMB exchange rate time series (i.e., RMB/USD and RMB/EUR). The proposed nonlinear combination model not only can capture different forms of relationships in time series data more effectively but also can grasp the relationship between different models.

In order to demonstrate the effective prediction of nonlinear combination model, we use RMB/USD exchange rate and RMB/EUR exchange rate as the empirical examples. We compare the NCM model with ARIMA, ARFIMA, SVM, BPNN, EWL, ARIMA-SVM, ARIMA-ANN, ARFIMA-SVM, and ARFIMA-ANN and find that the NCM model outperforms all other models. This study indicates that we develop an effective nonlinear combination model to generate more accurate forecasts for an extremely complicated exchange rate time series by combining different models. In addition, the NCM-f model is more efficient than the NCM-r model. The reason is that RMB/USD exchange rate and RMB/EUR exchange rate have a weak long memory feature, and the ARFIMA model can predict more accurately than the ARIMA model. It is worth noting that the nonlinear combination forecasting model is an indeed powerful risk prediction tool for managers and investors. The implication of the wide applications of nonlinear combination model is that the forecasting quality can be improved in many areas where data sets have the complex relationships.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

The authors are grateful to the editor and three reviewers for their valuable suggestions that significantly improved the quality of the paper. The research is supported by the National Natural Science Foundation of China under Grant nos. 71373072 and 71340014, the Specialized Research Fund for the Doctoral Program of Higher Education under Grant no. 20130161110031, the Hunan Provincial Innovation Foundation for Postgraduate under Grant no. CX2013A006, and the Foundation for Innovative Research Groups of the National Natural Science Foundation of China under Grant no. 71221001.