• No results found

Intertemporal Similarity of Economic Time Series

N/A
N/A
Protected

Academic year: 2021

Share "Intertemporal Similarity of Economic Time Series"

Copied!
28
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

1

Intertemporal Similarity of Economic Time Series:

An Application of Dynamic Time Warping

Philip Hans Franses Thomas Wiemann

EI2018-30

Econometric Institute Erasmus School of Economics

Abstract

This paper adapts the non-parametric Dynamic Time Warping (DTW) technique in an application to examine the temporal alignment and similarity across economic time series. DTW has important advantages over existing measures in economics as it alleviates concerns regarding a pre-defined fixed temporal alignment of series. For example, in contrast to current methods, DTW can capture alternations between leading and lagging relationships of series. We illustrate DTW in a study of US states’ business cycles around the Great Recession, and find considerable evidence that temporal alignments across states dynamic. Trough cluster analysis, we further document state-varying recoveries from the recession.

Keywords: Business cycles; Non-parametric method; Dynamic Time Warping JEL Codes: C14, C50, C55, C87, E32

Address for correspondence: PH Franses, Econometric Institute, Erasmus School of Economics, Burgemeester Oudlaan 50, 3062PA Rotterdam, the Netherlands, phone: +31104081273, email: franses@ese.eur.nl

(2)

1.

Introduction

In this paper we illustrate the non-parametric technique Dynamic Time Warping (DTW) to examine similarities of business cycles. DTW is a widely applied algorithm in non-economic fields such as speech, pattern and movement recognition (see, for example, Cedras and Shah (1995), Geiger, Gupta, Costa and Vlontzos (1995), and Sakoe and Chiba (1978)) and data mining (see, for example, Keogh and Pazzani (2000), among others). While its non-parametric similarity measure has been shown to be superior to other measures such as the Pearson correlation coefficient (Petitjean, Ketterlin and Gancarski, 2011), economic research has not yet used Dynamic Time Warping to its potential. To the best of our knowledge, Wang, Xie, Han and Sun (2012) and Raihan (2017) are the exceptions, where the DTW technique is used in its basic standard format. In our study, we design the DTW technique in particular for our purposes to identify dynamic leading and lagging relationships between time series. We illustrate the application of our modified DTW technique by investigating business cycle similarities across US states.

There is substantial literature on similarities across time series variables,

predominantly using parametric techniques. Usually, it is assumed that when one variable is leading the other, it does so throughout the entire sample. Bai and Ng (2004) consider a dynamic factor model with a common factor structure. Engle and Kozicki (1993) examine common cyclical and other features. Cubbada, Hecq and Palm (2009) study common autoregressive parts across individual series as an indication of common features in

multivariate models. Fröhwirth-Schnatter and Kaufmann (2008) propose a clustering method based on mixture models, where each mixture component follows the same underlying model specification. Due to the parametric nature of these approaches to time series’ similarity, however, neither can adequately describe a time-varying dynamic specification. In particular, and to put it simply, these methods restrict that variables and are linked via, for

example, the (vastly simplified) specification = + + with j fixed over the sample. In this paper we propose to study co-movements using the DTW technique where we allow for the possibility that j is time-varying and may switch from positive to negative or vice versa.

A prominent strand of economic literature for which this seems particularly relevant is the research on the similarity of business cycles. Here, most studies analyse correlation structures with, for example, common factor models or their adaptations (Francis, Owyang and Savascin, 2017). Recently, also non-parametric clustering techniques have received

(3)

3

increased attention. For example, Crone (2005) and Papageorgiou, Michaelidis and Milios (2010) consider K-means clustering to group business cycles of US states and European countries, respectively. A common caveat among these previously considered approaches, however, is the strict assumption of identically timed business cycles. As suggested by the findings of Hamilton and Owyang (2012), this is potentially problematic as a substantial amount of idiosyncratic business cycles seems to stem from differential timing around national recessions. If one is interested not only in the co-movement at a particular point in time, but also the similarity in the extent or gravity of the economic movements, existing techniques only allow for limited insights if their results are largely driven by even slight temporal shifts of time series. DTW can alleviate such concerns by directly incorporating potentially dynamic timing differences in the analysis.

