Introduction In this blog, we examine the issue of identifying unit roots in the presence of structural breaks. We will use the quarterly US current account to GDP ratio to compare results from a number of unit root test found in the GAUSS tspdlib library including the: Zivot-Andrews (1992) unit root test with a single [...]
Introduction Permutation Entropy (PE) is a robust time series tool which provides a quantification measure of the complexity of a dynamic system by capturing the order relations between values of a time series and extracting a probability distribution of the ordinal patterns (see Henry and Judge, 2018). Among its main features, the PE approach: Is [...]
Introduction Though many standard econometric models assume that variance is constant, structural breaks in variance are well-documented, particularly in economic and finance data. If these changes are not accurately accounted for, they can hinder forecast inference measures, such as forecast variances and intervals. In this blog, we consider a tool that can be used to [...]
Introduction Last week we learned how to use the date keyword to load dates into GAUSS. Today, we will plot some high-frequency Forex data. The data Today's dataset (usdcad_tick.csv) contains tick data for a little over 30,000 observations of the bid price for the USD/CAD currency pair from January 2, 2018. This file has two [...]
Introduction Time series data with inconsistently formatted dates and times can make your work frustrating. Dates and times are often stored as strings or text data and converting to a consistent, numeric format might seem like a daunting task. Fortunately, GAUSS includes an easy tool for loading and converting dates and times – the date [...]
Introduction The key to getting the most performance from a matrix language is to vectorize your code as much as possible. Vectorized code performs operations on large sections of matrices and vectors in a single operation, rather than looping over the elements one-by-one. For example, we could scale a vector by looping over each element: [...]
Introduction The housing market has been on a roller coaster ride since the early 2000s. We have seen the rise and fall of one bubble and it is feared by some that we may be witnessing a second bubble today. If we want to study housing prices, an important first step is to check and [...]
Introduction While structural breaks are a widely examined topic in pure time series, their impacts on panel data models have garnished less attention. However, in their forthcoming paper Chowdhury and Russell (2018) demonstrate that structural breaks can cause bias in the instrumental variable panel estimation framework. This work highlights that structural breaks shouldn't be limited [...]