Power Grid Topology Classification Based on Time Domain Analysis

Total Page:16

File Type:pdf, Size:1020Kb

Power Grid Topology Classification Based on Time Domain Analysis Power Grid Topology Classification Based on Time Domain Analysis Jia He, Maggie X. Cheng and Mariesa L. Crow, Fellow, IEEE Abstract—Power system monitoring is significantly im- all depend on the correct network topology information. proved with the use of Phasor Measurement Units (PMUs). Topology change, no matter what caused it, must be The availability of PMU data and recent advances in ma- immediately updated. An unattended topology error may chine learning together enable advanced data analysis that lead to cascading power outages and cause large scale is critical for real-time fault detection and diagnosis. This blackout ( [2], [3]). In this paper, we demonstrate that paper focuses on the problem of power line outage. We use a machine learning framework and consider the problem using a machine learning approach and real-time mea- of line outage identification as a classification problem in surement data we can timely and accurately identify the machine learning. The method is data-driven and does outage location. We leverage PMU data and consider not rely on the results of other analysis such as power the task of identifying the location of line outage as flow analysis and solving power system equations. Since it a classification problem. The methods can be applied does not involve using power system parameters to solve in real-time. Although training a classifier can be time- equations, it is applicable even when such parameters are consuming, the prediction of power line status can be unavailable. The proposed method uses only voltage phasor done in real-time. angles obtained from PMUs. It first extracts frequency Compared to previous works on line outage detec- domain features from the PMU data streams, and then trains a classifier to learn the network topology based on tion and identification, this work does not rely on the the frequency domain features. The proposed method is results of other critical tasks such as state estimation tested by using simulated data from PSAT. It is shown ( [4]) or load-flow analysis ( [5]). These tasks require that the frequency domain features are robust against not only network connectivity information but also line dynamic load changes and noise in data. The prediction parameters and power injections. In this paper, we use performance is comparable to previous works that require measurement data only to determine the status of power detailed system information such as line parameters. lines, thus there is no interlocking with other tasks Index Terms—Line Outage, Machine Learning, Classi- such as state estimation. It is paramount that the line fication, Network Topology outage identification can be performed independently and prior to the tasks that rely on network topology I. INTRODUCTION information to work. The data-driven approach compared to the previous works that involve solving accurate state In recent years topics on anomaly detection in power equations is a fundamental breakthrough. systems and subsequent fault localization are heavily Compared to earlier works that use machine learning investigated. They received much attention due to the approaches, the proposed work distinguishes itself in importance of the topics and the challenges to address several ways: 1) It is not based on a particular flow them. We focus on one type of anomaly in this paper: model (DC or AC). The input to the classifiers is derived power line outage. information from PMU measurements, and the classifiers Power line outages caused by overgrown trees, wild do not use model-specific information; 2) We do not use animals, and inclement weather conditions account for voltage magnitudes and power injections. We only use most power disruptions ( [1]). It is critical to develop phasor angles. Instead of using phasor angles directly, real-time procedures that can quickly detect and identify we use the difference between the phasor angles from the outage location since other important tasks such as two adjacent buses to build time series. We then use the flow analysis, state estimation, and contingency analysis spectrum features extracted from the time series as input This work was supported in part by the National Science Founda- for the classifiers. These features more accurately capture tion of USA under grants 1854077 and 1854078. the correlation with the network topology than those used J. He and M. Cheng are with Illinois Institute of Technology, in previous work; 3) The performance of the classifiers Chicago, IL 60616 USA (e-mail: [email protected]). M. Crow is with Missouri University of Science and Technology, are reported by using precision and recall as metrics, Rolla, MO 65401 USA (e-mail: [email protected]). instead of an overall accuracy or error rate as in the past 2 work. The overall accuracy is high mainly because the method is developed to solve the line outage identifi- classifiers perform well for the non-case, i.e., it predicts cation problem by using the DC model. An important the network has no outage when there is no outage. For assumption is that line outage is sparse in the power grid. rare event detection, the non-case is the majority case The proposed method also achieves low-complexity, but in the dataset. Even though a classifier performs poorly different from [5], the proposed method is completely for the ”yes” case, the overall accuracy is still high. data-driven, and does not need the line parameters (e.g., However, we think it is a reasonable argument that to reactance). detect the ”yes” case accurately is more important. We [9] solved outage detection and state estimation as therefore emphasize how to improve the detection rate coupled problems. It is also not rare to address line (recall) in this paper; 4) Our work does not depend on the outage detection and identification as one coupled prob- sparsity assumption as in [5]. Since each line is predicted lem (see [10], [11]). Both [10] and [11] use incremental separately, the number of line outages that it can predict changes from measurements between two time instances is unlimited; 5) Using our feature extraction method, as random variables to build time series. [10] uses the classifiers do not require PMU data from all buses. phasor angles and [11] uses voltage magnitudes. In [10] Experiment results show that it requires only a subset change point detection is performed based on the time of PMU data. We further show which PMU location series directly, and line outage is detected from the is dispensable and which is not, and the conclusion first series that reported the change. In [11] detection is specific to the line we try to predict. This implies and identification are based on changes on conditional that accurate topology information of the network is not correlation. There are also several works using message essential to the machine learning algorithms. However, passing algorithms for network topology inference, e.g., knowing which pair of buses is connected by a line [12], [13]. can reduce the feature space. The knowledge of the full In recent years, there are a handful of works using topology is a plus, without which the algorithms still machine learning approaches for power line outage de- work although with longer training time; 6) Finally, to tection. To name a few, in [14], a classical support vector our knowledge, this is the first work to predict power machine (SVM) approach is developed for single line line outage in a very large system (1354-bus with 1991 outage detection. In [15] and [16] neural networks are lines) at high detection rates. developed to predict single and double line outages, and The rest of the paper is organized as follows: in both use only a single hidden layer. In [15], the input Section II, we review some related work on the topics of to the neural network includes phasor angles and power power line outage in modern power systems; in Section injections; in [16] the input is voltage magnitudes and III, we provide an overview of the methodology, the phasor angles. [16] addressed partial data inference and analysis behind the proposed method, and then detailed [17] discussed optimal locations for PMUs. It was solved description of the feature extraction method and descrip- as an optimization problem to maximize the system’s tion of the classifiers; Section IV provides extensive ability to detect single-line outages. simulation results on line outage identification; Section V concludes the paper with a plan for future work. III. PROPOSED METHODS II. RELATED WORK A. Overview We briefly review some representative works on power This paper focuses on the identification of power line line outage detection and identification. In [6], a proce- outage, i.e., to locate which lines are out. We use the dure is developed to detect a single line outage based measurement data from buses for this task. Throughout on line connectivity information and PMU data. Line the implementation of the method, we assume no prior outage is identified based on pre-outage flow analysis. knowledge about the admittance matrix or state equa- To perform flow analysis, the system admittance matrix tions of the system. is needed. In [7], the method is extended to address First, we need to identify the measurement that shows double line outages. It is pointed out in [7] that missing high correlation with power line topology. PMU data may lead to indistinguishable outages. This Recall that the active power transfer is a function of conclusion is consistent with our findings in this paper. phasor angles. Let θi be the phasor angle at bus i, and Multiple line outage detection and identification using Pij be the active power transfer from bus i to bus j. We PMU data are addressed in recent works.
Recommended publications
  • Moving Average Filters
    CHAPTER 15 Moving Average Filters The moving average is the most common filter in DSP, mainly because it is the easiest digital filter to understand and use. In spite of its simplicity, the moving average filter is optimal for a common task: reducing random noise while retaining a sharp step response. This makes it the premier filter for time domain encoded signals. However, the moving average is the worst filter for frequency domain encoded signals, with little ability to separate one band of frequencies from another. Relatives of the moving average filter include the Gaussian, Blackman, and multiple- pass moving average. These have slightly better performance in the frequency domain, at the expense of increased computation time. Implementation by Convolution As the name implies, the moving average filter operates by averaging a number of points from the input signal to produce each point in the output signal. In equation form, this is written: EQUATION 15-1 Equation of the moving average filter. In M &1 this equation, x[ ] is the input signal, y[ ] is ' 1 % y[i] j x [i j ] the output signal, and M is the number of M j'0 points used in the moving average. This equation only uses points on one side of the output sample being calculated. Where x[ ] is the input signal, y[ ] is the output signal, and M is the number of points in the average. For example, in a 5 point moving average filter, point 80 in the output signal is given by: x [80] % x [81] % x [82] % x [83] % x [84] y [80] ' 5 277 278 The Scientist and Engineer's Guide to Digital Signal Processing As an alternative, the group of points from the input signal can be chosen symmetrically around the output point: x[78] % x[79] % x[80] % x[81] % x[82] y[80] ' 5 This corresponds to changing the summation in Eq.
    [Show full text]
  • Logistic-Weighted Regression Improves Decoding of Finger Flexion from Electrocorticographic Signals
    Logistic-weighted Regression Improves Decoding of Finger Flexion from Electrocorticographic Signals Weixuan Chen*-IEEE Student Member, Xilin Liu-IEEE Student Member, and Brian Litt-IEEE Senior Member Abstract— One of the most interesting applications of brain linear Wiener filter [7–10]. To take into account the computer interfaces (BCIs) is movement prediction. With the physiological, physical, and mechanical constraints that development of invasive recording techniques and decoding affect the flexion of limbs, some studies applied switching algorithms in the past ten years, many single neuron-based and models [11] or Bayesian models [12,13] to the results of electrocorticography (ECoG)-based studies have been able to linear regressions above. Other studies have explored the decode trajectories of limb movements. As the output variables utility of non-linear methods, including neural networks [14– are continuous in these studies, a regression model is commonly 17], multilinear perceptrons [18], and support vector used. However, the decoding of limb movements is not a pure machines [18], but they tend to have difficulty with high regression problem, because the trajectories can be apparently dimensional features and limited training data [13]. classified into a motion state and a resting state, which result in a binary property overlooked by previous studies. In this Nevertheless, the studies of limb movement translation paper, we propose an algorithm called logistic-weighted are in fact not pure regression problems, because the limbs regression to make use of the property, and apply the algorithm are not always under the motion state. Whether it is during an to a BCI system decoding flexion of human fingers from ECoG experiment or in the daily life, the resting state of the limbs is signals.
    [Show full text]
  • STATISTICAL FOURIER ANALYSIS: CLARIFICATIONS and INTERPRETATIONS by DSG Pollock
    STATISTICAL FOURIER ANALYSIS: CLARIFICATIONS AND INTERPRETATIONS by D.S.G. Pollock (University of Leicester) Email: stephen [email protected] This paper expounds some of the results of Fourier theory that are es- sential to the statistical analysis of time series. It employs the algebra of circulant matrices to expose the structure of the discrete Fourier transform and to elucidate the filtering operations that may be applied to finite data sequences. An ideal filter with a gain of unity throughout the pass band and a gain of zero throughout the stop band is commonly regarded as incapable of being realised in finite samples. It is shown here that, to the contrary, such a filter can be realised both in the time domain and in the frequency domain. The algebra of circulant matrices is also helpful in revealing the nature of statistical processes that are band limited in the frequency domain. In order to apply the conventional techniques of autoregressive moving-average modelling, the data generated by such processes must be subjected to anti- aliasing filtering and sub sampling. These techniques are also described. It is argued that band-limited processes are more prevalent in statis- tical and econometric time series than is commonly recognised. 1 D.S.G. POLLOCK: Statistical Fourier Analysis 1. Introduction Statistical Fourier analysis is an important part of modern time-series analysis, yet it frequently poses an impediment that prevents a full understanding of temporal stochastic processes and of the manipulations to which their data are amenable. This paper provides a survey of the theory that is not overburdened by inessential complications, and it addresses some enduring misapprehensions.
    [Show full text]
  • Validity of Spatial Covariance Matrices Over Time and Frequency
    Validity of Spatial Covariance Matrices over Time and Frequency Ingo Viering'1,Helmu t Hofstette?,W olfgang Utschick 3, ')Forschungszenmm ')Institute for Circuit Theory and Signal Processing ')Siemens AG Telekommunikation Wien Munich University of Technology Lise-Meitner-StraRe 13 Donau-City-StraRe I Arcisstraae 21 89081 Ulm, Germany 1220 Vienna, Austria 80290 Munich, Germany [email protected] [email protected] [email protected] Abstract-A MIMOchaonrl measurement campaign with s moving mo- measurement data in section IV. Finally, section V draws some bile has heen moducted in Vienna. The measund data rill be used to conclusions. investigate covariance matrices with rapst to their dependence on lime and frequency. This document fmra 00 the description ofthe WaIUatiO1I 11. MEASUREMENTSETUP techniqoa which rill be applied to the measurement data in fhe future. The F-eigen-raHo is defined expressing the degradation due to outdated The measurements were done with the MlMO capable wide- covariance maMcer. IUuitntiag the de*& methods, first nsulti based band vector channel sounder RUSK-ATM, manufactured by 00 the mrasored daU are rho- for a simple line4-sight scemlio. MEDAV [I]. The sounder was specifically adapted to operate at a center frequency of 2GHz with an output power of 2 Wan. The transmitted signal is generated in frequency domain to en- 1. INTRODUCTION sure a pre-defined spectrum over 120MHz bandwidth, and ap- proximately a constant envelope over time. In the receiver the All mobile communication systems incorporating multiple input signal is correlated with the transmitted pulse-shape in antennas on one or on both sides of the transmission link the frequency domain resulting in the specific transfer func- strongly depend on the spatial structure of the mobile chan- tions.
    [Show full text]
  • Ultrasonic Velocity Measurement Using Phase-Slope and Cross- Correlation Methods
    H84 - NASA Technical Memorandum 83794 Ultrasonic Velocity Measurement Using Phase-Slope and Cross- Correlation Methods David R. Hull, Harold E. Kautz, and Alex Vary Lewis Research Center Cleveland, Ohio Prepared for the 1984 Spring Conference of the American Society for Nondestructive Testing Denver, Colorado, May 21-24, 1984 NASA ULTRASONIC VELOCITY MEASUREMENT USING PHASE SLOPE AND CROSS CORRELATION HE I HODS David R. Hull, Harold E. Kautz, and Alex Vary National Aeronautics and Space Administration Lewis Research Center Cleveland, Ohio 44135 SUMMARY Computer Implemented phase slope and cross-correlation methods are In- troduced for measuring time delays between pairs of broadband ultrasonic pulse-echo signals for determining velocity 1n engineering materials. The phase slope and cross-correlation methods are compared with the overlap method §5 which 1s currently 1n wide use. Comparison of digital versions of the three £J methods shows similar results for most materials having low ultrasonic attenu- uj atlon. However, the cross-correlation method 1s preferred for highly attenua- ting materials. An analytical basis for the cross-correlation method 1s presented. Examples are given for the three methods investigated to measure velocity in representative materials in the megahertz range. INTRODUCTION Ultrasonic velocity measurements are widely used to determine properties and states of materials, tn the case of engineering solids measurements of ultrasonic wave propagation velocities are routinely used to determine elastic constants (refs;. 1 to 5). There has been an Increasing use of ultrasonic velocity measurements for nondestructive characterization of material micro- structures and mechanical properties (refs. 6 to 10). Therefore, 1t 1s Impor- tant to have appropriate practical methods for making velocity measurements on a variety of material samples.
    [Show full text]
  • Advanced Antenna Measurement Techniques Using Time Domain Gating
    Advanced Antenna Measurement Techniques using Time Domain Gating Zhong Chen Director, RF Engineering ETS-Lindgren ©2019 ETS-LINDGREN ©2019 ETS-LINDGREN Where do we use TD gating in EMC? TD Gating is a function provided in VNAs: • Antenna measurements • Chamber Qualifications – the new C63.25 TD sVSWR • Cable/Signal integrity measurement • General RF/Microwave loss and reflection measurements • It is a common tool in labs, but rarely fully understood and can be misused. ©2019 ETS-LINDGREN 2 1 Goals of this Presentation • Understand how VNA performs time domain transform and gating. • Understand the nuances of the different parameters, and their effects on time domain gating. • Discuss gating band edge errors, mitigation techniques and limitations of the post-gate renormalization used in a VNA. • Application Example: C63.25 Time Domain site VSWR. ©2019 ETS-LINDGREN 3 Background on Frequency/Time • Time domain data is obtained mathematically from frequency domain. Vector antenna responses in frequency domain can be transformed to time domain. This is a function in commercial Vector Network Analyzers (VNA). • Time Domain and frequency domain are in reciprocal space (via Fourier Transform), transformed from one to the other without any loss of information. They are two ways of viewing the same information. • Bandlimited frequency signals (no DC) is transformed to impulse response in TD. TD step response requires DC, and integration of the impulse response. ©2019 ETS-LINDGREN 2 Two views of the same function https://tex.stackexchange.com/questions /127375/replicate-the-fourier-transform -time-frequency-domains-correspondence Source: wikipedia -illustrati?noredirect=1&lq=1 ©2019 ETS-LINDGREN 5 Do more with time domain gating • Time gating can be thought of as a bandpass filter in time.
    [Show full text]
  • The Wavelet Tutorial Second Edition Part I by Robi Polikar
    THE WAVELET TUTORIAL SECOND EDITION PART I BY ROBI POLIKAR FUNDAMENTAL CONCEPTS & AN OVERVIEW OF THE WAVELET THEORY Welcome to this introductory tutorial on wavelet transforms. The wavelet transform is a relatively new concept (about 10 years old), but yet there are quite a few articles and books written on them. However, most of these books and articles are written by math people, for the other math people; still most of the math people don't know what the other math people are 1 talking about (a math professor of mine made this confession). In other words, majority of the literature available on wavelet transforms are of little help, if any, to those who are new to this subject (this is my personal opinion). When I first started working on wavelet transforms I have struggled for many hours and days to figure out what was going on in this mysterious world of wavelet transforms, due to the lack of introductory level text(s) in this subject. Therefore, I have decided to write this tutorial for the ones who are new to the topic. I consider myself quite new to the subject too, and I have to confess that I have not figured out all the theoretical details yet. However, as far as the engineering applications are concerned, I think all the theoretical details are not necessarily necessary (!). In this tutorial I will try to give basic principles underlying the wavelet theory. The proofs of the theorems and related equations will not be given in this tutorial due to the simple assumption that the intended readers of this tutorial do not need them at this time.
    [Show full text]
  • Covariance Matrix Estimation in Time Series Wei Biao Wu and Han Xiao June 15, 2011
    Covariance Matrix Estimation in Time Series Wei Biao Wu and Han Xiao June 15, 2011 Abstract Covariances play a fundamental role in the theory of time series and they are critical quantities that are needed in both spectral and time domain analysis. Es- timation of covariance matrices is needed in the construction of confidence regions for unknown parameters, hypothesis testing, principal component analysis, predic- tion, discriminant analysis among others. In this paper we consider both low- and high-dimensional covariance matrix estimation problems and present a review for asymptotic properties of sample covariances and covariance matrix estimates. In particular, we shall provide an asymptotic theory for estimates of high dimensional covariance matrices in time series, and a consistency result for covariance matrix estimates for estimated parameters. 1 Introduction Covariances and covariance matrices play a fundamental role in the theory and practice of time series. They are critical quantities that are needed in both spectral and time domain analysis. One encounters the issue of covariance matrix estimation in many problems, for example, the construction of confidence regions for unknown parameters, hypothesis testing, principal component analysis, prediction, discriminant analysis among others. It is particularly relevant in time series analysis in which the observations are dependent and the covariance matrix characterizes the second order dependence of the process. If the underlying process is Gaussian, then the covariances completely capture its dependence structure. In this paper we shall provide an asymptotic distributional theory for sample covariances and convergence rates for covariance matrix estimates of time series. In Section 2 we shall present a review for asymptotic theory for sample covariances of stationary processes.
    [Show full text]
  • Time-Domain Analysis of Continuous-Time Systems*
    Time-Domain Analysis of Continuous-Time Systems* *Systems are LTI from now on unless otherwise stated Recall course objectives Main Course Objective: Fundamentals of systems/signals interaction (we’d like to understand how systems transform or affect signals) Specific Course Topics: -Basic test signals and their properties -Systems and their properties -Signals and systems interaction Time Domain: convolution Frequency Domain: frequency response -Signals & systems applications: audio effects, filtering, AM/FM radio -Signal sampling and signal reconstruction Signals & Systems interaction in the TD Goals I. Impulse Response (IR) and Convolution Formula -Definition of IR and its use for system identification -Convolution formula and its graphical interpretation II. Properties of systems from IR and convolution -Impulse response as a measure of system memory/stability -Alternative measures of memory/stability: step response III. Applications of convolution -Audio effects: reverberation -Noise removal (i.e. signal filtering or smoothing) The Impulse Response Problem: Find the response of a system to an impulsive input. "(t) S h(t) h ( t) is called the Impulse Response. ! ! Use what you know about LTI systems to compute h ( t ). ! Easy to “compute” in state space. ! The Impulse Response Problem: Find the response of an LTI system in state space to an impulsive input. Solution: If the LTI system is causal it can be represented in state space. We are looking for a solution to Since the system is causal, and assuming zero initial conditions, we have that for all . In particular . Integrating from to The Impulse Response Solution (continued): Fact: does not contain impulses! Therefore From this point on the system has zero input and its response is the homogenous solution: Putting it all together: where is the impulse response.
    [Show full text]
  • What Is the Frequency Domain? We Live in the Time Domain. the Sounds
    What is the Frequency Domain? We live in the time domain. The sounds that our ears perceive exist in time, and we have no other way to perceive them. Sound cannot be frozen like a moving image. Stop a movie, and you see a fully discernible image. Stop a sound and it ceases to exist. However, we can use computers to analyze frozen signals. We do this by transforming sound from the time domain into the frequency domain using the Fourier Transform. With the Fourier Transform, we can pause a signal to look at it’s momentary frequency content. We can also alter and filter thin slices of the frequency spectrum. In the time domain, we think about sound as a series of pulse waves that hit our ear over a period of time. We also often picture a sound like a sine wave or more complex signal. In the frequency domain, we are able to look at a small slice of a signal and see what frequencies are present. We care able to look at the entire spectrum, from below the range of human hearing up to ultraviolet waves and beyond. FFT: We use an FFT or Fast Fourier Transform to convert a signal from the time domain (our world) to the frequency domain (another dimension). An FFT takes a very small section of sound from the time domain - 512, 1024, 2048 or any power of 2 number of samples - and converts this into the frequency domain. The math of the Fourier Transform is beyond the scope of this class, but you can still use it as a powerful tool for sound transformation.
    [Show full text]
  • Condition Monitoring Using Accelerometer Readings
    Condition Monitoring Using Accelerometer Readings Cheryl Danner, Kelly Gov, Simon Xu Stanford University Abstract—In the field of condition monitoring, machine learn- around the frequencies that are indicative of faults [3]. This is ing techniques are actively being developed to detect and/or good for certain fault patterns, such as the raised harmonics predict faults in equipment. In this paper, the authors prototype present in mechanical looseness, but not so good for other a process to monitor the condition of rotating machinery using accelerometer readings. Time domain and frequency domain common problems, such as rolling bearing wear, which are features are used to categorize data samples, with performance present in subharmonic frequencies. While there are simpler compared for three supervised learning algorithms: logistic techniques, a trained machine learning algorithm can be the regression, Naive Bayes, and SVM. Two unsupervised learning most effective at classifying machinery problems from spectral algorithms, k-means and mixture of Gaussians, are investigated patterns. for use in filtering data initially and identifying machine mal- functions. Logistic regression gives the lowest error rate in tests run on the available dataset, classifying all test samples correctly III. DATASET AND FEATURES using time or frequency features. A combination of k-means and mixture of Gaussians algorithms shows potential for filtering data To train and test our models, we have obtained several and identifying machine malfunctions. datasets from different rotating machines, labeled M1, M3, M4, and SN41, which refer to a feed pump, a condensate I. INTRODUCTION pump, the motor driving the condensate pump, and a shaker In the industrial and manufacturing world, a vibration motor, respectively.
    [Show full text]
  • Spectral-Based Tests for Periodicities
    SPECTRAL-BASED TESTS FOR PERIODICITIES DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Lai Wei, M.S. ***** The Ohio State University 2008 Dissertation Committee: Approved by Professor Peter F. Craigmile, Adviser Professor Thomas J. Santner Adviser Professor Wayne M. King Graduate Program in Statistics c Copyright by Lai Wei 2008 ABSTRACT In this thesis, tests for periodicity are investigated based on a spectral analysis of a time series. Some important fundamental theories of spectral analysis of sta- tionary and harmonic processes are reviewed. A regression model is developed in the frequency domain based on the Fourier transformation. We present some of the peri- odogram based tests, which are the global test and three local tests, i.e., the hearing test, local F test and Thomson’s multitaper test. We will show that most of the tests can be derived from our regression model with the error term having an approxi- mately diagonal covariance matrix. The distribution of the error term of the spectral regression model is based on the asymptotic distribution of the tapered Fourier trans- form of the error process. This asymptotic distribution has approximately a diagonal covariance matrix when the sample size is large and the spectral density functions (SDFs) of error processes have small dynamic range. We contrast the F test in the time domain and the local F test in the frequency domain as well as the global and local spectral-based tests. The global test uses the spectral estimates at all sample points, whereas a local test uses a subset of the sample points available.
    [Show full text]