Published on in Vol 4, No 1 (2019): Jan-Dec

Automatic Near Real-Time Outlier Detection and Correction in Cardiac Interbeat Interval Series for Heart Rate Variability Analysis: Singular Spectrum Analysis-Based Approach

Automatic Near Real-Time Outlier Detection and Correction in Cardiac Interbeat Interval Series for Heart Rate Variability Analysis: Singular Spectrum Analysis-Based Approach

Automatic Near Real-Time Outlier Detection and Correction in Cardiac Interbeat Interval Series for Heart Rate Variability Analysis: Singular Spectrum Analysis-Based Approach

Authors of this article:

Michael Lang1 Author Orcid Image

Original Paper

Graduate School of Excellence Computational Engineering, Technische Universität Darmstadt, Darmstadt, Germany

Corresponding Author:

Michael Lang, MSc

Graduate School of Excellence Computational Engineering

Technische Universität Darmstadt

Dolivostraße 15

Darmstadt, 64293

Germany

Phone: 49 61511624401

Fax:49 61511624404

Email: michael.lang@ieee.org


Background: Heart rate variability (HRV) is derived from the series of R-R intervals extracted from an electrocardiographic (ECG) measurement. Ideally all components of the R-R series are the result of sinoatrial node depolarization. However, the actual R-R series are contaminated by outliers due to heart rhythm disturbances such as ectopic beats, which ought to be detected and corrected appropriately before HRV analysis.

Objective: We have introduced a novel, lightweight, and near real-time method to detect and correct anomalies in the R-R series based on the singular spectrum analysis (SSA). This study aimed to assess the performance of the proposed method in terms of (1) detection performance (sensitivity, specificity, and accuracy); (2) root mean square error (RMSE) between the actual N-N series and the approximated outlier-cleaned R-R series; and (3) how it benchmarks against a competitor in terms of the relative RMSE.

Methods: A lightweight SSA-based change-point detection procedure, improved through the use of a cumulative sum control chart with adaptive thresholds to reduce detection delays, monitored the series of R-R intervals in real time. Upon detection of an anomaly, the corrupted segment was substituted with the respective outlier-cleaned approximation obtained using recurrent SSA forecasting. Next, N-N intervals from a 5-minute ECG segment were extracted from each of the 18 records in the MIT-BIH Normal Sinus Rhythm Database. Then, for each such series, a number (randomly drawn integer between 1 and 6) of simulated ectopic beats were inserted at random positions within the series and results were averaged over 1000 Monte Carlo runs. Accordingly, 18,000 R-R records corresponding to 5-minute ECG segments were used to assess the detection performance whereas another 180,000 (10,000 for each record) were used to assess the error introduced in the correction step. Overall 198,000 R-R series were used in this study.

Results: The proposed SSA-based algorithm reliably detected outliers in the R-R series and achieved an overall sensitivity of 96.6%, specificity of 98.4% and accuracy of 98.4%. Furthermore, it compared favorably in terms of discrepancies of the cleaned R-R series compared with the actual N-N series, outperforming an established correction method on average by almost 30%.

Conclusions: The proposed algorithm, which leverages the power and versatility of the SSA to both automatically detect and correct artifacts in the R-R series, provides an effective and efficient complementary method and a potential alternative to the current manual-editing gold standard. Other important characteristics of the proposed method include the ability to operate in near real-time, the almost entirely model-free nature of the framework which does not require historical training data, and its overall low computational complexity.

JMIR Biomed Eng 2019;4(1):e10740

doi:10.2196/10740

Keywords



Background on Heart Rate Variability

Oscillations in the time interval between successive heart beats, referred to as heart rate variability (HRV), have long been known to allow for insight into the intricate control mechanisms of the autonomic nervous system (ANS) [1-4]. Accordingly, research into HRV has attracted considerable attention over the past 4 decades, as evidenced by an exponential growth of published work [5,6].

In a nutshell, heart rhythm and rate can be said to be governed by the 2 competing divisions of the ANS, that is, the sympathetic nervous system and the parasympathetic nervous system. An increased sympathetic input to the sinoatrial (SA) node yields an increase in heart rate (HR) mediated by the release of adrenaline and noradrenaline and the subsequent activation of β-1-adrenoceptors, resulting in an accelerated diastolic depolarization. On the other hand, an increase in the parasympathetic outflow decreases the HR through the release of acetylcholine by the vagus nerve, which binds to and activates M2 muscarinic acetylcholine receptors in the SA node and eventually slows down the diastolic depolarization rate [4,7-9].

Various HRV measures have been established and are usually categorized as either time domain, frequency domain, or nonlinear analysis techniques [2,4]. To a large extent, the popularity of HRV is because of its easy acquisition and seemingly straightforward interpretation.

The Necessity of Preprocessing the R-R Series

It is crucial to realize that by virtue of its very definition, the HRV encompasses only oscillatory phenomena between heart beats resulting from the SA node depolarization [4,10]. While, ideally, all components of an R-R series originate from the SA node, the actual R-R series in both healthy and diseased subjects are contaminated by outliers due to artifacts and heart rhythm disturbances such as ectopic beats (ie, heart beats whose origin is outside of the SA node). Thus arises the necessity to ensure that the HRV analysis is performed on a series representing only the actual normal sinus rhythm (NSR) interbeat intervals, commonly referred to as N-N series (as in normal-to-normal).

The detrimental impact of ectopics on HRV measures is pronounced and well-documented [6,11-17]. In a recent study Stapelberg et al [18] examined the sensitivity of 38 time domain, frequency domain and nonlinear HRV measures to the addition of artifacts in real and artificial 24-hour recordings. In accordance with previous findings, they concluded short-term time domain HRV measures to be more sensitive to the presence of artifacts than their long-term counterparts. Furthermore, frequency domain measures were found to generally be more sensitive than time domain measures, whereas the less commonly used nonlinear measures were shown to exhibit some inherent robustness properties.

Ectopic heart beats are ubiquitous phenomena and not limited to patients with cardiac disorders and diseases. Hingorani et al [19] retrospectively examined the prevalence of cardiac arrhythmias by scrutinizing 24-hour Holter recordings of 1273 healthy volunteers from 22 phase I clinical trials; note that this specific population is not a representative sample of the overall population. The sample was heavily biased in that, consistent with the requirements of phase I clinical trials, subjects were extensively screened by history, physical examination, and laboratory tests and were therefore significantly healthier than the overall population. Crucially, all subjects underwent 12-lead pretrial electrocardiography (ECG) and were excluded if they had any cardiac conduction disorder or disease, including a personal or familiar history thereof. Those exhibiting ≥2 consecutive ectopics as well as bigeminy, trigeminy and quadrigeminy in their 12-lead ECG examination were also excluded. Despite these rigorous exclusion criteria, Hingorani et al [19], among other findings, found premature atrial complexes in 60.8% of the examined Holter records, followed by premature ventricular complexes (PVCs), which were observed in 43.4% of healthy volunteers. While multifocal PVCs occurred in 5.3%, 3.3% exhibited >200 PVCs per 24-hour ECG recordings. A relatively high prevalence of occasional ectopic beats has been reported by numerous other authors as well both in healthy and diseased subjects [20-23].

In summary, the detection and correction of ectopic beats in tachograms are not merely imperative for formal consistency with the HRV definition but arises from the impact of ectopics on HRV measures and the general prevalence of ectopics.

Prior Work and State-of-the-Art