For a first and intuitive impression on how DTW can contribute to existing literature, consider Figure 1. The graph shows the DTW-produced alignment of quarterly, seasonally adjusted real GDP of Florida and Idaho for the period 2006Q1 to 2017Q4. The lines that link two points of the respective series show their closest correspondence. While in some cases the connected points concern the same quarter, the figure indicates that in most cases, earlier or later quarters are apparently a better match. This feature is the key reason that we rely on this non-parametric technique1. From Figure 1 we see that the time-alignment of the two series, denoted by j earlier, seems to vary over the sample, ranging over values such as 0, 1, -1 and even -4 and 4. One could now decide to make j a time-varying parameter, for example , however, given the size of typical samples on real GDP data, a non-parametric technique without the need for high degrees of freedom is more appropriate. Dynamic Time Warping, at least in the variant proposed below, seems to be a useful technique: it not only illustrates the link of two time series visually but it also provides an estimate of their temporal alignment, as we will show below.

The introduction of DTW -- as a computer science method originally developed for pattern recognition -- complements the recent developments in machine learning applications in economics, although with a clearly distinct contribution. In reviews of the relevant

literature, Athey (2017) and Mullainathan and Spiess (2017) illustrate the potential of

machine learning for advanced methods on causal inference and for predictive applications in economics. For DTW, we suggest that it contributes most to descriptive data analysis by revealing temporal dynamics between time series and allowing for assessment of their

(4)

similarity. In a similar manner as machine learning methods can complement conventional econometric models, we believe DTW can complement -- and in some contexts replace -- the conventional Pearson correlation coefficient and other similarity measures. At the same time, the potential of this method is beyond its descriptive abilities. For example, Raihan (2017) makes promising suggestions for the use of DTW techniques for predictive purposes.

In the rest of this paper, we proceed as follows. In Section 2, we outline standard DTW and introduce our modifications for our analysis of economic time series. Our adjusted DTW is illustrated by an application to real GDP series of three US states. In Section 3, we discuss an application of DTW-based time series clustering to assess similarities of all

mainland US state real GDP series. Section 4 concludes with some ideas for further research.

2.

Dynamic Time Warping

This section outlines standard DTW and introduces our modification for our analysis of business cycle similarities. Throughout, we focus on the mathematical specification of the measure and its economic interpretation. For calculation of the DTW alignment by means of dynamic programming, Müller (2007) provides an excellent description of the algorithm.

DTW defines a distance-minimising temporal alignment between two time series =

[ , , … , ] and = [ , , … , ]. For this purpose, we first calculate the ×

distance matrix D, where the ( , ) element of the matrix is given by the distance between the points and . Each element of the matrix thus corresponds to a mapping of two points between the time series. The optimal alignment is then given by the warping path p that minimises the cumulative distance of all mapped point-pairs on the path, denoted by

( , ) = ! , " + min [ ( − 1, − 1), ( − 1, ), ( , − 1)] (1) with ! , " being a distance measure between points and .

