Abstract
This paper aims at contributing a literature update by assessing the impact of policies focusing on defence-procurement spending on the growth rate of the Greek economy with special reference to the recent crisis environment using artificial neural networks. The main conclusion drawn in the case of the Greek economy in general and during austerity times in particular, is that defence-procurement policy is considerably inflexible concerning both increases and reductions. In fact any further decreases will have a direct impact on the security of the country given the dramatic reduction of the defence budget and the arms race against Turkey. By contrast, any increases will only burden the balance of payments without adding to the GDP, once the bulk of the defence equipment is imported due to the inefficiency of the domestic defence industrial base. A compromise, therefore, between security and austerity would call for a gradual shift towards domestic sources procurement, assuming, of course, considerable upgrading of the Hellenic defence industrial base.
- 1
The present paper hopes to contribute to the recent extensive debate appearing in the Greek and international daily press concerning suggestions to close down some of the country’s defence industries aiming at the reduction of defence spending.
- 2
SIPRI (2010 and 2011).
- 3
National Accounts Statistics of Greece and SIPRI (2010 and 2011). It seems, however, that the situation is even tighter according to the Defence Minister’s statement in the Parliament, at the end of 2009, who declared a reduction of the equipment procurement payments to reach 0.8% of the GDP for 2010, 0.3% of the GDP for 2011 and a bare 0.1% of the GDP for 2012!
- 4
According to Frost and Sullivan Defence and Security Reports for Greece (Frost and Sullivan 2009) the percentage of contribution of local contractors to the armament programs appears to be higher than what it actually is because it reflects the value of contracts undertaken by Greek firms and not their exact production, i.e., their value added in each of those contracts. Once this dimension is taken into account the real contribution of the Greek defence industry is not estimated to exceed 10% of real productive contribution. This inadequacy promotes business activity by the local agents of the various foreign suppliers with the value of the so called “military offsets” in some cases even exceeding 100% of that representing the initial agreement. It appears, however, that the use of such offsets is far from being fruitful for the Greek side, given that the legal framework underlying their application is full of “gray areas” leaving ample room for personal interpretation (ELIAMEP 2007).
- 5
The predominantly fiscal nature of the current Greek crisis pointing to its excessive twin deficits has inevitably raised the question of its balance-of-payments sustainability as treated among others by Zombanakis, Stylianou, and Andreou (2009) and Brissimis et al. (2010).
- 6
There have been cases, however, in which balance of payments entries have failed to reflect major procurement programmes on the import side. In fact, a considerable number of purchases particular during the beginning of the time period under study, refer either to second-hand material provided via foreign aid programmes at a negligible cost (Foreign Military Sales, Economic Support Funds, Military Assistance Programmes, International Military Education Programmes), or via bilateral long-run procurement contracts. In some of these cases transactions fail to reflect the corresponding balance of payments burden mainly due to the disagreement concerning the extent to which transactions must be recorded on an accrual or on a payments basis.
- 7
As Brauer (2003) puts it, “Greece’s arms industry still is primarily state-owned, highly inefficient and underutilises its capacity; only very recently are a number of these firms being privatised. In contrast, the Turkish arms industry began privatisation and foreign joint-venture participation in 1983 (rather than mere licence production)”. “Both countries’ arms industries are diversified into air, land and sea transportation systems, ordnance and information technology and associated electronics, but Turkey’s arms industry appears substantially more diverse than that of Greece.”
- 8
According to Sezgin (1997), “the defence industry ……… will be an important part of the Turkish industrial sector and productivity and export potential will increase in the future. ………. empirical evidence showed that Turkish defence spending …….. helps economic growth. There is a positive and significant relation between military size and economic growth”.
- 9
Indeed, there are sources like Sala–i-Martin (1994) arguing that the impact of government economic policies jointly, rather than “individually and separately, is the phenomenon that really matters’ for long-term economic growth. This description seems to reflect the Greek defence procurement policy to a very large extent. In fact, as earlier indicated, the inefficiency of the government policies and the emphasis placed on importing the bulk of the country’s defence equipment leave little room for the domestic defence industrial base for a positive contribution to the EMPAE requirements and consequently to the country’s GDP growth, a fact also supported by empirical evidence (Dritsakis 2004; Dunne, Nikolaidou, and Vougas 2001).
Appendix A: The ANNs background
The theoretical concepts behind ANN are nowadays quite known in the research community. ANN are essentially directed graphs with nodes being formed in different layers. A node in an ANN is the basic computational element called neuron. Each neuron within a layer may be connected to other neurons in the same, previous or subsequent layer (depending on the type of the ANN) with weights which denote the strength or influence which the feeding node exercises on the receiving end. These connections are similar to the synapses observed between biological neurons in the human brain.
This paper uses the widely known feed-forward Multi-Layer Perceptron (MLP) ANN (McCulloch and Pitts 1943) as its basic prediction model, which organises its neurons in various layers Andreou and Zombanakis (2000). More specifically, the networks created and tested in this work consist of one hidden layer separated into three parallel sub-layers called slabs. Each slab is activated by a different function (Figure A1), something which gives birth to the so-called Multiply Activated MLP.