Compared with the overall research interest directed toward HRV applications, the crucial issue of the discrepancy between most real-world R-R series and their respective N-N series has arguably not received as much attention. The actual gold standard of manual R-R series editing, advocated for in the field’s relevant guideline by the European Society of Cardiology and the North American Society of Pacing and Electrophysiology Task Force [4], remains unaltered to this day [11,24].

It should be noted that, aiding and abetting the aforementioned exponential growth of the HRV-related (applied) research, a number of well-designed and widely used software packages for the HRV analysis have been developed and made available to the general public; these include, but are not limited to, Kubios [25,26], Nevrokard’s aHRV [27], and others [28-30]. More often than not, these commercial software packages tend to be closed source and therefore provide only a limited benefit to algorithm developers. On the other hand, it ought to be acknowledged that they are well suited for the needs of practitioners, as they combine advanced preprocessing and analysis features, intuitive graphical interfaces, and support for various file formats.

In automated approaches the task of the detection and correction of outliers is usually tackled as a two-step process.

First, outliers in the R-R tachogram are detected, usually by straightforward thresholding based on a fixed percentage difference to previous intervals or their SD [31], although some more sophisticated methods have also been proposed [12].

Second, the detected (regions of) artifacts from step 1 are either discarded (thereby reducing the effective length of the tachogram), substituted by preceding uncorrupted intervals or by intervals obtained through interpolation, with linear and cubic spline interpolation being the most popular techniques [11].

Objective of This Work

The objective of this study was to introduce a general framework of low computational complexity that allows for an automatic near real-time detection and correction of outliers in the R-R series based on the singular spectrum analysis (SSA). The main novel contributions of this work include (1) the application of a recently proposed model-free lightweight SSA change-point detection (l-SSA-CPD) algorithm [32]; (2) a modification of l-SSA-CPD through the use of an adaptive control limit sequential ranks (AC-SRC) control chart [33] to drastically reduce detection delays; and (3) upon detection of an anomaly, the substitution of the corrupted tachogram segment by an approximation obtained through recurrent SSA forecasting based on a small outlier-free tachogram segment.

An extensive simulation study comprising 198,000 5-minute long R-R series, obtained by randomly inserting varying amounts of simulated ectopic beats in records taken from the MIT-BIH Normal Sinus Rhythm Database (NSRDB), is conducted to assess the artifact detection and correction performance of the proposed algorithm.

Fundamentals of Basic Univariate Singular Spectrum Analysis and Singular Spectrum Analysis Based Change-Point Detection

Recently, this author proposed a low-complexity model-free approach based on SSA and nonparametric cumulative sum (CUSUM) control charts for real-time cardiac anomaly detection, referred to as l-SSA-CPD [32]. It was shown that l-SSA-CPD reliably detects anomalies even when directly applied to unprocessed (ie, no preprocessing was performed) raw ECG and photoplethysmographic records from common databases publicly available through Physiobank [34].

In this study, modifications to the original l-SSA-CPD algorithm will be introduced, and its capabilities will be expanded by adding a recurrent forecasting feature to generate appropriate substitutes of the corrupted tachogram entries. First, however, a brief restatement of SSA and l-SSA-CPD [32] is required.

Basic Singular Spectrum Analysis Algorithm

SSA is a powerful technique of time series analysis owing much of its appeal to an inherent model-free concept combining elements of conventional time series analysis, multivariate geometry and statistics, and signal processing [35]. The univariate basic SSA can be considered as the application of the principal component analysis to the Hankel matrix (obtained through an embedding of the original univariate time series) with the subsequent attempt to reconstruct the original series.

Consider N observations = (x1,..., xN) of a univariate time series and a lag-integer or embedding dimension M (1 < M < < N) also commonly referred to as the window length. The basic SSA algorithm then encompasses the following 4 steps:

1. Embedding = (x1, ..., xN → Χ ∈ ℝM × K)

A trajectory matrix Χ is constructed by mapping into a sequence of K = N − M + 1 lagged column vectors Xj = (xj, ..., xj+M-1)T, j = 1, ..., K of size M, yielding

Χ is called a Hankel matrix because of its characteristic of having equal elements on the antidiagonals. One can think of Χ as multivariate data with M characteristics and K observations and accordingly Xj of Χ as column vectors in the M-dimensional space ℝM.

2. Singular Value Decomposition of Χ

Taking the singular value decomposition (SVD) of Χ decomposes the trajectory matrix into its orthogonal bases and yields a set of M eigenvalues and eigenvectors. Let the eigenvalues of ΧΧT be λ1 ≥ ··· ≥ λM ≥ 0 and U1,..., UM be the respective eigenvectors. Then, with d = max (i, such that λi>0) denoting the rank of Χ, the SVD of Χ can be expressed as the sum of d elementary matrices

with rank 1 matrices and being the eigenvectors of ΧTΧ. Accordingly, the decomposition in Equation (2) is completely characterized by the set of so-called “eigentriples” .

Note that owing to the symmetry of left and right singular vectors, the SVDs of Χ with lag M and K = N − M + 1 are equivalent, entailing the lack of any additional benefit from the use of larger embedding dimensions M > N / 2 [32,35-39].

3. Eigentriple Grouping

Consider the task of extracting a particular component or signal of interest from observed data contaminated by various artifacts such as noise. To do so, during the third stage of the basic SSA, disjoint subsets of indices {1, ..., d} are determined such that the respective systems of eigenvectors span the subspaces associated with those signal components.

In the example of aiming at the separation of a signal from unwanted noise and other disturbances, this entails determining an appropriate subset of indices I = {i1, ..., il}, l < dM that span an l-dimensional subspace in ℝM, denoted as ℒI ⊂ ℝM = span {UI} = span {Ui1, ..., Uil}, representing the signal whereas the remaining eigentriples with Ī = {i1, ..., id} / I are said to span the noise subspace ℒĪ ⊂ ℝM = span {UĪ}.

The trajectory matrix component ΧI corresponding to the subset I of eigentriples associated with the signal of interest is then

and the component ΧĪ corresponding to the subset Ī = {i1,..., id} I associated with the remainder of the observed signal is

such that the overall SVD of Χ can be rewritten as

In the case of separability (see, eg, [36] at 17), the contribution of ΧI to the entire observed signal Χ is represented by the respective share of eigenvalues .

4. Diagonal Averaging

For perfectly separable signal components, all matrices in the expansion of Equation (5) are Hankel matrices, which require that they all have equal entries on their antidiagonals. In real-world problems, however, perfect separability is rarely achievable. While an approximate separability usually suffices, the final fourth step in the SSA algorithm is required, as the matrices Χi from step 3 would have unequal entries on their antidiagonals. Thus, the Hankelization of all Χi is performed, that is, the compliance with the Hankel structure is enforced by taking the average of each antidiagonal and then replacing each element of that antidiagonal with the determined average. This yields

with being the diagonally averaged matrices.

One can then, for example, easily reconstruct the approximation of the signal of interest through the eigentriples with indices I through the one-to-one correspondence between and the respective time series which provides an approximation of either the entire time series or some components of it, depending on the particular choice of indices I.

Singular Spectrum Analysis Based Change-Point Detection Rationale

The sequential application of SSA for change detection is based on Moskvina and Zhigljavsky [40] (see [39] for an exhaustive discussion; see also [35] for an earlier account of the basic idea). The rationale is to slide 2 (possibly intersecting) moving windows over the time series and to apply the first 3 stages of the basic SSA each time. Think of the first window as adaptively generating a low-dimensional base subspace representation (capturing the main structure in the series) and the second window, which contains at least M new data samples, as generating a test subspace. As both windows are slid over the series, some sort of distance between the base and the test subspace is monitored. If no change-point occurs, the distance remains small, whereas it spikes in the presence of a sudden significant change in the main structure of the series.