The DTW problem can be solved straightforwardly by means of an (( ) dynamic programming algorithm as given by, for example, Müller (2007). The resulting minimal warping cost, ( , ), constitutes a non-parametric similarity measure of time series. When aiming to compare time series of differing length, it seems useful to assess the warping cost per considered time series element. In this case, we can consider

(5)

5

Γ( , ) =*( , )+ (2)

where N and M are the lengths of the considered time series.

The Growth-Based Distance Function

While any function ( , ) → ℝ ≥ 0 could be considered as a distance measure, in standard DTW it is typically defined as either | − | or ( − ) (see, for example, Raihan (2017) and Wang et al. (2012)). In the context of comparing economic time series such as business cycles, however, this choice does not seem perfectly appropriate. For example, it would ignore the definition of expansion and contraction periods if the value of only one period at a time is taken into account. More ideally, one therefore also considers an observation's

relationship to its earlier and subsequent neighbours to identify the features of the time series. For these reasons, we consider the feature-based distance function of Xie and Wiltgen (2010). It constitutes a well suited measure that captures both the overall shape of the time series and the local trend around the points. The authors illustrate its advantage over standard, value-based DTW and the widely applied derivative DTW of Keogh and Pazzani (2001) by means of a simulation study.

We will adjust the feature-based distance function to avoid issues such as substantial differences in magnitudes of levels. The local feature of a particular observation is originally defined by a 2-element vector that summarises the slope to its left- and right-hand side neighbour. Rather than the absolute slope, we consider the growth rate between the periods to capture local trends. This modification fits common business cycle analysis. The local feature of observation i of a series X is then given by

1

23452

( ) = 6

78789:789:

,

78;:78 78

<

(3)

The global feature is adjusted in a similar manner. Instead of the absolute deviation of a series' point to its left- and right-hand side as proposed by Xie and Wiltgen (2010), we calculate its relative deviation to capture the shape of the particular series while correcting for substantial differences in magnitude across the set of time series. The global feature of observation i of a series X is then given by

(6)

1

=23>52

( ) = ?

78 ∑89:BC:89:AB

∑89:BC:89:AB

,

78 ∑DBC8;:D98AB

∑DBC8;:D98AB

E

(4)

Finally, our modified feature-based distance function is thus given by

! , " = 23452! , " + =23>52! , "

= |123452( ) − 123452( ) | + |123452( ) − 123452( ) |

+|1=23>52( ) − 1=23>52( ) | + |1=23>52( ) − 1=23>52( ) | (5) where the subscripts 1 and 2 refer to the corresponding elements in the vector.

3.

Identification of Temporal Dynamics

Before we move to the analysis of all US states, we first consider Florida, Idaho and California and consider quarterly real GDP of US states from 2006Q1 till 2017Q4 obtained from the Bureau of Economic Analysis (BEA). For now, we focus on the insights obtained through DTW on the leading and lagging relationship between two time series. A discussion of the comparison of time series based on their similarities will follow in Section 4.

First, let us consider the example of Florida's and Idaho's GDP series presented in Figure 1 of the introduction. From the slope of the alignments, we can see that Idaho (green) leads Florida (blue) in the first half of the sample. From around halfway the sample onward, the dynamics of the two series seem to change and Florida's GDP growth leads Idaho' for the remainder of the sample.

An alternative visualisation of the DTW results is given in Figure 2. The distance-minimising mapping of points, shown in red in Figure 1, is given by the warping path in blue. It is plotted on the distance matrix that was computed using our distance measure introduced above. A non-shifted temporal alignment between the two series would be indicated by a fully diagonal warping path, whereas deviations from the diagonal indicates leading and lagging relationships of the series. Straightforwardly, we can thus infer the lead of Idaho over Florida for the first half of the sample by the left-hand deviations from the diagonal. Similarly, we can observe the change in the relationship at around halfway the sample, from which onward Florida leads Idaho by the right-hand deviations from the diagonal. These findings seem to suggest that Idaho's GDP was affected by the great recession in 2008/2009 sooner than

(7)

7

Florida (a lead of Idaho), but Florida's GDP began to recover earlier (a lead of Florida). DTW therefore identifies substantial time-varying temporal shifts between the time series. As the conventional correlation coefficient solely considers a pre-specified, fixed temporal alignment of time series, these results highlight the advantage of DTW when interested in the similarity of series beyond a temporal alignment.

To provide another, more pronounced example, we also analyse Florida's and California's real GDP series by means of DTW. Figure 3 presents the two series and their point mapping. Figure 4 shows the corresponding distance matrix and the warping path. As indicated by the vertical point-mappings and the diagonal warping path, the two GDP series are not shifted for the first four and a half years. After that, we see a substantial change in the relationship, where California leads Florida's GDP series for the remainder of the sample. This is shown by both the non-vertical point-mappings and the right-hand deviation from the diagonal of the warping path in Figure 4. These graphs suggest that both Florida and

California were affected by the recent great recession at about the same time, but California's GDP seemed to have recovered sooner than Florida's (that is, there is a lead of California).

4.

Time Series Clustering

Apart from insights on the pairwise leading and lagging relationships between two series, it is also of interest to assess the similarity of time series. When only a small set of series is under investigation, we could simply compare the minimal warping cost per observations as introduced in (2). Concerning the already discussed examples, we find that the warping cost for Florida and Idaho is 0.036, and 0.048 for Florida and California. Florida is thus more similar to Idaho than to California as assessed by DTW.

In many cases, however, the set of time series is so large that such a comparison becomes bothersome if not infeasible. For G time series, one would have to assess F(F ) warping distances. As an alternative, time series clustering provides the possibility to make structured inferences about the similarity of large sets of time series in a concise manner. This is achieved by organising the series into homogeneous groups, minimising intra-group

dissimilarity and maximising inter-group dissimilarity. Time series clustering based on DTW would allow to discover data structures and it has proven to be a useful method, for example, for the purpose of data mining (Aghabozorgi, Shirkhorshidi and Wah, 2015; Liao, 2005). In the following, we aim to illustrate DTW's contribution in this regard also in our context of investigating similarity structures across US states' real GDP series.

(8)

4.1 DTW-based K-Means

A straightforward clustering approach is the K-means algorithm originally developed by MacQueen et al. (1967). It aims to minimise the total difference of the cluster's sequences to the respective cluster average by iteratively reassigning sequences to clusters whose average is most similar to the sequence and recalculating the cluster averages in each iteration. The algorithm converges when the total intra-cluster differences cannot be reduced further. In the below, we briefly illustrate how K-means can be adjusted to reflect time series similarity as captured by growth rate-based dynamic time warping.2

The K-means algorithm requires a well-defined `average' of a set of series. This is not trivial when considering DTW distance measures. Petitjean et al. (2011) address this issue by introducing a global averaging method, DTW Barycenter Averaging (DBA). It consists of a heuristic strategy to approximate an average that accounts for temporal shifts in the spirit of DTW. DBA iteratively refines an initial average sequence to minimise its squared warping distance to the set of to-be-averaged series. This is achieved by calculating the temporal alignment of each series to the currently best average, and then defining the mean of all time series points that are temporally aligned with a particular point of the average as its updated version. Note that this allows the DTW average -- or DBA -- to reflect potentially dynamic temporal shifts across time series. In particular, a specific point of the average might be associated with multiple points of a time series3. To adapt this method to the application of business cycles, we consider the average of associated growth rates rather than each point's absolute value. The DTW-based average time series can easily be constructed by iterative multiplication of the growth rates and an initial index value (for example 1).

As K-means might converge to local optima, it has become common practice in economic research to perform multiple instances with random starting clusters for the search of a global maximum. To reduce the number of required random instances, we optimise the initial clustering similar to the idea of the DTW-based K-means++ algorithm as in Zhang and Hepner (2017). Rather than initialising clusters by dividing the set of time series entirely randomly, each of the series has a probability to be assigned as the initial centroid to one of

2

An excellent illustration of conventional K-means is provided by, for example, Liao (2005) or Aghabozorgi et al. (2015). For an application of (non-DTW) K-means in an economic context, see, for example, Sullivan and Miller (1996).

3For an application in a non-economic context, see, for example, Gullo, Ponti, Tagarelli,

(9)

9

the k clusters in disproportional to its similarity with existing centroids. In particular, one of the considered time series is chosen at random to be the centroid of the first cluster. For the remaining time series, we calculate the probability G is given by

G =

H8I

∑KJC:HJI (5)

where Γ = ∑ LMN( , O)4∈Q with C being the set of existing centroids, being the ith time series, and DTW being the Dynamic Time Warping distance as defined before. A time series is selected as the centroid for the next cluster with probability G , and the step is repeated until all clusters are assigned to an initial centroid. The remaining time series are then grouped into the cluster with the `closest' centroid as assessed by the DTW distances.

Starting at this initial clustering, K-means then proceeds by averaging the time series of each cluster by means of DBA and reassigning each time series to the cluster with the lowest DTW distance. This is continued until no series is reassigned and the procedure terminates.

We will now illustrate this procedure by analysing US states' quarterly GDP around the period of the Great Recession.

4.2 An Application to US States

To illustrate the DTW-based clustering procedure, we proceed by analysing US states' quarterly GDP for the period 2006Q1 till 2017Q4. Choosing the cluster amount4 of 8 we find the clusters as depicted in Figure 5.

To characterise the clusters, it is useful to consider their averages as computed by DBA. Figure 6 plots the averages of the clusters with more than one state. As DTW assesses similarity of series when allowing for temporal shifts between series, it does not seem particularly sensible to comment on the specific timing of certain features of the averages. In contrast, it is perfectly sensible to infer about their general shapes.

4The corresponding scree plot is in Figure 15. No evident elbow can be identified, but with 9

or more clusters, more clusters become single-state-clusters. Note that this seems to be in line with Crone (2005), who found eight clusters for grouping contiguous US states with

(10)

If we zoom in on the graphs in Figures 7 to 14, we see that there is much heterogeneity across the clusters. Some clusters' DBAs indicate that some states did not have a downward impact from the recession at all. This seems to hold for the states in cluster 7, including states as Alabama, Kentucky, New Mexico and Wisconsin. In contrast, the states in cluster 3, which are Connecticut, Louisiana, Maine, Nevada, New Jersey and Rhode Island, did not seem to recover from the recession, even as late as by the end of 2017Q4.

5.

Conclusion

We introduced the Dynamic Time Warping technique to examine potential similarities across business cycles, where we focused on quarterly real GDP. This non-parametric DTW

technique is based on distances between observations, and seeks to find a minimum total distance as the optimal path. As such, it allows for the possibility that lead and lag relations can change during the sample period. With a few examples we showed that this switching behaviour is more common than rare. Parametric models to allow for this behaviour will quickly become parameter-heavy, and given the commonly observed sample sizes, we believe that a non-parametric technique comes in handy.

The DTW technique is conceptually not complicated, although it may take some computer time to run the calculations, specifically when clusters need to be created. We envisage various other application areas for the DTW technique. In essence it is a method to connect moving objects, and as such many economic variables come to mind which may benefit from DTW analysis. Non-parametric count methods can be used to introduce

statistical inference, to examine if a leading variable turned into a lagging variable after some event.

(11)

11

Figures

Figure 1: Temporal Point Mapping. Quarterly real GDP of Florida (x, blue) and Idaho (y, green) for the period 2006Q1 to 2017Q4, standardized at 1.00 for 2006Q1.

(12)

Figure 2: Warping Path and Distance Matrix. Quarterly real GDP of Florida (x) and Idaho (y) for the period 2006Q1 to 2017Q4. Regions of low and high cost (distance) are indicated by light and dark colours, respectively.

(13)

13

Figure 3: Temporal Point Mapping. Quarterly real GDP of Florida (x, blue) and California (y, green) for the period 2006Q1 to 2017Q4.

(14)

Figure 4: Warping Path. Quarterly real GDP of Florida (x) and California (y) for the period 2006Q1 to 2017Q4.

(15)

15 Figure 5: Map of the US States with 8 Clusters

(16)

Figure 6: Clusters' DTW Barycenter Averages. Only DBAs with more than one state are presented. (North Dakota is omitted.)

(17)

17 Figure 7: Cluster 1: Arizona, Florida, Michigan

(18)

Figure 8: Cluster 2: California, Colorado, Iowa, Montana, Nebraska, Oregon, Utah, Washington

(19)

19

(20)
(21)

21

(22)

Figure 12: Cluster 6: Georgia, Hawaii, Idaho, Indianan, Maryland, Massachusetts, Minnesota, New York, Ohio, Pennsylvania, South Carolina, Tennessee

(23)

23

Figure 13: Cluster 7: Alabama, Arkansas, Delaware, Illinois, Kentucky, Mississippi,

Missouri, New Hampshire, New Mexico, North Carolina, Vermont, Virginia, West Virginia, Wisconsin

(24)
(25)

25 Figure 15: Scree plot

(26)

References

Aghabozorgi, Saeed and Shirkhorshidi, Ali Seyed and Wah, Teh Ying (2015), Time-series clustering -- A decade review, Information Systems, 53: 16-38.

Athey, Susan (2017), The impact of machine learning on economics, in Economics of Artificial Intelligence, Chicago: University of Chicago Press.

Bai, Jushan and Ng, Serena (2004), A PANIC attack on unit roots and cointegration, Econometrica, 72 (4): 1127-1177.

Cedras, Claudette and Shah, Mubarak (1995), Motion-based recognition a survey, Image and Vision Computing, 13 (2), 129-155.

Crone, Theodore M. (2005), An alternative definition of economic regions in the United States based on similarities in state business cycles, Review of Economics and Statistics, 87 (4), 617-626.

Cubadda, Gianluca and Hecq, Alain and Palm, Franz C (2009), Studying co-movements in large multivariate data prior to multivariate modelling, Journal of Econometrics, 148 (1): 25-35.

Engle, Robert F and Kozicki, Sharon (1993), Testing for common features, Journal of Business & Economic Statistics, 11 (4): 369-380.

Francis, Neville and Owyang, Michael T and Savascin, Ozge (2017), An endogenously clustered factor approach to international business cycles, Journal of Applied Econometrics, 32 (7): 1261-1276.

Fröhwirth-Schnatter, Sylvia and Kaufmann, Sylvia (2008), Model-based clustering of multiple time series, Journal of Business & Economic Statistics, 26 (1): 78-89.

Funashima, Yoshito (2017), Time-varying leads and lags across frequencies using a continuous wavelet transform approach, Economic Modelling, 60 (1): 24-28.

(27)

27

Geiger, Davi and Gupta, Alok and Costa, Luiz A. and Vlontzos, John (1995), Dynamic programming for detecting, tracking, and matching deformable contours, IEEE Transactions on Pattern Analysis and Machine Intelligence, 17 (3): 294-302.

Gullo, Francesco and Ponti, Giovanni and Tagarelli, Andrea and Tradigo, Giuseppe and Veltri, Pierangelo (2012), A time series approach for clustering mass spectrometry data, Journal of Computational Science, 3 (5): 344-355.

Hamilton, James D. and Owyang Michael T. (2012), The propagation of regional recessions, Review of Economics and Statistics, 94 (4): 935-947.

Keogh, Eamonn J and Pazzani, Michael J. (2000), Scaling up dynamic time warping for datamining applications, Proceedings of the sixth ACM SIGKDD international conference on Knowledge discovery and data mining, 285-289.

Keogh, Eamonn J and Pazzani, Michael J. (2001), Derivative dynamic time warping, Proceedings of the 2001 SIAM International Conference on Data Mining, 1-11, SIAM. Liao, T Warren (2005), Clustering of time series data -— a survey, Pattern Recognition, 38 (11): 1857-1874.

Liao, T.W. (2005), Clustering of time series data – A survey, Pattern Recognition, 38 (11): 1857-1874.

MacQueen, James and others (1967). Some methods for classification and analysis of multivariate observations, Proceedings of the fifth Berkeley Symposium on Mathematical Statistics and Probability, 1 (14): 281-297.

Mullainathan, Sendhil and Spiess, Jann (2017), Machine learning: an applied econometric approach, Journal of Economic Perspectives, 31 (2): 87-106.

Müller, Meinard (2007), Dynamic time warping, chapter in Information Retrieval for Music and Motion, Berlin: Springer Verlag, pages 69-84.

(28)

Papageorgiou, Theofanis and Michaelides, Panayotis G and Milios, John G. (2017), Business cycles synchronization and clustering in Europe (1960--2009), Journal of Economics and Business, 62 (5): 419-470.

Petitjean, Francois and Ketterlin, Alain and Gancarski, Pierre (2011), A global averaging method for dynamic time warping, with applications to clustering, Pattern Recognition, 44 (3): 678-693.

Raihan, Tasneem (2017), Predicting US Recessions: A Dynamic Time Warping exercise In economics, Unpublished Working paper.

Sakoe, Hiroaki and Chiba, Seibi (1978), Dynamic programming algorithm optimization for spoken word recognition, IEEE Transactions on Acoustics, Speech, and Signal Processing, 26 (1): 43-49.

Salvador, Stan and Chan, Philip (2007), Toward accurate dynamic time warping in linear time and space, Intelligent Data Analysis, 11 (5): 561-580.

Sullivan, Mary Kay and Miller, Alex (1996), Segmenting the informal venture capital market: Economic, hedonistic, and altruistic investors, Journal of Business Research, 36 (1): 25-35.

Wang, Gang-Jin and Xie, Chi and Han, Feng and Sun, Bo (2012), Similarity measure and topology evolution of foreign exchange markets using dynamic time warping method: Evidence from minimal spanning tree, Physica A: Statistical Mechanics and its Applications, 391 (16):4136—4146.

Xie, Ying and Wiltgen, Bryan (2010), Adaptive feature based dynamic time warping, International Journal of Computer Science and Network Security, 10 (1): 264-273.

Zhang, Yuan and Hepner, George F. (2017), The Dynamic-Time-Warping-based k-means++ clustering and its application in phenoregion delineation, International Journal of Remote Sensing, 38 (6): 1720-1736.

Referenties

GERELATEERDE DOCUMENTEN

reversed: the major emphasis was placed on the lighting of the tunnel entrance; One might call these two steps the first and the second genera- tion of

In so mmige gevalle ge- sl dcd die vermorsing as gcvolg van nalatigheid terwyl c lit soms as gevolg van onvoorsiene omstandighede plaasvind.. Graan sif gedurig op die

Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of

Dat je niet krom moet liggen om toch die lage kostprijs van maximaal 34 eurocent per kg melk te halen, want dan ben je verkeerd bezig… Maar je moet je bijvoorbeeld wél afvragen: wil

The wildlife industry in Namibia has shown tremendous growth over the past decades and is currently the only extensive animal production system within the country that is

markets, allowing for natural-resource-management approaches as possibilities into production systems. South Africa — as an arid country — faces the challenge of

The crop angle of inclination (CAI), defined, as the angle made by the crop stem with respect to the zenith direction, is an important metric to describe the physical structure of a

Our study showed that there is no advantage of measur- ing VAT over WC in the diagnosis of MetS as VAT area, WC and WHtR performed similarly in predicting two components of MetS