A multiply-activated MLP ANN logical architecture.
One of the difficulties one has to deal with is the selection of the most appropriate topology, that is, the number of nodes present in each slab of the hidden layer. In most of the cases a trial-and-error approach is followed based on forecasting accuracy. In this sense our approach develops different ANN structures trained using variations of learning schemes that were based on different activation functions listed in eq. (A1) to (A5) below. Then the best topologies were selected for further experimentation on the basis of specific error metrics.
A k-fold cross validation was performed during the learning process of the ANN, with k being equal to four. The training and validation datasets were formed as follows: Given a time series x={x(t): 1≤t≤N} we define two sets, the training set xtrain={x(t): 1≤t≤T}, and the test set xtest={x(t): T<t≤N}, where N is the length of the data series. The xtrain set is used to train the network until a certain level of convergence has been reached based on the error criterion. Next, the xtest set is employed to test for overfitting, that is, to check if the networks ability to learn was not the result of over-exposure to the training set and that the knowledge of the network was indeed learned and not memorised. The training process was repeated four times, each time splitting the data series in different parts (folds). Therefore, a different test set was inserted in each fold. This, in practise, enables rotation between samples participating in the training and testing sets and ensures that each data sample participates in exactly one test set in the whole experimentation process. We are thus able to address the problem of artificial performance which results from the participation of “suitable” samples for the model in an efficient way, thus enhancing its robustness.
In terms of a more detailed description of the learning process we may point out that each fold splitting produces unique sets of training and testing patterns formed as vectors of input values along with the actual output. During training the input patterns in the xtrain set are iteratively presented to the network aiming to map the underlying relationship, if any, between inputs and outputs to the best possible extent. The output of the network value is compared to the actual output for each pattern with the target being to minimise the distance between the two. This minimisation takes place through the modification of the weights of the connections between neurons. This iterative process is completed when one of the following stopping criteria is met: (a) a low predefined error value has been achieved, (b) training ceases to converge, (c) the maximum number of iterations has been reached. A successfully trained network is then tested against the independent set of vectors in the xtest set anticipating reasonably correct (similar) results against the test suite. The performance of the ANN is thus evaluated using a portion of the dataset which has never been seen by the network, once this set has not participated in the learning process at all (Azoff 1994). If the network was successfully trained to recognize the structure of the input series and their mapping to the actual output, by learning rather than memorizing it, then it must perform well when the testing set is presented. Otherwise, performance will be extremely poor on these “new” data values as a result of overfitting. Training of MLP is usually performed in a supervised manner using the error back-propagation algorithm (Rumelhart and McLelland 1986).
Appendix B: The long-run equilibrium: debt, investment and the GDP
The cointegration analysis aims at tracing the existence of common trends between two or more non-stationary variables, in order to derive a relationship that leads to at least one common stationary root, by solving the eigenvalue problem of the common variance-covariance matrix. In other words, the cointegration vector, which consists of the weights assigned to the variables of the system, results in stationary residuals, thus allowing the estimation of the short-run dynamics empowered by the inclusion of adjustments towards the long-run equilibrium. The Johansen’s cointegration analysis framework uses the trace and maximum eigenvalue tests in order to establish whether there exist any cointegartion relationships between the series, estimated in a maximum-likelihood context. The coefficient estimation framework of the Engle and Granger (1987) bivariate cointegration analysis, on the other hand, is based on least-squares estimations. In the present paper both these frameworks are employed.
Sticking to the specification employed in the ANN we may now supplement the analysis by the decomposition of the long-run equilibrium and the short-run dynamics between the defence expenditure on equipment (EDEF) and the GDP. To do so we form (B1) as follows:
reminding that GDP stands for the growth rate of the Greek Gross Domestic Product, DEBT is the stock of the total external debt of the country and INV is total investment spending, all expressed in logarithmic form. We have chosen to exclude the defence procurement EDEF from the long-run version of the function due to the disagreement reflected by contributions like Thompson (1974), Benoit (1978) and (Dunne, Smith, and Willenbockel 2005).9
Both explanatory variables are expected to be related to the GDP, because both investment activity and foreign borrowing aim at raising output pointing to a long-run direct relationship of the GDP growth of Greece with the country’s external debt and the total investment expenditure. As already indicated, these are expressed in terms of GDP shares while the estimation period ranges from 1971 to 2011.
The stationarity test suggests that the series have a unit root (Table B1) meaning that we shall need to resort to the first differences of these series to form the short-run relationships. We next proceed with examining the existence of cointegration effects among the series of debt, GDP and investment using the Johansen cointegration analysis, suitable for multivariate systems (Johansen 1988 and Johansen and Juselius 1990). Table B2 reports the trace and the maximum eigenvalue statistics and indicates a single stationary linear combination among the three variables at a 1% confidence interval.
The test for the composition of the cointegration vector (Johansen and Juselius 1992) reported in Table B3 indicates that only the GDP series is exogenous in the long-run structure thus reflecting causality patterns among the GDP and the other two variables and indicating that the GDP variable should be used for normalization of the cointegration vector.
Structure of the cointegration space.
Test of exclusion (β=0) | LR-statistic | P-value |
---|---|---|
DEBT | 8.31 | 0.06 |
INV | 0.35 | 0.55 |
GDP | 18.98 | 0.00 |
An accurate estimation of the long-run coefficients requires the use of OLS regressions (Engle and Granger 1987). The stationary linear combination among the three variables we have established means that the OLS estimates will serve for the proper identification of the long-run relationship between GDP (as the normalization variable), debt and investment. The results are reported in Table B4 and mean that the long-run relationship can be shown as a cointegrating vector as follows:
Estimation results of the long-run function.
Coefficient | t-Statistic | |
---|---|---|
Constant | 8.6471 | 16.2656 |
DEBT | 0.2927 | 13.7829 |
INV | 0.4706 | 3.3301 |
According to the results of the unit root tests of Table B1, equation (B2) constitutes a stationary linear combination of the series of GDP, investment and debt and represents, therefore, a long-run equilibrium relationship. There exist, therefore, significant co-movements among the three series in the long run, indicating that the Greek GDP is significantly interlinked with debt and investment.
Appendix C: The short-run dynamics of the system
The vector error correction model (VECM) used consists of a VAR in which the GDP, the debt, the total investment flows and the defence expenditure appear in their first differences (the prefix D and the suffix S denoting first differences and GDP shares of the corresponding variables) together with an error correction term that captures adjustment dynamics towards the long-run cointegrating relationship specified by equation (B2). The VAR framework aims at treating co-linearity issues by capturing simultaneous effects among the underlying variables in the variance-covariance matrix. This isolates any co-variance effects that may influence the dynamics of the variables involved, thus enabling us to focus on the direction of the causality of the underlying relationships.
The lag structure used in the VECM, in order to capture the short-run dynamics of the system, are chosen by taking the system that minimizes the values of the Akaike and Bayesian information criteria (AIC and SIC, respectively). Next, after having chosen the lag structure of the system we estimate the coefficients of the VECM, that are used in order to derive lead-lag relationships among the three variables, but, also, the adjustment dynamics towards the long-run equilibrium. Finally, the impulse response functions are estimated based on a Choleski-decomposition taxonomy of the expected relationships following the results of the ANN.
References
Andreou, A.S., Zombanakis, G.A., (2000), Financial Versus Human Resources in the Greek-Turkish Arms Race. A Forecasting Investigation Using Artificial Neural Networks, Defence and Peace Economics, vol. 11, no. 4, pp. 403–426.Suche in Google Scholar
Andreou, A.S., Zombanakis, G.A., (2006), The Arms Race between Greece and Turkey: Commenting on a Major Unresolved Issue, Peace Economics, Peace Science and Public Policy, vol. 12, no. 1, pp. 1–18.Suche in Google Scholar
Andreou, A.S., Zombanakis, G.A., (2011), Financial Versus Human Resources in the Greek-Turkish Arms Race Ten Years On: A Forecasting Investigation Using Artificial Neural Networks, Defence and Peace Economics, vol. 22, no. 4, pp. 459–469.Suche in Google Scholar
Antonakis, N., (1996), Military Expenditure and Economic Growth in Less Developed Countries: A Simultaneous Equation Approach with an Application to Greece 1958–1990, Economia Internazionale, vol. 49, no. 3, pp. 329–346.Suche in Google Scholar
Antonakis, N., (1997), Defence Spending and Growth in Greece: A Comment and Further Empirical Evidence, Applied Economics Letters, vol. 4, pp. 651–655.Suche in Google Scholar
Avramides, C., (1997), Alternative Models of Greek Defence Expenditures, Defence and Peace Economics, vol. 8, no. 2, pp. 145–187.Suche in Google Scholar
Azoff, E. M., (1994), Neural Network Time Series Forecasting of Financial Markets. John Wiley & Sons, NY.Suche in Google Scholar
Balfousias, A., Stavrinos, V., (1996), The Greek Military Sector and Macroeconomic Effects of Military Spending in Greece, in Gleditsch N., et al. (eds.), The Peace Dividend, Amsterdam, Elsevier, pp. 191–213.10.1108/S0573-8555(1996)0000235012Suche in Google Scholar
Bank of Greece, (2010), Monetary Policy, Interim Report, October, Athens.Suche in Google Scholar
Bank of Greece, (2013), Governor’s Report for the Year 2012, Athens.Suche in Google Scholar
Benoit, E., (1978), Growth and Defence in Developing Countries, Economic Development and Cultural Change, vol. 26, no. 2, pp. 271–280.Suche in Google Scholar
Brauer, J., (2003), Greece and Turkey: A Comprehensive Critical Review of the Defence Economics Literature, in Kollias C., Gunluk-Senesen G., (eds.), Greece and Turkey in the 21st Century: Conflict or Cooperation, Nova, New York, Ch. 13.Suche in Google Scholar
Brissimis, S.N., Hondroyiannis, G., Papazoglou, C., Tsaveas, N.T., Vasardani, M.A., (2010), Current Account Determinants and External Sustainability in Periods of Structural Change, Bank of Greece Working Paper 117.10.2139/ssrn.1673746Suche in Google Scholar
Brzoska, M., (1983). Research Communication: The Military-Related External Debt of Third-World Countries, Journal of Peace Research, vol. 20, no. 3, pp. 271–277.Suche in Google Scholar
Deger, S., Smith, R., (1983), Military Expenditure and Growth in Less Developed Countries, Journal of Conflict Resolution, vol. 27, no. 2, pp. 335–353.Suche in Google Scholar
Dritsakis, N., (2004), Defence Spending and Economic Growth: An Empirical Investigation for Greece and Turkey, Journal of Policy Modelling, vol. 26, pp. 249–264.Suche in Google Scholar
Dunne, P., Smith, R.P., (2010), Military Expenditure and Granger Causality: A Critical Review, Defence and Peace Economics, vol. 21, no. 5–6, pp. 427–441.Suche in Google Scholar
Dunne, P., Nikolaidou, E., Vougas, D., (2001), Defence Spending and Economic Growth: A Causal Analysis for Greece and Turkey, Defence and Peace Economics, vol. 12, no. 1, pp. 5–26.Suche in Google Scholar
Dunne, P.J., Smith, R.P., Willenbockel, D., (2005), Models of Military Expenditure and Growth: A Critical Review, Defence and Peace Economics, vol. 16, no. 6, pp. 449–461.Suche in Google Scholar
ELIAMEP, (2007), The National Security Policy of Greece in the 21st Century, Athens.Suche in Google Scholar
Engle, R., Granger, C.W.J., (1987), Co- Integration and Error Correction: Representation, Estimation and Testing, Econometrica, vol. 55, no. 2, pp. 251–276.Suche in Google Scholar
European Commission – EC, (2013a), The Second Economic Adjustment Programme for Greece – Third Review, European Economy, Occasional Papers, 159.Suche in Google Scholar
European Commission – EC, (2013b), Towards a More Competitive and Efficient Defence and Security Sector, SWD (2013) 279 final.Suche in Google Scholar
Faini, R., Annez, P., Taylor, L., (1984), Defence Spending, Economic Structure and Growth: Evidence Among Countries and over Time, Economic Development and Cultural Change, vol. 32, no. 3, pp. 487–498.Suche in Google Scholar
Frost and Sullivan, (2009), Greece: Defence and Security Report, October 10, 2013, Retrieved from http://www.frost.com/prod/servlet.frost-home.pag.Suche in Google Scholar
Hartley, K., (2010), The Case for Defence, Defence and Peace Economics, vol. 21, no. 5–6, pp. 409–426.Suche in Google Scholar
Haykin, S., (1999), Neural Νetworks: A Comprehensive Fοundation, 2nd ed., Prentice Hall, Upper Saddle, New Jersey.Suche in Google Scholar
Hill, T., O’Connor, M., Remus, W., (1996), Neural Network Models for Time Series Forecasting, Management Science, vol., 42, no. 7, pp. 1082–1092.Suche in Google Scholar
International Monetary Fund – IMF, (1993), Balance of Payments Manual, 5th ed., Washington, DC.Suche in Google Scholar
International Monetary Fund – IMF, (2013), Greece: Fourth Review Under the Extended Arrangement Under the Extended Fund Facility, and Request for Waivers of Applicability and Modification of Performance Criterion, Country Report No. 13/241, Washington, DC.10.5089/9781484350911.002Suche in Google Scholar
Johansen, S., (1988), Statistical Analysis of Cointegration Vectors, Journal of Economic Dynamics and Control, vol. 12, no. 2–3, pp. 231–254.Suche in Google Scholar
Johansen, S., Juselius, K., (1990), Maximum Likelihood Estimation and Inference on Cointegration–With Applications to the Demand for Money, Oxford Bulletin of Economics and Statistics, vol. 52, no. 2, pp. 169–210.Suche in Google Scholar
Johansen, S., Juselius, K., (1992), Testing Structural Hypotheses in a Multivariate Cointegration Analysis of the PPP and the UIP for UK, Journal of Econometrics, vol. 53, no. 1–3, pp. 211–244.Suche in Google Scholar
Karagol, E., (2006), The Relationship between External Debt, Defence Expenditures and GNP Revisited: The Case of Turkey, Defence and Peace Economics, vol. 17, no. 1, pp. 47–57.Suche in Google Scholar
Kollias, C., (1995), Preliminary Findings on the Economic Effects of Greek Military Expenditure, Applied Economics Letters, vol. 2, no. 1, pp. 16–18.Suche in Google Scholar
Kollias, C., Makrydakis, S., (2000), A Note on the Causal Relationship between Defence Spending and Growth in Greece: 1955–93, Defence and Peace Economics, vol. 11, no 2, pp. 173–184.Suche in Google Scholar
Kollias, C., Manolas, G., Paleologou, S.M., (2004), Military Expenditure and Government Debt in Greece: Some Preliminary Empirical Findings, Defence and Peace Economics, vol. 15, no 2, pp. 189–197.Suche in Google Scholar
Kuo, C., Reitsch, A., (1995), Neural Networks vs. Conventional Methods of Forecasting. The Journal of Business Forecasting, Winter 1995–1996, pp. 17–22.Suche in Google Scholar
Lim, D., (1983), Another Look at Growth and Defence in Less Developed Countries, Economic Development and Cultural Change, vol. 31, no. 2, pp. 377–384.Suche in Google Scholar
Looney, R.E., Frederiksen, P.C., (1986), Defence Expenditures, External Public Debt and Growth in Developing Countries, Journal of Peace Research, vol. 23, no. 4, pp. 329–338.Suche in Google Scholar
McCulloch, W.S., Pitts, W., (1943), A Logical Calculus of the Ideas Immanent in Nervous Activity, Bulletin of Mathematical Biology, vol. 5, no. 4, pp. 115–133.Suche in Google Scholar
Refenes, A.N., Kollias, C., Zarpanis, A., (1995), External Security Determinants of Greek Military Expenditure: An Empirical Investigation Using Neural Networks, Defence and Peace Economics, vol. 6, pp. 27–41.Suche in Google Scholar
Rumelhart, D.E., McLelland, J., (1986), Parallel Distributed Processing, MIT Press, Cambridge, MA.10.7551/mitpress/5236.001.0001Suche in Google Scholar
Sala-i-Martin, X., (1994), Cross-Sectional Regressions and the Empirics of Economic Growth, European Economic Review, vol. 38, pp. 739–747.Suche in Google Scholar
Sandler, T., and Hartley, K., (eds.) (2007), Handbook of Defence Economics, vol. 2, North Holland.Suche in Google Scholar
Seiglie, C., (1998), Defence Spending in a Neo-Ricardian World, Economica, vol. 65, pp. 193–210.Suche in Google Scholar
Sezgin, S., (1997), Country Survey X: Defence Spending in Turkey, Defence and Peace Economics, vol. 8, no. 4, pp. 381–409.Suche in Google Scholar
Sezgin, S., (2001), An Empirical Analysis of Turkey’s Defence–Growth Relationships with a Multi-Equation Model, 1956–1994, Defence and Peace Economics, vol. 12, no. 1, pp. 69–86.Suche in Google Scholar
Sezgin, S., (2003), A Disaggregated Analysis of Defence Expenditure and Economic Growth: The Case of Turkey and Greece, in Kollias C., Gunluk-Senesen G. (eds.), Greece and Turkey in the 21st Century: Conflict or Cooperation, Nova, New York, Ch. 14.Suche in Google Scholar
Sezgin, S., (2004), An Empirical Note on External Debt and Defence Expenditures in Turkey, Defence and Peace Economics, vol. 15, no. 2, pp. 199–203.Suche in Google Scholar
SIPRI, (2010 and 2011), Yearbook.Suche in Google Scholar
Stavrinos, V.G., Zombanakis, G.A., (1998), The Vicious Cycle of the Foreign Military Debt, European Research Studies, vol. 1, no. 1, pp. 5–26.Suche in Google Scholar
Thompson, E.A., (1974), Taxation and National Defence, Journal of Political Economy, vol. 82, pp. 755–782.Suche in Google Scholar
Yildirim and Sezgin, (2002), The Demand for Turkish Defence Expenditure, Defence and Peace Economics, vol. 13, no. 2, pp. 121–128.Suche in Google Scholar
Zombanakis, G.A., Stylianou, C., Andreou, A.S., (2009), The Greek Current Account Deficit: Is It Sustainable After All? Bank of Greece Working Paper 98.10.2139/ssrn.4165740Suche in Google Scholar
©2013 by Walter de Gruyter Berlin Boston
Artikel in diesem Heft
- Masthead
- Masthead
- Introduction
- International Relations
- Major Power Status (In)Consistency and Political Relevance in International Relations Studies
- New Incentives and Old Organizations: The Production of Violence After War
- When the Weak Roar: Understanding Protracted Intrastate Conflict
- Determinants of Extremism
- You Shall Not Overkill: Substitution Between Means of Group Removal
- Does Higher Education Decrease Support for Terrorism?
- The Curvilinear Effects of Economic Development on Domestic Terrorism
- Regional Dimensions of Somali Piracy and Militant Islamism: Anthropological and Econometric Evidence
- Institutions Factors and Violence
- Climate Change and the Risk of Mass Violence: Africa in the 21st Century
- Constitutional Design and Conflict Management in Africa
- An Overview of the Influence of Domestic Constraints on Crisis Initiation and Termination
- Consequences of War and Militarization
- Macroeconomic Consequences of War and Terrorism in Lebanon
- A Note on War and Fiscal Capacity in Developing Countries
- On Defence Expenditure Reduction: Balancing Between Austerity and Security in Greece
- North Korea as a Military Dictatorship
Artikel in diesem Heft
- Masthead
- Masthead
- Introduction
- International Relations
- Major Power Status (In)Consistency and Political Relevance in International Relations Studies
- New Incentives and Old Organizations: The Production of Violence After War
- When the Weak Roar: Understanding Protracted Intrastate Conflict
- Determinants of Extremism
- You Shall Not Overkill: Substitution Between Means of Group Removal
- Does Higher Education Decrease Support for Terrorism?
- The Curvilinear Effects of Economic Development on Domestic Terrorism
- Regional Dimensions of Somali Piracy and Militant Islamism: Anthropological and Econometric Evidence
- Institutions Factors and Violence
- Climate Change and the Risk of Mass Violence: Africa in the 21st Century
- Constitutional Design and Conflict Management in Africa
- An Overview of the Influence of Domestic Constraints on Crisis Initiation and Termination
- Consequences of War and Militarization
- Macroeconomic Consequences of War and Terrorism in Lebanon
- A Note on War and Fiscal Capacity in Developing Countries
- On Defence Expenditure Reduction: Balancing Between Austerity and Security in Greece
- North Korea as a Military Dictatorship