The algorithm by Moskvina and Zhigljavsky has been successfully applied to various change detection problems and some improved variations of it have been presented as well (see [32] for a detailed background). Computational complexity, however, ought to be acknowledged as a potentially significant limitation of the said algorithm. Recently, l-SSA-CPD [32] has been proposed as a lightweight alternative. Contrary to the algorithm by Moskvina and Zhigljavsky, which recalculates the SVD of 2 sliding windows each time new observations become available, l-SSA-CPD relies on a nominal low-dimensional signal subspace representation computed only once at startup. As new observations become available, l-SSA-CPD simply allocates them into a vector and calculates a test statistic based on the squared Euclidean distance and the angle between this new data vector and the previously determined nominal reference subspace.

Singular Spectrum Analysis Parameter Selection

The behavior of SSA is largely determined by 2 tuning parameters, namely the window length M and the number l of eigenvalues to be used in the embedding and grouping steps, respectively. While it is undisputed that the successful application of SSA hinges on an appropriate choice of M and l, practitioners are faced with the nuisance that no clear-cut rules as to how they ought to be determined exist.

For a series of length N and window length (or embedding dimension) 1 < M < N, as previously discussed, there is no additional benefit from using M > N / 2 (see, eg, [35] at 69 and[36] at 47). It is widely acknowledged that as the appropriate window length M depends on both the underlying data and the particular application, no universal rule for determining it exists [35-39]. General recommendations vary between MN / 4 [37] and MN / 2 [35,36]. In the case of a periodic signal with period T, it is important for M to be, at least, equal to T for the SSA to capture the main structure of the series. Furthermore, M should be proportional to T [35,36,38]. Of note, small windows act like a smoothing filter of width 2M − 1 [36].

Similarly, it is well known that selecting a proper l is also crucial, for issues are known to arise when eigentriple grouping comprises either an insufficient or an excessive number of eigenvalues. More specifically, if l is too small, the SSA is unable to capture the entire signal whereas if it is too large noise components are unwittingly captured. Since the contribution of a particular series component (associated with the corresponding eigentriple) to the entire series is proportional to the respective eigenvalue, it is common practice to select l by identifying the leading eigenvalues through visual inspection of the eigenvalue spectra or by setting a predefined eigenvalue share (see, eg, [35,36,38] for a more exhaustive discussion).

In addition to the above-referred monographs, interested readers are also referred to some fairly recent contributions by Hassani et al [41] and Khan and Poskitt [42,43], which approach the issue through the concept of separability and information theory, respectively.

In the light of the pragmatic suboptimal approach pursued here, a detailed discussion of the SSA parameter selection is, however, beyond the scope of this study and therefore omitted.


The Proposed Outlier Detection and Correction Framework

The proposed framework consisted of 2 separate stages, namely the detection and the correction of outlier corrupted segments of the tachogram.

Outlier Detection Using Lightweight Singular Spectrum Analysis Change-Point Detection and Adaptive Control Limit Sequential Ranks Control Charts

Let M, N, l, p, q be fixed integers such that l < M < N / 2 and 0 ≤ p < q. Then l-SSA-CPD proceeds as follows:

1. Initialization at n = 0

Akin to MZ, the first 3 steps of the basic SSA are applied on the interval [n + 1, n + N] to obtain a low-dimensional nominal subspace ℒI = ℒI(n=0) which captures the main structure of the series. This involves embedding as in Equation (1) to obtain a trajectory matrix, which, hereafter, we refer to as the base matrix ΧB = ΧB(0) = ΧB(n=0), taking the SVD of ΧB and obtaining ℒI through an appropriate choice of I = {i1,...,il}, l < dM with d = max (i, such that λi > 0).

2. Then, for each n = 0,1,... l-SSA-CPD proceeds as follows:

  • Construction of a test matrix ΧT(n) on the interval [n + p + 1, n + q + M − 1] as

  • Computation of the detection statistic Dn,I,p,q as

with

and with the angle ∠ (ΧT(n), ℒI) taking values in [0, π / 2] and accordingly . Χj(n) = [xn+j, ..., xn+j+M −1]T are the column vectors of ΧT(n) whereas UI = [Ui1, ..., Uil] denotes the M × l matrix of eigenvectors spanning ℒI and º denotes the Hadamard (or element-wise) product. Note that throughout this study, p = N, q = N + 1 is used, that is, the width Q = q × p of the test matrices ΧT(n) used always equals 1. In other words, each test matrix is actually a single column vector containing M new observations. Q = 1 is primarily chosen to allow for an agile response time and to minimize the computational burden [32].

  • Monitoring of Dn,I,p,q using the AC-SRC Control Chart

To reduce detection delays, instead of the sequential ranks CUSUM (SRC) by McDonald [44], as used in the conventional l-SSA-CPD [32], a sequential ranks-based CUSUM with adaptive control limits referred to as AC-SRC [33] is used. AC-SRC is inspired by a distribution-free CUSUM proposed by Chatterjee and Qiu [45] where instead of a fixed threshold a sequence of control limits, determined by the bootstrap estimate of the conditional distribution of the CUSUM test statistic given the last time it was zero, is used. AC-SRC carries the approach of Chatterjee and Qiu over to McDonald’s SRC; the main advantage of the SRC (which is that it does not require training data and control limits can thus easily be determined in advance, eg, through Monte Carlo simulations) is retained while detection delays are significantly reduced because of the use of an adaptive sequence of control limits. Furthermore, owing to a trade-off favoring the lower computational burden and simplicity over the optimal performance, AC-SRC lacks some of the refined fine-tuning routines used in the Chatterjee and Qiu method. The author refrains from a detailed discussion of AC-SRC and refers the interested reader to previous studies [33,45].

Let the sequential rank of Dn,I,p,q be denoted as

The AC-SRC then starts with the same recursive equation as the SRC, ie,

with C0 = 0 and k a reference constant. Let Tn denote the so-called “sprint length” expressing the time elapsed since Cn was last 0, ie,

Furthermore, let Yj be a random variable with distribution

Chatterjee and Qiu showed that the conditional distributions of Cn |Tn in Equation (11) are easier to handle than the unconditional distribution of Cn and under some regularity conditions (see [45] and references therein for details), depend only on j and the underlying process generating distribution, but not on n. Then, for any positive integer jmaxn, the distribution of Cn can be approximated by means of the conditional distributions in Equation (11) as

with Y * ∼ Cn |Tn > jmax and I being the indicator function.

It can be shown that [44], given the observed process is in-control, the quantities Rn / (n + 1) in Equation (10) are independent and discrete uniform on . Herein lies the key advantage of AC-SRC, in that for some fixed jmax and k one can determine a sequence of control limits from

with representing a simulation of Equation (10) for up to some NAC-SRC wherein the quantities Rn / (n + 1) are substituted by the set of random variables as discrete uniform on . The sequence of control limits can then easily and without the need for training data samples be determined by means of Monte Carlo simulations as outlined elsewhere [33].

The AC-SRC signals a change to have occurred if

or if

To limit the computational burden, it is recommended to calculate control limits only up to a reasonably small jmax after which the control limit is kept fixed at hAC-SRCjmax. In addition, following recommendations by Chatterjee and Qiu, the reference constant k is set proportionate to the expected average sprint length E {Tn}. Throughout this work, k was empirically calibrated such that , whereas the average run length (ARL) was set to a nominal ARL0=500. A detailed discussion as to the empirical calibration of control charts would, however, be beyond the scope of this work [33]. Note that as k increases, accordingly jmax decreases E {Tn}, that is, the likelihood of Cn bouncing back to 0 increases [33,45]. For the particular use case examined here, the use of a small jmax to allow for agile change detection is recommended (see Tables 1-4 and the respective discussion in the next section).

Finally, as with the SRC in the conventional l-SSA-CPD algorithm, the control chart is reinitialized after a change has been detected (by setting Cn=0 and Tn=0) to allow for the detection of multiple and potentially nearby change-points [32].

Monitoring of the l-SSA-CPD test statistic Dn,I,p,q with N=20, M=10 by means of AC-SRC with jmax=8, E {Tn}=6 is showcased on a 5-minute tachogram excerpt of record 16,273 MIT-BIH NSRDB artificially contaminated with 2 and 8 ectopics in Figures 1 and 2, respectively. Note the remarkably low detection delay due to the use of AC-SRC.

Outlier Correction Using Recurrent Singular Spectrum Analysis Forecasting

Once an outlier has been detected at say n=τ, accounting for the inherent detection delay and accordingly an uncertainty as to the exact outlier location, the interval [τ − Δ1, τ], is designated as corrupted tachogram segment. Note that Δ1 depends on the (average) detection delay and should be chosen carefully. However, it need not be exact or otherwise optimal. Then, a second interval of length Δ2 immediately preceding the corrupted one is used to obtain an anomaly-free forecast to substitute the corrupted segment with.

The rationale of the proposed framework is depicted in Figure 3, with green and yellow rectangles representing the designated uncorrupted and corrupted segments and the detected change highlighted in red.

As the proposed method operates sequentially as new observations arrive, an appropriate uncontaminated data segment (either uncorrupted to begin with or previously cleaned) to serve as a basis for forecasting is always available. While it may be beneficial to use large values for Δ2 (assuming sufficient past observations were available), keeping Δ1, Δ2 as small as possible is recommended; as doing so allows for near real-time operation and significantly reduces the computational burden. For the purpose of this study, simplicity was prioritized over (more often than not unnecessary) optimality.

Table 1. Detection performance of adaptive control limit sequential ranks with jmax=6 and lightweight singular spectrum analysis change-point detection with N=20, M=10, Q=1, 75% of leading eigentriples.
RecordSensitivitySpecificityAccuracy
16,2650.97120.98270.9825
16,2720.94150.98020.9794
16,2730.99050.99100.9909
16,4200.97710.97780.9777
16,4830.99530.98460.9846
16,5390.93260.98780.9870
16,7730.96920.98320.9829
16,7860.97220.97580.9755
16,7950.88000.99220.9905
17,0520.95210.98300.9825
17,4530.97680.99040.9902
18,1770.95490.97570.9754
18,1840.97190.98050.9803
19,0880.97110.99170.9914
19,0900.99000.97450.9745
19,0930.97440.98370.9834
19,1400.96890.99200.9917
19,8300.99480.99090.9909
Table 2. Detection performance of adaptive control limit sequential ranks with jmax=8 and lightweight singular spectrum analysis change-point detection with N=20, M=10, Q=1, 75% of leading eigentriples.
RecordSensitivitySpecificityAccuracy
16,2650.93350.98600.9854
16,2720.85950.98500.9828
16,2730.91990.99220.9913
16,4200.91410.98100.9803
16,4830.95690.98930.9888
16,5390.74940.98890.9863
16,7730.87810.98580.9844
16,7860.90380.97790.9767
16,7950.72100.99360.9897
17,0520.82590.98510.9829
17,4530.90130.99330.9921
18,1770.81010.97850.9771
18,1840.85080.98330.9819
19,0880.86670.99240.9910
19,0900.94030.97930.9789
19,0930.89200.98690.9854
19,1400.87960.99460.9933
19,8300.95100.99450.9941
Table 3. Detection performance of adaptive control limit sequential ranks with jmax=12 and lightweight singular spectrum analysis change-point detection with N=20, M=10, Q=1, 75% of leading eigentriples.
RecordSensitivitySpecificityAccuracy
16,2650.88160.98750.9864
16,2720.82400.98710.9844
16,2730.87100.99400.9925
16,4200.87410.98500.9839
16,4830.89900.99000.9889
16,5390.72180.99080.9879
16,7730.82020.98710.9850
16,7860.84210.98140.9794
16,7950.66190.99430.9898
17,0520.77530.98930.9865
17,4530.84500.99390.9921
18,1770.75390.98240.9805
18,1840.79520.98530.9832
19,0880.80300.99300.9909
19,0900.88690.98240.9814
19,0930.83790.98920.9869
19,1400.80040.99510.9931
19,8300.90630.99480.9939
Table 4. Detection performance of adaptive control limit sequential ranks with jmax=16 and lightweight singular spectrum analysis change-point detection with N=20, M=10, Q=1, 75% of leading eigentriples.
RecordSensitivitySpecificityAccuracy
16,2650.86230.98780.9866
16,2720.79470.98850.9854
16,2730.87740.99420.9929
16,4200.85850.98510.9838
16,4830.89500.99040.9893
16,5390.72600.99200.9890
16,7730.79510.98800.9857
16,7860.80220.98140.9790
16,7950.69130.99410.9900
17,0520.78660.99050.9881
17,4530.81760.99510.9932
18,1770.76440.98410.9823
18,1840.78460.98660.9847
19,0880.81190.99360.9917
19,0900.87330.98370.9827
19,0930.82990.98980.9875
19,1400.79490.99530.9934
19,8300.89790.99520.9944
Figure 1. Adaptive control limits sequential ranks cumulative sum (AC-SRC) monitoring with jmax=8, E {Tn}=6, ARL0=500 of Dn,I,p,q with N=20, M=10, Q=1, 75% of leading eigentriples (top) for a 5-minute tachogram excerpt of record 16273 MIT-BIH Normal Sinus Rhythm Database (NSRDB) with 2 artificially inserted ectopics (bottom).
View this figure
Figure 2. Adaptive control limits sequential ranks cumulative sum (AC-SRC) monitoring with jmax=8, E {Tn}=6, ARL0=500 of Dn,I,p,q with N=20, M=10, Q=1, 75% of leading eigentriples (top) for a 5-minute tachogram excerpt of record 16273 MIT-BIH Normal Sinus Rhythm Database (NSRDB) with 8 artificially inserted ectopics (bottom).
View this figure
Figure 3. Schematic depiction of the proposed R-R series outlier detection and correction framework. Adaptive control limits sequential ranks cumulative sum with low detection delay is used to monitor lightweight singular spectrum analysis (SSA) change-point detection’s test statistic; when it signals (red vertical bar), a segment of length Δ1 immediately preceding the detection is labeled as being corrupted (yellow rectangle) and a larger, yet still reasonably small segment of length Δ2 (green rectangle) is used to construct a trajectory matrix for the recurrent SSA forecasting which eventually yields a short-term SSA forecast of length Δ1 which the corrupted segment is then substituted with.
View this figure

Time series forecasting plays a crucial role in many scientific fields and arguably also represents one of the most popular (real-world) application areas of the SSA. Note that there exist different approaches for SSA forecasting [46], most notably recurrent and vector forecasting. Refraining from any detailed discussion (see [35-38] for excellent monographs on the subject matter), the recurrent SSA forecasting approach used in this study will briefly be outlined. As with other more advanced capabilities that go beyond the realm of basic SSA, forecasting and missing value imputation (note that the 2 are closely related with the latter being the more general problem incorporating forecasting as a special case) in a way sacrifice some of the model-free beauty and appeal of SSA by invoking certain model assumptions. On the other hand, this appears to be outweighed by the successful application of SSA forecasting in numerous areas [47-52]. Furthermore, Golyandina and Zhigljavsky [36] point out that for short-term forecasts, there is actually only very little use of the imposed model, that is, the series approximately satisfy some linear recurrent formulas.

Consider again a univariate time series = (x1, ..., xN) of length N, a fixed embedding dimension M (1 < M < < N) and the respective trajectory matrix Χ = [Χ1, ..., ΧK with K = N − M + 1 as in Equation (1). Let ℒr ⊂ ℝM be a linear space of dimension r < M and U1, ..., Ur (ie, the eigenvectors obtained through the SVD of Χ) be an orthonormal basis in ℒr. Furthermore, let , that is, is the orthogonal projection of the column vector Χi of Χ onto ℒr, and its Hankelized counterpart be the trajectory matrix corresponding to the time series . In addition, given a vector Y = (y1, ..., yM)T ∈ ℝM, let Y ∈ ℝM −1 denote the vector consisting of the first M − 1 components of Y and similarly Y Δ ∈ ℝM −1 the vector consisting of the last M −1 components of Y. Set v2 = π12 + ··· + πr2 where πi|i=1, ..., r denotes the last component of the eigenvector Ui. Assuming ℯM = (0, 0, ..., 0, 1)T ∉ ℒr (ie, ℒr not to be a vertical space), v2 represents the squared cosine of the angle between ℯM and ℒr and v2 < 1 holds. The last component yM of any vector Y = (y1, ..., yM)T ∈ ℒr can then be shown to be a linear combination of its first M − 1 components y1, ..., yM −1 (ie, of Y)

with vector A = (a1, ..., αM −1)T being

Note that the representation in Equation (15) does not depend on the choice of the basis U1, ..., Ur in ℒr.

With the required notation now having been introduced, the time series can be defined as

with being the reconstructed series as in basic SSA and yN +1, ..., yN+NF the recurrent SSA forecast of length NF.

Two examples of the automatic detection and correction of outliers using the method proposed in this study are shown in Figures 4 and 5 and compared with the benchmark approach of replacing the corrupted segment with an immediately preceding block of R-R data, referred to as block replacement [28]. Note how in both cases, while all outliers have been detected and corrected, there are ectopic-free segments of tachogram which have also been corrected because of false alarms.

Figure 4. Ectopic beats detected on a 5-minute tachogram excerpt of record 19093 MIT-BIH Normal Sinus Rhythm Database (NSRDB) with 6 artificially inserted ectopics using lightweight SSA change-point detection with N=20, M=10, Q=1, 75% of leading eigentriples and adaptive control limits sequential ranks cumulative sum with jmax=6, E {Tn}=4, ARL0=500 are corrected by means of the proposed method with Δ1=M, Δ2=N (top) or by replacing the corrupted segment of length Δ1 with the immediately preceding block of equal length (bottom).
View this figure
Figure 5. Ectopic beats detected on a 5-minute tachogram excerpt of record 16265 MIT-BIH Normal Sinus Rhythm Database (NSRDB) with 5 artificially inserted ectopics using lightweight SSA change-point detection with N=20, M=10, Q=1, 75% of leading eigentriples and adaptive control limits sequential ranks cumulative sum with jmax=6, E{Tn}=4, ARL0=500 are corrected by means of the proposed method with Δ1=M, Δ2=N (top) or by replacing the corrupted segment of length Δ1 with the immediately preceding block of equal length (bottom).
View this figure

Performance Evaluation

The performance and utility of the proposed method are evaluated using records that are publicly available through Physiobank [34]. More specifically, excerpts of all 18 records in the MIT-BIH NSRDB are used. The European Society of Cardiology/North American Society of Pacing and Electrophysiology Task Force guideline [4] recommends to perform the HRV analysis on ECG recordings of at least 5 minutes, and the said length can be considered as the accepted standard for the short-term HRV analysis. Accordingly, for each of the 18 records in MIT-BIH NSRDB excerpts corresponding to the first 5-minute period of NSR are collected. Note that the records in MIT-BIH NSRDB are cardiologist-annotated, that is, they have manually been checked for errors in beat detection and labeling. Thus, one can circumvent the step of QRS complex-detection and use the R-R intervals as provided (and validated by experts) by Physiobank directly. For all 18 records the first 5 minutes were free of ectopic beats and therefore selected. However, it will be pointed out that 4 records contained a couple of extreme outliers (most likely measurement errors), which were removed manually.

Artificial premature ventricular complex obtained by modifying two consecutive tachogram values.
  1. RR(tau)=RR(tau)-RR(tau)/3;
  2. RR(tau+1)=RR(tau+1)+RR(tau+1)/3;
Textbox 1. Artificial premature ventricular complex obtained by modifying two consecutive tachogram values.

Specifically, the 4 affected records were records number 16,272, 18,177, 19,088, and 19,140, for which 2, 1, 2, and 1 data points were removed, respectively. Besides being readily discernible because they deviate by some order of magnitude from surrounding interbeat intervals, these outliers are also marked as artifacts in the respective annotation files.

Next, the effect of a PVC on the R-R interval was simulated by decreasing the respective entry to 2/3 of its actual value and by increasing the following entry to 4/3 of its value (Textbox 1). That is, for a PVC at say n = τ, one sets

which is consistent with the actual signature of a single PVC (see, eg, [53]) in an R-R series characterized by a premature beat (and accordingly a significantly smaller R-R interval) followed by a compensatory pause (longer R-R interval) followed by a return to baseline (NSR).

Extensive Monte Carlo simulations were then used to determine the performance characteristics of the proposed method, wherein a large number of artificial R-R series based on the 18 5-minute MIT-BIH NSRDB records were created by first randomly drawing an integer between 1 and 6 and then randomly selecting the position(s) within the series where the respective PVCs would be placed (with the constraint that PVCs be at least 5 samples apart).


With the proposed method consisting of 2 stages (detection and correction), a separate analysis of each stage appears appropriate.

Detection Step

In reporting results pertaining to the detection performance of the first stage, established metrics commonly used in the literature are relied upon the sensitivity (Se), specificity (Sp), and accuracy (Acc), which are defined as

and

with TP, FP, TN, and FN representing the number of true positives, false positives, true negatives, and false negatives, respectively. Intuitively, sensitivity quantifies the ability to correctly detect (actual) anomalies, specificity quantifies the proportion of nonabnormal segments that are correctly identified as such, and accuracy combines both of the aforementioned aspects. More formally, Se expresses the empirical statistical power, 1 – Sp the type I (false positive), and 1 – Se the type II (missed detection/false negative) error rate.

As reported previously [32], for an event occurring at a time instance n = τ, one allows for a certain detection delay Δd and considers a signal from the AC-SRC control chart as true positive if it falls in the interval [τ, τ + Δd]. All results presented in this study were obtained using Δd = Δ1 = M.

Note that the design and calibration of a detection algorithm involves an inherent trade-off between false alarms and missed detections and that furthermore reducing the false alarm rate usually entails an increase in the detection delay. For this specific use case, high sensitivity and short detection delays are arguably of the highest priority; for one wants a high likelihood of detecting all actual outliers (to reliably “clean” the R-R series, thereby transforming it into the respective N-N series) with a manageable (ie, small) detection delay to be able to narrow down the corrupted segments in the series as much as possible. The latter is particularly relevant because the proposed method substitutes the (allegedly) corrupted segment by an approximation of the outlier-free segment obtained using recurrent SSA forecasting; one aims to keep the forecasting horizon small to obtain acceptable results without having to tweak the SSA parameters extensively. This comes at the expense of higher false alarm rates, as is evidenced by the results presented in Tables 1-4.

As in the considered design, jmax is linked to the average sprint length E {Tn}, better agility is generally achieved with rather small jmax in a use case, as the one considered here, were AC-SRC monitors for large deviations [33,45].

While AC-SRC achieved satisfactory performance over a wide range of values jmax (results not reported here), upon examination of the results reported in Tables 1-4, which are based on 18,000 R-R series, jmax=6 was chosen to proceed to the second stage of the proposed method (ie, the correction of corrupted segments of the R-R series).

Correction Step

As mentioned earlier this design choice entails higher false alarm rates, as discernible in the 2 examples shown in Figures 4 and 5, which both exhibit actually uncorrupted segments that have been “corrected” by the proposed algorithm because of false alarms, thereby introducing some distortions. More importantly though, both examples also clearly show that all artificially inserted outliers because of PVCs were detected and appropriately corrected.

Table 5. Average root mean square errors of artificially contaminated R-R series.
RecordRMSESSAa,bRMSEblockRRMSEcPercent increase or decrease
16,2650.02250.02510.896410.36
16,2720.02390.03540.675132,49
16,2730.01360.02210.615438.46
16,4200.02460.03260.754624.54
16,4830.01620.01960.826517.35
16,5390.02820.03420.824617.54
16,7730.02990.05090.587441.26
16,7860.02490.03660.680331.97
16,7950.03230.04500.717828.22
17,0520.02130.04140.514548.55
17,4530.02560.03440.744225.58
18,1770.02960.03570.829117.09
18,1840.02980.04500.662233.78
19,0880.01510.01980.762623.74
19,0900.01870.02450.763323.67
19,0930.03500.04390.797320.27
19,1400.01230.01560.788521.15
19,8300.01100.01250.880012.00
Average0.02300.03190.721027.9

aRMSE: root mean square error.

bSSA: singular spectrum analysis.

cRRMSE: relative root mean square error.

Results pertaining to the second stage of the proposed method are reported in Table 5, wherein the root mean square error (RMSE) is used to quantify the discrepancy between the outlier-cleaned series and the actual (uncontaminated) series. Let be the uncontaminated N-N series (ie, the ground truth) and denote our allegedly cleaned R-R series.

Calculation of the RMSE is straightforward,

Furthermore, to better compare the RMSE of the proposed method to its competitor (the commonly used block replacement method is used here for benchmarking purposes), consider also the relative RMSE (RRMSE) given by

Note that if the RRMSE, as given in Equation (18) is <1, it implies that the novel approach presented in this paper outperforms the competing benchmark approach by 100·(1 − RRMSE). It shall be emphasized, however, that the block replacement method as it its applied here (to correct for outliers in the R-R series) uses the first stage of the proposed method as well, its performance should thus be seen in the context of being applied to pretty tight segments of the series that ought to be substituted, which is all because of the AC-SRC l-SSA-CPD algorithm of the first stage of the framework presented in this study.

That being said, the results reported in Table 5, which are based on 180,000 R-R series, show that the proposed method, which substitutes corrupted tachogram segments by an approximation of the respective outlier-free segment obtained by

means of recurrent SSA forecasting, clearly outperforms the competing block replacement method. In fact, it outperforms its competitor for all 18 records (on which the extensive simulations built upon), on average by almost 30%.


Background and Relevance

The HRV has long been known to allow for valuable insights into the intricate control mechanisms of the ANS and has a long track record of exponentially growing research interest and output. A crucial prerequisite for any HRV analysis is the exclusion of all artifacts and abnormalities, that is, a clean N-N series is required. Such a clean N-N series is virtually never available, mostly because of various interferences, beats not detected by the QRS complex-detector, and various highly prevalent heart rhythm disturbances.

Compared with the overall research effort directed toward the HRV, the issue of automatic R-R series (pre)processing has received rather little attention. In fact, manual editing still represents the gold standard. It should be noted that every automatic approach comes with risks and benefits; the former lie in the inherently nonzero type I and type II error rates, whereas the latter include, but are not limited to, considerable savings in both cost and time. Considering that error rates for manual approaches are nonzero as well and that they are most likely an increasing function of time (whereas in automatic approaches they are usually not), the choice of which one or which particular combination to use should always be made on an individual basis, considering all requirements and circumstances of the particular case. Accordingly, while the proposed method could be construed as a potential alternative to manual editing, in the light of the above considerations, this author would rather recommend it as a complementary method and or a preprocessing tool.

The main contribution of this work is the introduction of a general framework of low computational complexity that allows for an automatic near real-time detection and correction of outliers in R-R series based on the SSA. While related work pertaining to the use of the SSA in ECG and R-R data processing exists [54], to the best of the author’s knowledge, this study is the first to propose a general SSA-based framework that handles both detection and correction of (unwanted) anomalies in the R-R series.

Principal Findings

An extensive simulation study comprising 198,000 5-minute R-R series, obtained by randomly inserting varying amounts of simulated ectopic beats in records taken from the MIT-BIH NSRDB was conducted to assess the artifact detection and correction performance of the proposed algorithm.

It was shown that the proposed algorithm reliably detects outliers in the R-R series and achieved an overall sensitivity of 96.6%, specificity of 98.4%, and accuracy of 98.4%. Furthermore, it compares favorably in terms of discrepancies of the cleaned R-R series compared with the actual N-N series, outperforming a block replacement approach on average by almost 30%. It should also be emphasized that a suboptimal pragmatic approach was pursued, deliberately refraining from an optimization of the various (SSA and AC-SRC) tuning parameters, which would most likely have resulted in further performance improvements at the expense of simplicity and computational complexity.

Other important characteristics of the proposed method include the ability to operate in near real-time, the almost entirely model-free nature of the framework, and the low computational complexity. Moreover, it should be pointed out that the proposed method is not limited to the R-R series but can be applied broadly, as all of its components are deliberately kept as general as possible. This entails the additional benefit of not being limited to the removal of PVCs (although only this has extensively been investigated and tested so far) but rather being able to deal with all kinds of anomalies that may contaminate the observed series of interest.

Limitations and Future Research

This work has several limitations, some of which open (new) avenues for future research.

A major limitation is because of the lack of established and generally recognized and validated procedures other than manual editing, which transforms the performance comparison among competing methods in a nontrivial task. Second, to increase the readability and decrease the length, the paper fails to provide general recommendations and guidelines as to how various tuning parameters should be chosen. Finally, the SSA represents a very active research field, as in the last couple of years, and several promising advances and new developments have been reported, but thus far have not been considered in the research reported in this work. This, however, does not infringe on the relevance of this work, as the objective was to introduce a simple, general framework of low computational complexity and to investigate the use of SSA in both the detection and correction step.

Several of the abovementioned recent developments, however, appear to open promising avenues for future research. In particular, the author intends to expand and improve the work presented here by focusing on the issue of the SSA parameter selection and by considering latest developments, especially pertaining to SSA forecasting. For the latter, the interested reader is referred to recent publications by Hassani and Kalantari [55-58].

Acknowledgments

ML was supported by the “Excellence Initiative” of the German Federal and State Governments and the Graduate School of Excellence Computational Engineering at Technische Universität Darmstadt. The views expressed in this article are solely those of the author in his private capacity and do not necessarily reflect the views of Technische Universität Darmstadt or any other organization.

Conflicts of Interest

None declared.

  1. Billman GE. Heart rate variability - a historical perspective. Front Physiol 2011;2:86 [FREE Full text] [CrossRef] [Medline]
  2. Billman GE, Huikuri HV, Sacha J, Trimmel K. An introduction to heart rate variability: methodological considerations and clinical applications. Front Physiol 2015;6:55 [FREE Full text] [CrossRef] [Medline]
  3. Rajendra AU, Paul JK, Kannathal N, Lim CM, Suri JS. Heart rate variability: a review. Med Biol Eng Comput 2006 Dec;44(12):1031-1051. [CrossRef] [Medline]
  4. ESC/NASPE. Heart rate variability: standards of measurement, physiological interpretation and clinical use. Task Force of the European Society of Cardiology and the North American Society of Pacing and Electrophysiology. Circulation 1996 Mar 01;93(5):1043-1065 [FREE Full text] [Medline]
  5. Huikuri HV, Mäkikallio T, Airaksinen KE, Mitrani R, Castellanos A, Myerburg RJ. Measurement of heart rate variability: a clinical tool or a research toy? J Am Coll Cardiol 1999 Dec;34(7):1878-1883 [FREE Full text] [Medline]
  6. Sassi R, Cerutti S, Lombardi F, Malik M, Huikuri HV, Peng C, et al. Advances in heart rate variability signal analysis: joint position statement by the e-Cardiology ESC Working Group and the European Heart Rhythm Association co-endorsed by the Asia Pacific Heart Rhythm Society. Europace 2015 Sep;17(9):1341-1353. [CrossRef] [Medline]
  7. Laske TG, Shrivastav M, Iaizzo PA. The cardiac conduction system. In: Iaizzo PA, editor. Handbook of cardiac anatomy, physiology, and devices, 3rd ed. Cham, Switzerland: Springer International Publishing; 2015:215-234.
  8. Iaizzo PA, Fitzgerald K. Autonomic nervous system. In: Iaizzo PA, editor. Handbook of cardiac anatomy, physiology, and devices, 3rd ed. Cham, Switzerland: Springer International Publishing; 2015:235-250.
  9. Karemaker JM. An introduction into autonomic nervous function. Physiol Meas 2017 May;38(5):R89-R118. [CrossRef] [Medline]
  10. Berntson GG, Bigger JT, Eckberg DL, Grossman P, Kaufmann PG, Malik M, et al. Heart rate variability: origins, methods, and interpretive caveats. Psychophysiology 1997 Nov;34(6):623-648. [Medline]
  11. Peltola MA. Role of editing of R-R intervals in the analysis of heart rate variability. Front Physiol 2012;3:148 [FREE Full text] [CrossRef] [Medline]
  12. Nabil D, Bereksi Reguig F. Ectopic beats detection and correction methods: A review. Biomedical Signal Processing and Control 2015 Apr;18:228-244. [CrossRef]
  13. Salo MA, Huikuri HV, Seppänen T. Ectopic beats in heart rate variability analysis: effects of editing on time and frequency domain measures. Ann Noninvasive Electrocardiol 2001 Jan;6(1):5-17. [Medline]
  14. Kim KK, Lim YG, Kim JS, Park KS. Effect of missing RR-interval data on heart rate variability analysis in the time domain. Physiol Meas 2007 Dec;28(12):1485-1494. [CrossRef] [Medline]
  15. Kim KK, Kim JS, Lim YG, Park KS. The effect of missing RR-interval data on heart rate variability analysis in the frequency domain. Physiol Meas 2009 Oct;30(10):1039-1050. [CrossRef] [Medline]
  16. Kim KK, Baek HJ, Lim YG, Park KS. Effect of missing RR-interval data on nonlinear heart rate variability analysis. Comput Methods Programs Biomed 2012 Jun;106(3):210-218. [CrossRef] [Medline]
  17. Lippman N, Stein KM, Lerman BB. Comparison of methods for removal of ectopy in measurement of heart rate variability. Am J Physiol 1994 Jul;267(1 Pt 2):H411-H418. [CrossRef] [Medline]
  18. Stapelberg NJC, Neumann DL, Shum DHK, McConnell H, Hamilton-Craig I. The sensitivity of 38 heart rate variability measures to the addition of artifact in human and artificial 24-hr cardiac recordings. Ann Noninvasive Electrocardiol 2018 Jan;23(1). [CrossRef] [Medline]
  19. Hingorani P, Karnad DR, Rohekar P, Kerkar V, Lokhandwala YY, Kothari S. Arrhythmias Seen in Baseline 24-Hour Holter ECG Recordings in Healthy Normal Volunteers During Phase 1 Clinical Trials. J Clin Pharmacol 2016 Dec;56(7):885-893. [CrossRef] [Medline]
  20. Manolio TA, Furberg CD, Rautaharju PM, Siscovick D, Newman AB, Borhani NO, et al. Cardiac arrhythmias on 24-h ambulatory electrocardiography in older women and men: the Cardiovascular Health Study. J Am Coll Cardiol 1994 Mar 15;23(4):916-925. [Medline]
  21. Simpson RJ, Cascio WE, Schreiner PJ, Crow RS, Rautaharju PM, Heiss G. Prevalence of premature ventricular contractions in a population of African American and white men and women: the Atherosclerosis Risk in Communities (ARIC) study. Am Heart J 2002 Mar;143(3):535-540. [Medline]
  22. Messineo FC. Ventricular ectopic activity: prevalence and risk. Am J Cardiol 1989 Dec 05;64(20):53J-56J. [Medline]
  23. Kostis JB, McCrone K, Moreyra AE, Gotzoyannis S, Aglitz NM, Natarajan N, et al. Premature ventricular complexes in the absence of identifiable heart disease. Circulation 1981 Jun;63(6):1351-1356. [Medline]
  24. Laborde S, Mosley E, Thayer JF. Heart Rate Variability and Cardiac Vagal Tone in Psychophysiological Research - Recommendations for Experiment Planning, Data Analysis, and Data Reporting. Front Psychol 2017;8:213 [FREE Full text] [CrossRef] [Medline]
  25. Kubios HRV.   URL: http://www.kubios.com/ [accessed 2018-05-13] [WebCite Cache]
  26. Tarvainen MP, Niskanen J, Lipponen JA, Ranta-Aho PO, Karjalainen PA. Kubios HRV--heart rate variability analysis software. Comput Methods Programs Biomed 2014;113(1):210-220. [CrossRef] [Medline]
  27. nevrokard HRV.   URL: http://www.nevrokard.eu/hrv.htm [accessed 2018-05-13] [WebCite Cache]
  28. Pichot V, Roche F, Celle S, Barthélémy J, Chouchou F. HRVanalysis: A Free Software for Analyzing Cardiac Autonomic Activity. Front Physiol 2016 Nov;7:557 [FREE Full text] [CrossRef] [Medline]
  29. Perakakis P, Joffily M, Taylor M, Guerra P, Vila J. KARDIA: a Matlab software for the analysis of cardiac interbeat intervals. Comput Methods Programs Biomed 2010 Apr;98(1):83-89. [CrossRef] [Medline]
  30. Kaufmann T, Sütterlin S, Schulz SM, Vögele C. ARTiiFACT: a tool for heart rate artifact processing and heart rate variability analysis. Behav Res Methods 2011 Dec;43(4):1161-1170. [CrossRef] [Medline]
  31. Clifford G, McSharry P, Tarassenko L. Characterizing artefact in the normal human 24-hour RR time series to aid identification and artificial replication of circadian variations in human beat to beat heart rate using a simple threshold. Computers in Cardiology 2002;29:129-132. [CrossRef]
  32. Lang M. A Low-Complexity Model-Free Approach for Real-Time Cardiac Anomaly Detection Based on Singular Spectrum Analysis and Nonparametric Control Charts. Technologies 2018 Feb 15;6(1):26. [CrossRef]
  33. Lang M, Zoubir AM. A nonparametric cumulative sum scheme based on sequential ranks and adaptive control limits. In: Proceedings of the 23rd European Signal Processing Conference (EUSIPCO). 2015 Presented at: 23rd European Signal Processing Conference (EUSIPCO); 2015 Aug 31; Nice, France p. 1984-1988. [CrossRef]
  34. Goldberger AL, Amaral LA, Glass L, Hausdorff JM, Ivanov PC, Mark RG, et al. PhysioBank, PhysioToolkit, and PhysioNet: components of a new research resource for complex physiologic signals. Circulation 2000 Jun 13;101(23):E215-E220 [FREE Full text] [Medline]
  35. Golyandina N, Nekrutkin V, Zhigljavsky A. Analysis of Time Series Structure: SSA and Related Techniques. Boca Raton, FL, USA: Chapman and Hall/CRC; 2001.
  36. Golyandina N, Zhigljavsky A. Singular Spectrum Analysis for Time Series (SpringerBriefs in Statistics). Berlin/Heidelberg, Germany: Springer; 2013.
  37. Elsner JB, Tsonis AA. Singular Spectrum Analysis: A New Tool in Time Series Analysis. New York, NY, USA: Springer; 1996:a.
  38. Sanei S, Hassani H. Singular Spectrum Analysis of Biomedical Signals. Boca Raton, FL, USA: CRC Press; 2015.
  39. Moskvina V. Application of the singular spectrum analysis for change-point detection in time series. Ph.D. Thesis, Cardiff University: Cardiff, UK 2001.
  40. Moskvina V, Zhigljavsky A. An Algorithm Based on Singular Spectrum Analysis for Change-Point Detection. Communications in Statistics - Simulation and Computation 2003 Jan 06;32(2):319-352. [CrossRef]
  41. Hassani H, Mahmoudvand R, Zokaei M. Separability and window length in singular spectrum analysis. Comptes Rendus Mathematique 2011 Sep;349(17-18):987-990. [CrossRef]
  42. Atikur Rahman Khan M, Poskitt DS. A Note on Window Length Selection in Singular Spectrum Analysis. Aust. N. Z. J. Stat 2013 Jun 19;55(2):87-108. [CrossRef]
  43. Khan AR, Poskitt DS. Signal Identification in Singular Spectrum Analysis. Aust. N. Z. J. Stat 2016 Mar 23;58(1):71-98. [CrossRef]
  44. McDonald D. A cusum procedure based on sequential ranks. Naval Research Logistics 1990:37-646. [CrossRef]
  45. Chatterjee S, Qiu P. Distribution-free cumulative sum control charts using bootstrap-based control limits. Ann. Appl. Stat 2009 Mar;3(1):349-369. [CrossRef]
  46. Ghodsi M, Hassani H, Rahmani D, Silva ES. Vector and recurrent singular spectrum analysis: which is better at forecasting? Journal of Applied Statistics 2017 Nov 15;45(10):1872-1899. [CrossRef]
  47. Hassani H, Ghodsi Z, Gupta R, Segnon M. Forecasting Home Sales in the Four Census Regions and the Aggregate US Economy Using Singular Spectrum Analysis. Comput Econ 2015 Dec 17;49(1):83-97. [CrossRef]
  48. Silva ES, Hassani H. On the use of singular spectrum analysis for forecasting U.S. trade before, during and after the 2008 recession. International Economics 2015 May;141:34-49. [CrossRef]
  49. Hassani H, Heravi S, Brown G, Ayoubkhani D. Forecasting before, during, and after recession with singular spectrum analysis. Journal of Applied Statistics 2013 Oct;40(10):2290-2302. [CrossRef]
  50. Hassani H, Heravi S, Zhigljavsky A. Forecasting UK Industrial Production with Multivariate Singular Spectrum Analysis. J. Forecast 2012 Apr 10;32(5):395-408. [CrossRef]
  51. Miranian A, Abdollahzade M, Hassani H. Day-ahead electricity price analysis and forecasting by singular spectrum analysis. IET Generation Transmission & Distribution 2013;7(4):346.
  52. Hassani H, Thomakos D. A review on singular spectrum analysis for economic and financial time series. Statistics and Its Interface 2010;3(3):377-397. [CrossRef]
  53. Clifford GD, Tarassenko L. Quantifying errors in spectral estimates of HRV due to beat replacement and resampling. IEEE Trans Biomed Eng 2005 Apr;52(4):630-638. [CrossRef] [Medline]
  54. Thuraisingham RA. Use of SSA and MCSSA in the Analysis of Cardiac RR Time Series. Journal of Computational Medicine 2013;2013:1-7. [CrossRef]
  55. Kalantari M, Yarmohammadi M, Hassani H. Singular Spectrum Analysis Based on L1-Norm. Fluct. Noise Lett 2016 Mar;15(01):1650009. [CrossRef]
  56. Kalantari M, Yarmohammadi M, Hassani H, Silva ES. Time Series Imputation via L1 Norm-Based Singular Spectrum Analysis. Fluct. Noise Lett 2018 Jun;17(02):1850017. [CrossRef]
  57. Hassani H, Kalantari M, Yarmohammadi M. An improved SSA forecasting result based on a filtered recurrent forecasting algorithm. Comptes Rendus Mathematique 2017 Sep;355(9):1026-1036. [CrossRef] [Medline]
  58. Hassani H, Kalantari M. A novel signal extraction approach for filtering and forecasting noisy exponential series. Comptes Rendus Mathematique 2018 May;356(5):563-570. [CrossRef] [Medline]


AC-SRC: adaptive control limits sequential ranks cumulative sum
ANS: autonomic nervous system
ARL: average run length
CUSUM: cumulative sum
ECG: electrocardiography
HR: heart rate
HRV: heart rate variability
l-SSA-CPD: lightweight SSA change-point detection
NSR: normal sinus rhythm
NSRB: Normal Sinus Rhythm Database
PVC: premature ventricular complex
RMSE: root mean square error
RRMSE: relative root mean square error
SA: sinoatrial
SRC: sequential ranks cumulative sum
SSA: singular spectrum analysis
SVD: singular value decomposition


Edited by G Eysenbach; submitted 09.04.18; peer-reviewed by H Hassani, IN Gomez, L Becker; comments to author 02.05.18; revised version received 15.05.18; accepted 09.06.18; published 30.01.19

Copyright

©Michael Lang. Originally published in JMIR Biomedical Engineering (http://biomedeng.jmir.org), 30.01.2019.

This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Biomedical Engineering, is properly cited. The complete bibliographic information, a link to the original publication on http://biomedeng.jmir.org/, as well as this copyright and license information must be included.