Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2023 May 20;13:8184. doi: 10.1038/s41598-023-32664-8

Computational methods of EEG signals analysis for Alzheimer’s disease classification

Mário L Vicchietti 1, Fernando M Ramos 2, Luiz E Betting 3, Andriana S L O Campanharo 1,
PMCID: PMC10199940  PMID: 37210397

Abstract

Computational analysis of electroencephalographic (EEG) signals have shown promising results in detecting brain disorders, such as Alzheimer’s disease (AD). AD is a progressive neurological illness that causes neuron cells degeneration, resulting in cognitive impairment. While there is no cure for AD, early diagnosis is critical to improving the quality of life of affected individuals. Here, we apply six computational time-series analysis methods (wavelet coherence, fractal dimension, quadratic entropy, wavelet energy, quantile graphs and visibility graphs) to EEG records from 160 AD patients and 24 healthy controls. Results from raw and wavelet-filtered (alpha, beta, theta and delta bands) EEG signals show that some of the time-series analysis methods tested here, such as wavelet coherence and quantile graphs, can robustly discriminate between AD patients from elderly healthy subjects. They represent a promising non-invasive and low-cost approach to the AD detection in elderly patients.

Subject terms: Alzheimer's disease, Biomedical engineering, Complex networks

Introduction

Alzheimer’s disease (AD) is a neurological disorder of the brain that causes neuronal cells degeneration. Despite the fact that AD still does not have a clear established origin, it is known that patients with AD suffer from cognitive loss, including memory and space-time perception. Currently, AD is considered the most common form of dementia, affecting nearly 50% of people over age 851,2. Since AD is a progressive disease, its symptoms range from mild ones, that do not significantly affect patients’ daily lives, to severe ones, that lead patients to complete cognitive deterioration, dependence, and finally death3,4.

AD may be divided into three stages. In the initial stage, the AD phenotype follows a pattern of a Mild Cognitive Impairment (MCI)5, usually characterized by loss of recent memory, indicating the compromising of the medial temporal lobe structures, including the hippocampus. Annually, 10–15% of patients diagnosed with MCI progress to AD dementia6. MCI occurs during the translational period between healthy and pathological brain, but not all MCI patients will evolve to AD. That’s why it is important to identify biomarkers capable of predicting the transition from MCI to AD5,7. In the intermediary stage, the neurodegenerative process spreads outside the temporal lobe, causing diffuse cognitive dysfunction and affecting daily living activities. In the advanced stage, the individuals are totally dependent on caregivers and are usually restricted to bed8,9.

While there is no cure for AD, early diagnosis is critical to improve the selection and management of therapies (pharmacological and non-pharmacological), which leads to a better quality of life for the affected individuals, their relatives, and caregivers10; see ref.6 for a recent review on AD early diagnosis. In the initial stage, a distinction between AD symptoms and normal aging may be challenging. For that reason, examination of the brain tissue removed by biopsy or necropsy is still the gold standard for a definitive and precise AD diagnosis, and non-invasive techniques that can be used in clinical practice are still under investigation10. Psychological tests, brain imaging, and neuronal signal recording are examples of tests used for that purpose, which may help specialists discard other causes of dementia and diagnose AD1113. Although recent works have proposed to combine two or more of the mentioned diagnosis tests, it is not clear how biomarkers can be correlated and, as in so many cases, these tests are unfeasible by their cost14,15. In this context, electroencephalography (EEG) has gained attention from the scientific community, since it is an inexpensive, widely available, non-invasive, and mobile technique16,17.

Basically, an EEG records the electrical potential generated by the physiological activities of the neurons18,19. The electric currents generated by depolarization of the cells’ membranes can create waves that are detected by scalp electrodes, originating signals that represent the neurons’ firing activity20,21. EEG signals cannot capture the activities of a single neuron, but a summation of synchronous firing of a group of cortical cells is usually recorded. Visual inspection of an EEG signal is often done by a trained neurologist, and even in this case, its analysis can be a difficult task due to the artifacts and noise contained in the signal22,23. Moreover, the multiple neural activities show complex and non-linear dynamics, which requires the use of sophisticated methods for measuring such behavior to reach higher sensitivity than in visual analysis6,24.

Many research groups have attempted to use computational analysis of EEG signals, and many different methods have shown promising results in detecting brain diseases2529. Methods derived from information theory, time-frequency decomposition, and graph theory are examples of computational tools used in distinguishing healthy from unhealthy subjects3036. Several studies in the literature have shown that AD causes slowing of the EEG rhythms, reduction in EEG complexity, and changes in synchrony among brain regions (see22 and references there in). In this sense, the aim of this study is to apply different methods of detecting AD through EEG signals and investigate the properties of the signals that distinguish the groups of patients. In particular, the sensitivity for discriminating AD patients from healthy elderly subjects was evaluated in terms of the area under the ROC curve and the ANOVA test. In a previous study, it was reported that a high accuracy in detecting AD through EEG was achieved using a small compilation of signals of 24 AD patients and 24 healthy controls37. The database in this paper was extended to 160 AD patients, and different computational methods were applied in order to compare their performances and their computational cost.

Algorithm complexity is a topic that scientists, mostly in computer science, have been recently investigating. This term means the amount of time and the computational storage needed to execute an algorithm, and it is related to the number of steps and operations involved in its calculations. In this sense, several research groups have developed new algorithms for EEG analysis that are faster and less complex38,39. Since the processing time of an algorithm increases with the input size of data, the search for efficient algorithms is an important research topic concerning the use of large data sets. In terms of EEG exams, the signals can last minutes or even hours, resulting in a large amount of data and, thus, making the use of high-complexity algorithms not practical. Therefore, algorithms with lower complexity can be more efficient in clinical and scientific practice when investigating AD. This aspect, not addressed in our previous work37, is also investigated here.

Data

The EEG database used in this study was provided by researchers at Florida State University. The EEG signals are divided into four groups: (A) 12 healthy elderly with eyes open by visually fixating; (B) 12 healthy elderly with eyes closed; (C) 80 probable AD patients with eyes open by visually fixating; and (D) 80 probable AD patients with eyes closed. The 160 probable AD patients were diagnosed through the National Institute of Neurological and Communicative Disorders and Stroke (NINCDS) and the Alzheimer’s Disease and Related Disorders Association (ADRDA), and Diagnostic and Statistical Manual of Mental Disorders (DSM)-III-R criteria40. Due to a lack of information regarding the severity of the disease, the patients in the study were not sub-grouped according to their level of cognitive impairment.

EEG segments of 8-s duration were recorded at a sampling frequency of 128 Hz from the 19 scalp electrodes (Fp1, Fp2, F3, F4, F7, F8, Fz, C3, C4, Cz, P3, P4, Pz, T3, T4, T5, T6, O1, O2), according to the international 10–20 system of electrode placement. The signals were previously band-limited to the range of 0.5–30 Hz and the movement artifacts were removed from all the recordings by an EEG technician41. The database was provided by Dr. Dennis Duke and made freely available by Vicchietti et al.42.

Methods

Data preprocessing

EEG signals contain electrical activities from the brain as well as artefacts from other sources such as muscles movements and physical interference from the equipment43,44. Therefore, the need for preprocessing those signals before analyzing them is crucial. Digital filtering has become the most popular method of rejecting unwanted information in certain EEG frequencies45. Discrete Fourier Transform (DFT) has showed itself as a powerful tool in developing digital filters, once it generates the spectrum of a given signal. The spectrum represents the original signal in the frequency domain and denotes the power of each frequency band present in it. Thus, it is possible to attenuate the effect of a given frequency band in the spectra and, through the Inverse Fourier Transform, to return to the time domain without that band46. Nevertheless, DFT has limitations when it is applied to non-stationary (e.g. EEG) signals47. Stationary signals are those whose statistical measures, such as mean, variance and covariance remain constant over time in any sample of the input data48. Many of the DFT limitations were overcome by the use of wavelets, which consist of mathematical functions that are able to decompose a signal into various time-frequency scales by convolution operations49. The employment of wavelets in a given signal decomposition generates coefficients that keep the signal information; therefore, these coefficients can be used to reconstruct the signal through the inverse operation50.

The partition of given EEG components is useful for many specialists since each known EEG rhythm is related to specific brain stages and can be used to investigate the action of drugs, stimuli, and diseases on neuronal dynamics12. In this sense, previous studies have shown the decrease of high-frequency and the increase of low-frequency components activity in AD patients’ signals51. Therefore, the Daubechies-4 wavelet52 was used to extract the four most used EEG frequency bands, i.e., beta (15–30 Hz), alpha (8–15 Hz), theta (4–8 Hz) and delta (0–4 Hz). It is important to emphasize that, in this study, Wavelet Transform was the only tool used in the preprocessing step.

Feature extraction

We present six of the more well-known techniques used in the literature for the distinction of AD from healthy elderly patients through EEG signals. Each technique was evaluated in terms of its capacity to discriminate between the groups of subjects. For this purpose, the area under the ROC curve (AUC) and the p value from the ANOVA test were calculated. AUC is a largely used measure that represents the effectiveness of a given diagnostic marker. The estimation of the AUC value is done through the probabilities of reaching true positive and true negative rates in a two-group classification. In this sense, AUC assumes values from 0.5 (no apparent distinction) to 1.0 (perfect distinction) between the two groups53. On the other hand, ANOVA is a powerful statistical test that is posed by the null hypothesis that two or more samples come from the same population. In this sense, the p value from ANOVA measures the probability of not rejecting the null hypothesis in such a manner that the probability of there existing more than one population increases as the p value comes closer to 054. Moreover, from the point of view of computational cost, the execution time as a function of the signal input size was calculated for each technique.

Wavelet coherence (C) Wavelets are special functions that satisfy certain mathematical requirements and are used to represent data or other functions by decomposing them into a series of coefficients. Wavelet algorithms process data at different scales or resolutions55. The Wavelet Transform (WT) is used to calculate the coefficients C(ab) in the scale a and time b as follows:

C(a,b)=1a-f(t)Ψt-badt, 1

where f(t) is a time series or a function and Ψ is the wavelet function.

The coherence C between two time series X and Y can be calculated using the coefficients generated by a WT. This measure represents the agreement between X and Y in different frequency levels through the time domain56. It can be calculated as follows:

C=CXCYCX2CY2. 2

Fractal dimension (F) In recent years, the study of nonlinear systems has made possible the creation of metrics capable of quantifying random properties in time series57. One of these metrics is the Fractal Dimension (FD), which measures the complexity and the similarity of a given signal with itself58. A fractal can be defined as a geometric structure in which its parts repeat the spatial patterns of its whole body. In this matter, the FD of a signal represents its degree of randomness, whereas totally random series present no pattern repetition and, as a consequence, the signal becomes more complex. Different algorithms were proposed to estimate the fractality of a signal59,60. In this paper, we applied the one proposed by Katz60. First, the total length D of a signal X with T points, defined as the sum of the distances between any two adjacent points, is computed as follows:

D=i=1T-11+x(i)-x(i+1)2. 3

After, the greatest distance between the first point of X and all the other successive points, defined by d, is computed as follows:

d=max(1-i)2+x(1)-x(i)2i=1,2,,T. 4

Finally, the fractal dimension F defined by Katz can be obtained by:

F=lnT-1ln(dT-d)D-1. 5

Quadratic entropy (Q) The physical concept of entropy represents the degree of freedom in a dynamic system. In other words, entropy measures the degree of disorder of that system, following the idea that totally random systems are completely disordered61. For a given signal, the entropy quantifies its regularity, so that signals with high freedom degrees also have high entropy and become less regular62. The entropy of a signal X is calculated by finding matches between its T-m+1 partitions that have m adjacent points in each one. The difference between the scalar components of the partitions Xi and Xj, with i,j=1,2,,N-m+1, is defined as the distance d between them63,64:

dXi,Xj=max{|x(i+k)-x(j+k)|},k=0,,m-1. 6

Then, Bm(r) is calculated as the probability that two partitions match for m points with tolerance r65:

Bm(r)=1T-mi=1T-m1T-m-1Bi, 7

where r denotes the tolerance level and Bi denotes the sum of the quantities of j that satisfy 1 j T-m with ji for any Xm(i). In other words, j is the number of times dXm(i),Xm(j)r occurs. The same steps are repeated with the increment to m+1, originating the combinations Ai and Am(r):

Am(r)=1T-m+1i=1T-m+11T-mAi. 8

The entropy E is obtained by:

E=-lnAm(r)Bm(r). 9

When calculated for short time series, the entropy is limited66. Furthermore, studies have shown that the variation of the parameter r is increased when the entropy is calculated in terms of the Quadratic Entropy (QE). This measure can be obtained by:

Q=E+ln(2r). 10

Wavelet energy (E) The energy of a frequency band represents the importance of that component to composing the time series67. The coefficients generated through Eq. 1 can be used to calculate the energy of their components56. The use of wavelets in decomposing a time series requires the number of levels J, which is chosen based on the frequency range to be analyzed68. When a time series is decomposed, it generates J+1 sets of coefficients, which correspond to J detail coefficients sets and 1 approximation coefficients set69. The relative Wavelet Energy (WE) Ej of band j is defined as follows:

Ej=i=1mjC(j,i)2j=1J+1i=1mjC(j,i)2, 11

where mj is the number of coefficients associated to the band j.

Quantiles graphs (Δ) A time series analysis method, which converts a time series into a Quantile Graph (QG), has emerged recently from the concepts of complex networks39,70. A complex network g=N,L is defined as a group of N nodes connected by L edges. In this method, a time series is coarse-grained into Q quantiles q1,,qQ. Each quantile qi represents a network node ni, and each weight aijk in the weighted directed adjacency matrix, denoted as Ak, is equal to the number of times a value in quantile qi at time t is followed by a point in quantile qj at time t+k. This method can create directed weighted networks with NQG=Q vertices.

Based on the adjacency matrix Ak and the Markov transition matrix Wk, mathematical metrics can be used in order to quantify different features of the corresponding network’s topology. In previous studies, the mean jump length, Δk, was successfully used to characterize quantile graphs23,30,37,39,71. It is defined as follows:

Δk=1Ntr(SPT), 12

where WkT is the transpose of Wk, P is a Q×Q matrix with elements pi,j=|i-j|, and tr is the trace operation.

Visibility graphs (I) Another time series analysis method based on the complex network theory that converts a time series into a Visibility Graph (VG)72 has recently emerged from complex networks concepts. In this method, each point of a time series X is represented by a node in the corresponding network. Two nodes, ni and nj, are connected if their corresponding points (i, x(i)) and (j, x(j)) in the time series are “visible” to each other. In other words, if any existing point (k, x(k)) between them satisfies the relationship:

x(k)x(j)+(x(i)-x(j))j-kj-i. 13

The VG method can produce undirected unweighted networks with NVG=T vertices each. In previous studies, the complexity index I was successfully used to characterize visibility graphs52,73. It is defined as follows:

I=4c(1-c), 14

with:

c=λmax-2cos(π/(N+1))N-1-2cos(π/(N+1)), 15

where λmax is the largest eigenvalue of the corresponding adjacency matrix.

Results

We applied the previously described methods to the problem of discriminating normal controls from patients with AD, based on the 19 EEG channels available. For all channels, we calculated C, F, Q, E, Δ, and I for the groups A, B, C, and D.

C was calculated for all the possible combinations of a given electrode with the others. F and Q were calculated using T=1,024. Q was calculated using r=0.05,0.10,0.15,,1.00 with m=1 and m=263. Δ was calculated using NQG=Q=2(1,024)1/320 and k=1,2,3,,2537. I was calculated using NVG=T=1,024. For all the methods, the parameters were chosen in such a way to obtain the lowest p value of the ANOVA test.

The Daubechies wavelet filter was used to decompose all the EEG signals in the well-known frequency-bands of the Alzheimer’s neural rhythmic activity7479, i.e., delta (0.5–4 Hz), theta (4–8 Hz), alpha (8–15 Hz), and beta (15–30 Hz). The comparisons were made between the groups A vs C and B vs. D to avoid mixing of eye condition. Figures 1, 2, 3, 4 and -5 show the location of the scalp electrodes for the 19 EEG channels, represented by circles and colored based on the p value for C, F, Q, E, Δ, and I measures, respectively. For a given measure, the average p value over all the electrodes is also displayed in each figure. Darker-colored circles indicate a better distinction between aging and AD.

Figure 1.

Figure 1

The location on the scalp of the 19 EEG original signal channels (groups A vs. C), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 2.

Figure 2

The location on the scalp of the 19 EEG beta band signals (groups A vs. C), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 3.

Figure 3

The location on the scalp of the 19 EEG alpha band signals (groups A vs. C), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 4.

Figure 4

The location on the scalp of the 19 EEG theta band signals (groups A vs. C), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 5.

Figure 5

The location on the scalp of the 19 EEG delta band signals (groups A vs. C), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

For the original, non-filtered signals (Fig. 1), Δ and C produce the best results in distinguishing groups A and C. The worst results were produced by the WE method, with E=1. As for the filtered signals, C shows the best discrimination power, when the beta, alpha, and theta frequency bands are considered (Figs. 2, 34), specially in the temporal and occipital lobes. Also, regardless of the feature extraction method, the use of delta waves produces the best differentiation results (Fig. 5). In this case, Δ followed by C produce the best results, independently of the electrode placement. This result is typically found in AD patients at a later stage of the disease, and corroborates preliminary findings37.

The same analysis was also performed considering the groups B and D (eyes closed). Figures 6, 7, 8, 9 and 10 depict the location of the scalp electrodes for the 19 EEG channels, which are represented by circles and colored according to the p value for the C, F, Q, E, Δ, and I measures, respectively. For a given measure, the average p value over all the electrodes is also displayed in each figure. Darker-colored circles indicate a better distinction between aging and AD. For the original, non-filtered signals (Fig. 6), Δ followed by C produce the best results for distinguishing groups B and D. Again, since E is equal to 1.0, this technique is insensitive to the the original EEG signal. As for the frequency bands, C followed by Δ produce the best results, for all bands, specially delta (Figs. 7, 8, 910). Overall, the best differentiation between healthy and probable AD patients is obtained using delta waves, for all feature extraction methods, regardless whether the subject’s eyes are open or closed.

Figure 6.

Figure 6

The location on the scalp of the 19 EEG original signal channels (groups B vs. D), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 7.

Figure 7

The location on the scalp of the 19 EEG beta band signals (groups B vs. D), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 8.

Figure 8

The location on the scalp of the 19 EEG alpha band signals (groups B vs. D), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 9.

Figure 9

The location on the scalp of the 19 EEG theta band signals (groups B vs. D), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 10.

Figure 10

The location on the scalp of the 19 EEG delta band signals (groups B vs. D), represented by circles and colored according to the p value for C, F, Q, E, Δ, and I, respectively.

Figure 11 presents the boxplots for C, F, Q, E, Δ, and I, taking into account the electrode placement, the frequency band and the eye condition that best distinguishes healthy from AD patients in each case. Note that Q and Δ show excellent performance in discriminating patients with different health conditions, with an AUC = 1.0 in both cases. According to some studies52,56, the collapse of functional connectivity caused by the loss of neuronal synapses slows the brain’s oscillatory activity, and, thus, the neural activity tends to be less complex. For C, E, and I this behavior translates into lower values for unhealthy patients; see, respectively, electrodes T3-O2, F7, and F3, in Fig. 11a, d, and f. The opposite trend (unhealthy values higher than healthy ones) is found in F, Q, and Δ; see, respectively, electrodes F1, T6, and F3, in Fig. 11b, c, and e. Note that our results for F and Q do not agree with63,80. In particular, ref.80 used the same database of the current study, but a much smaller sample.

Figure 11.

Figure 11

Boxplots for the best electrodes and frequency bands for C, F, Q, E, Δ, and I, respectively.

Table 1 summarizes the best performance of each technique for the measures C, F, Q, E, Δ, and I, based on the corresponding p values and AUC’s. In each case, the electrode displacement, the frequency band, and the eyes condition were chosen in such a way to best discriminate patients under different health conditions. Although all measures were able to differentiate healthy from AD patients, Δ displays the best results, regardless the eyes condition (closed or open). Based on the values of the measures C, F, Q, E, Δ, and I, a support vector machine method was used to individually differentiate healthy elderly subjects from patients with AD. The accuracy (Acc), the sensitivity (Sen), and the specificity (Spe) were calculated (Table 2) using the k-fold cross-validation technique for K=10 and the EEG signals under the same conditions established for the previous analysis (Table 1). Although all measures were able to properly classify patients in different health conditions, the values of Acc (100%), Sen (100%) and Spe (100%) reached by Δ, show that this measure is the most efficient one for the classification, regardless of the eye condition. Finally, the computational cost for computing the measures C, F, Q, E, Δ, and I was calculated as a function of a random time series (white noise) of length T. In each case, the initial and the final time series lengths were T=500 and T=10,000 points, respectively. In each step, the time series length had an increment of 100 time points, and the computational cost was normalized by the one spent in the initial time step (Fig. 12). Overall, F (FD) followed by E (WE) and Δ (QG) required the lowest computational effort, while the time spent by the I (VG) method was the highest. This is due to the increasing size of the matrix required to be computed by this method, which reaches 10,000×10,000 elements in the final step of the simulations.

Table 1.

The performance of the measures C, F, Q, E, Δ, and I that best distinguish healthy from AD patients when electrode displacement, frequency band and eye condition are taken into account.

Measure Electrode Band Groups p value AUC
C T3-O2 Original A vs. C 1.50×10-22 0.999
C T3-C4 Original B vs. D 3.14×10-24 0.995
F F1 Theta A vs. C 3.72×10-7 0.944
F T6 Theta B vs. D 4.70×10-14 0.906
Q T6 Delta A vs. C 1.08×10-20 1.000
Q F7 Delta B vs. D 3.71×10-20 0.980
E T6 Delta A vs. C 2.51×10-6 0.865
E F7 Delta B vs. D 3.86×10-7 0.938
Δ O2 Delta A vs. C 3.51×10-31 1.000
Δ F3 Delta B vs. D 8.35×10-30 1.000
I T6 Delta A vs. C 1.06×10-12 0.958
I F3 Delta B vs. D 1.22×10-13 0.960

Table 2.

Acc, Sen and Spe values for the classification of healthy elderly subjects and patients with AD, based on the measures C, F, Q, E, Δ, and I, and the K-fold cross-validation technique.

Measure Electrode Band Groups Acc(%) Sen(%) Spe(%)
C T3-O2 Original A vs. C 97.8 98.7 91.7
C T3-C4 Original B vs. D 97.8 98.7 91.7
F F1 Theta A vs C 95.6 98.7 75.0
F T6 Theta B vs. D 94.6 100.0 58.3
Q T6 Delta A vs. C 97.8 100.0 83.3
Q F7 Delta B vs. D 94.6 98.7 66.7
E T6 Delta A vs. C 88.0 100.0 83.0
E F7 Delta B vs. D 91.3 98.7 41.7
Δ O2 Delta A vs. C 98.9 100.0 91.7
Δ F3 Delta B vs. D 100.0 100.0 100.0
I T6 Delta A vs. C 90.2 97.5 41.7
I F3 Delta B vs. D 90.2 96.2 50.0

Figure 12.

Figure 12

The computational cost for the methods under consideration to computing the measures C (WC), F (FD), Q (QE), E (WE), Δ (QG), and I (VG) as a function of a random time series (white noite) of length T.

Discussion

In this paper, the automatic detection of Alzheimer’s disease was performed based on six methods commonly used in the literature. More specifically, for the measures C, F, Q, E, Δ, and I, according to the corresponding p values and AUC’s. Although most of the measures could distinguish between healthy and AD patients (with the exception of E), Δ, followed by C display the best results for the original signals, regardless the electrode displacement or the eye condition. In terms of the frequency-bands effect, regardless the method employed, delta waves provide the best differentiation. This finding confirms the prior knowledge that all patients under study may have the disease in its late stage. The values of Acc (100%), Sen (100%) and Spe (100%), obtained by the measure Δ in combination with the k-fold cross-validation technique, demonstrate that this measure is the most efficient for the classification of individual patients, regardless of their eye condition.

Many research groups have attempted to use computational EEG signal analysis, and many different methods have shown promising results in detecting brain diseases2529. Methods derived from information theory, time-frequency decomposition, and graph theory are examples of computational tools used in distinguishing healthy from unhealthy subjects3036. Several studies in the literature have shown that AD causes slowing in EEG rhythms, reduction in EEG complexity, and changes in synchrony among brain regions22. In this sense, the aim of this study was to apply different methods of detecting AD through EEG and investigate the properties of the signals that distinguish the groups of patients. In particular, the capacity for distinguishing AD from healthy elderly subjects was evaluated in terms of the area under the ROC curve and the ANOVA test. In a previous study, it was reported that a high accuracy in detecting AD through EEG was achieved using a small compilation of signals of 24 AD patients and 24 healthy controls37. The database in this paper was extended to 160 AD patients, and different computational methods were applied in order to compare their performances in terms of distinguishing groups under different health conditions and in terms of computational cost.

The main goal of the current investigation was to explore the best algorithms capable of differentiating well established AD from normal subjects. Furthermore, our special interest was to evaluate the performance of a new approach known as quantile graphs. It is worth mentioning that according to Rossini6, early Alzheimer disease detection can be performed with the used of quantitative EEG with an accuracy of up to 98% percent. In the future, the methodology proposed by Rossini may be used in association with the one described here in order to improve the early diagnosis of this disease through EEG signals.

Limitations of the study

Most of the computational methods presented here were able to distinguish between healthy individuals and AD patients. However, it is worth mentioning that the subjects under study were not submitted to a definitive pathological diagnosis of AD as well as health controls. As a result, some clinical features of the disease are missing from the database, making it difficult to estimate the efficacy of the methods in providing an early diagnosis for AD patients with only mild cognitive impairment.

Conclusion

Although early detection is critical to improving the quality of life of AD patients, most of the presently available diagnostic tools, from volumetric magnetic resonance imaging (MRI) to lumbar puncture, are invasive, expensive, and poorly available on community health facilities6. In this paper, we applied six non-linear time-series analysis methods to EEG records from 160 AD patients and 24 healthy controls. Our goal was to evaluate the sensibility and robustness of each of the six methods on the task of discriminating AD patients from healthy subjects.

With the exception of the wavelet energy (E) method, all the other five computational measures were able to distinguish between healthy and AD patients. More specifically, quantile graphs (Δ) followed by wavelet coherence (C) generated the best results using the original, non-filtered signals, regardless the electrode placement or the eye condition (open or closed). As for the wavelet-filtered signals, the use of delta wave signals improved the discriminating power of all methods, which indicates that the AD patients under study may have the disease in its late stage. Finally, taking into account the electrode placement, the frequency band and the eye condition, and considering only the best results obtained by each method, Δ showed the best performance in discriminating patients with different health conditions, with Acc=100%, Sen=100% and Spe=100% (see Table 2). Finally, taking into account the discrimination performance and the computational cost altogether, Δ followed by C are the most recommended methods for the AD diagnosis problem.

As for topics for future research, it is necessary to re-evaluate the performance of the methods used in this study when they are applied to a data set that includes patients at different stages of AD, including MCI that later evolves to AD. In addition, the use of low resolution electromagnetic tomography (LORETA), in order to detect the onset of MCI and AD81, should also be considered.

Acknowledgements

M. L. Vicchietti acknowledges the support of Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES), grant 88887.602913/2021-00. A. S. L. O. Campanharo acknowledges the support of Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP), grants 2018/25358-9 and 2023/04214-7.

Author contributions

Conceptualization: M.L.V., F.M.R., L.E.B., A.S.L.O.C. Data curation: F.M.R., L.E.B., A.S.L.O.C. Formal analysis: M.L.V., F.M.R., L.E.B., A.S.L.O.C. Funding acquisition: A.S.L.O.C. Investigation: M.L.V., F.M.R., L.E.B., A.S.L.O.C. Methodology: F.M.R., L.E.B., A.S.L.O.C. Project administration: M.L.V., F.M.R., A.S.L.O.C. Resources: A.S.L.O.C. Software: A.S.L.O.C. Supervision: F.M.R., L.E.B., A.S.L.O.C. Validation: M.L.V., F.M.R., L.E.B., A.S.L.O.C. Visualization: M.L.V., F.M.R., L.E.B., A.S.L.O.C. Writing: M.L.V., F.M.R., L.E.B., A.S.L.O.C.

Data availability

All data used in this study are publicly available at Ref42.

Competing interests

The authors declare no competing interests.

Footnotes

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

References

  • 1.Rodrigues PM, Teixeira JP, Garrett C, Alves D, Freitas D. Alzheimer’s early prediction with electroencephalogram. Procedia Comput. Sci. 2016;100:865–871. doi: 10.1016/j.procs.2016.09.236. [DOI] [Google Scholar]
  • 2.Houmani N, Vialatte F, Gallego-Jutglà E, Dreyfus G, Nguyen-Michel V-H, Mariani J, Kinugawa K. Diagnosis of Alzheimer’s disease with electroencephalography in a differential framework. PLoS ONE. 2018;13(3):e0193607. doi: 10.1371/journal.pone.0193607. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Budson, A. E. & Solomon, P. R. Memory Loss, Alzheimer’s Disease, and Dementia-E-Book: A Practical Guide for Clinicians. Elsevier Health Sciences (2021).
  • 4.Livingston G, Huntley J, Sommerlad A, Ames D, Ballard C, Banerjee S, Brayne C, Burns A, Cohen-Mansfield J, Cooper C, et al. Dementia prevention, intervention, and care: 2020 Report of the Lancet Commission. Lancet. 2020;396(10248):413–446. doi: 10.1016/S0140-6736(20)30367-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Petersen RC. Mild cognitive impairment as a diagnostic entity. J. Intern. Med. 2004;256(3):183–194. doi: 10.1111/j.1365-2796.2004.01388.x. [DOI] [PubMed] [Google Scholar]
  • 6.Rossini PM, et al. Early diagnosis of Alzheimer’s disease: The role of biomarkers including advanced EEG signal analysis. Report from the IFCN-sponsored panel of experts. Clin. Neurophysiol. 2020;131(6):1287–1310. doi: 10.1016/j.clinph.2020.03.003. [DOI] [PubMed] [Google Scholar]
  • 7.Martin E, Velayudhan L. Neuropsychiatric symptoms in mild cognitive impairment: A literature review. Dement. Geriatr. Cogn. Disord. 2020;49(2):146–155. doi: 10.1159/000507078. [DOI] [PubMed] [Google Scholar]
  • 8.Braak H, Thal DR, Ghebremedhin E, Del Tredici K. Stages of the pathologic process in Alzheimer’s disease: Age categories from 1 to 100 years. J. Neuropathol. Exp. Neurol. 2011;70(11):960–969. doi: 10.1097/NEN.0b013e318232a379. [DOI] [PubMed] [Google Scholar]
  • 9.Feldman H, Woodward M. The staging and assessment of moderate to severe Alzheimer’s disease. Neurology. 2005;65(6 suppl 3):S10–S17. doi: 10.1212/WNL.65.6_suppl_3.S10. [DOI] [Google Scholar]
  • 10.Ieracitano C, Mammone N, Hussain A, Morabito FC. A novel multi-modal machine learning based approach for automatic classification of EEG recordings in dementia. Neural Netw. 2020;123:176–190. doi: 10.1016/j.neunet.2019.12.006. [DOI] [PubMed] [Google Scholar]
  • 11.Davatzikos C. Machine learning in neuroimaging: Progress and challenges. Neuroimage. 2019;197:652. doi: 10.1016/j.neuroimage.2018.10.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Sharma M, Patel S, Acharya UR. Automated detection of abnormal EEG signals using localized wavelet filter banks. Pattern Recogn. Lett. 2020;133:188–194. doi: 10.1016/j.patrec.2020.03.009. [DOI] [Google Scholar]
  • 13.Yang S, Bornot JMS, Wong-Lin K, Prasad G. M/EEG-based bio-markers to predict the MCI and Alzheimer’s disease: A review from the ml perspective. IEEE Trans. Biomed. Eng. 2019;66(10):2924–2935. doi: 10.1109/TBME.2019.2898871. [DOI] [PubMed] [Google Scholar]
  • 14.Polikar, R., Tilley, C., Hillis, B., & Clark, C. M. Multimodal EEG, MRI and PET data fusion for Alzheimer’s disease diagnosis. 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology (pp. 6058–6061). IEEE (2010). [DOI] [PubMed]
  • 15.Van der Hiele K, et al. EEG and MRI correlates of mild cognitive impairment and Alzheimer’s disease. Neurobiol. Aging. 2007;28(9):1322–1329. doi: 10.1016/j.neurobiolaging.2006.06.006. [DOI] [PubMed] [Google Scholar]
  • 16.Husain MM, Garrett RK. Clinical diagnosis and management of Alzheimer’s disease. Neuroimaging Clin. N. Am. 2005;15(4):767–77. doi: 10.1016/j.nic.2005.09.005. [DOI] [PubMed] [Google Scholar]
  • 17.Tsolaki, A., Kazis, D., Kompatsiaris, I., Kosmidou, V. & Tsolaki, M. Electroencephalogram and Alzheimer’s disease: clinical and research approaches. International Journal of Alzheimer’s Disease2014, (2014). [DOI] [PMC free article] [PubMed]
  • 18.Abd Rahman, F., Othman, M. F. & Shaharuddin, N. A. Analysis methods of EEG signals: a review in EEG application for brain disorder. Jurnal Teknologi72(2), (2015).
  • 19.Kulkarni, N., & Bairagi, V. EEG-based diagnosis of Alzheimer disease: A review and novel approaches for feature extraction and classification techniques (2018).
  • 20.Jackson AF, Bolger DJ. The neurophysiological bases of EEG and EEG measurement: A review for the rest of us. Psychophysiology. 2014;51(11):1061–1071. doi: 10.1111/psyp.12283. [DOI] [PubMed] [Google Scholar]
  • 21.Sanei S, Chambers JA. EEG Signal Processing. Wiley; 2013. [Google Scholar]
  • 22.Horvath A, Szucs A, Csukly G, Sakovics A, Stefanics G, Kamondi A. EEG and ERP biomarkers of Alzheimer’s disease: A critical review. Front. Biosci. (Landmark edn.) 2018;23:183–220. doi: 10.2741/4587. [DOI] [PubMed] [Google Scholar]
  • 23.Campanharo, A. S. L. O., Doescher, E., & Ramos, F. M. Automated EEG signals analysis using quantile graphs. In International Work-Conference on Artificial Neural Networks, pp 95–103. Springer, (2017).
  • 24.Breakspear M. Dynamic models of large-scale brain activity. Nat. Neurosci. 2017;20(3):340–352. doi: 10.1038/nn.4497. [DOI] [PubMed] [Google Scholar]
  • 25.Im CH. Computational EEG Analysis. Springer; 2018. [Google Scholar]
  • 26.Adeli H, Ghosh-Dastidar S, Dadmehr N. Alzheimer’s disease: Models of computation and analysis of EEGs. Clin. EEG Neurosci. 2005;36(3):131–140. doi: 10.1177/155005940503600303. [DOI] [PubMed] [Google Scholar]
  • 27.Lopes MA, Perani S, Yaakub SN, Richardson MP, Goodfellow M, Terry JR. Revealing epilepsy type using a computational analysis of interictal EEG. Sci. Rep. 2019;9(1):1–10. doi: 10.1038/s41598-019-46633-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Grossi E, Olivieri C, Buscema M. Diagnosis of autism through EEG processed by advanced computational algorithms: A pilot study. Comput. Methods Programs Biomed. 2017;142:73–79. doi: 10.1016/j.cmpb.2017.02.002. [DOI] [PubMed] [Google Scholar]
  • 29.Shah SAA, Zhang L, Bais A. Dynamical system based compact deep hybrid network for classification of Parkinson’s disease related EEG signals. Neural Netw. 2020;130:75–84. doi: 10.1016/j.neunet.2020.06.018. [DOI] [PubMed] [Google Scholar]
  • 30.Campanharo ASLO, Doescher E, Ramos FM. Application of quantile graphs to the automated analysis of EEG signals. Neural Process. Lett. 2020;52(1):5–20. doi: 10.1007/s11063-018-9936-z. [DOI] [Google Scholar]
  • 31.Abásolo D, Hornero R, Espino P, Alvarez D, Poza J. Entropy analysis of the EEG background activity in Alzheimer’s disease patients. Physiol. Meas. 2006;27(3):241. doi: 10.1088/0967-3334/27/3/003. [DOI] [PubMed] [Google Scholar]
  • 32.Kang J, Chen H, Li X, Li X. EEG entropy analysis in autistic children. J. Clin. Neurosci. 2019;62:199–206. doi: 10.1016/j.jocn.2018.11.027. [DOI] [PubMed] [Google Scholar]
  • 33.Wang R, Wang J, Yu H, Wei X, Yang C, Deng B. Power spectral density and coherence analysis of Alzheimer’s EEG. Cogn. Neurodyn. 2015;9(3):291–304. doi: 10.1007/s11571-014-9325-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Neto E, Allen EA, Aurlien H, Nordby H, Eichele T. EEG spectral features discriminate between Alzheimer’s and vascular dementia. Front. Neurol. 2015;6:25. doi: 10.3389/fneur.2015.00025. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Amin HU, Malik AS, Ahmad RF, Badruddin N, Kamel N, Hussain M, Chooi W-T. Feature extraction and classification for EEG signals using Wavelet Transform and machine learning techniques. Austral. Phys. Eng. Sci. Med. 2015;38(1):139–149. doi: 10.1007/s13246-015-0333-x. [DOI] [PubMed] [Google Scholar]
  • 36.Akar, S. A., Kara, S., Agambayev, S. & Bilgiç, V. Nonlinear analysis of EEG in major depression with fractal dimensions. In 2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), pp. 7410–7413. IEEE, (2015). [DOI] [PubMed]
  • 37.Pineda AM, Ramos FM, Betting LE, Campanharo ASLO. Quantile graphs for EEG-based diagnosis of Alzheimer’s disease. PLoS ONE. 2020;15(6):e0231169. doi: 10.1371/journal.pone.0231169. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Lan X, Mo H, Chen S, Liu Q, Deng Y. Fast transformation from time series to visibility graphs. Chaos: Interdiscip. J. Nonlinear Sci. 2015;25(8):083105. doi: 10.1063/1.4927835. [DOI] [PubMed] [Google Scholar]
  • 39.Campanharo ASLO, Ramos FM. Hurst exponent estimation of self-affine time series using quantile graphs. Physica A. 2016;444:43–48. doi: 10.1016/j.physa.2015.09.094. [DOI] [Google Scholar]
  • 40.Pritchard WS, Duke DW, Coburn KL. Altered EEG dynamical responsivity associated with normal aging and probable Alzheimer’s disease. Dement. Geriatr. Cogn. Disord. 1991;2(2):102–105. doi: 10.1159/000107183. [DOI] [Google Scholar]
  • 41.Pritchard WS, Duke DW, Coburn KL, Moore NC, Tucker KA, Jann MW, Hostetler RM. EEG-based, neural-net predictive classification of Alzheimer’s disease versus control subjects is augmented by non-linear EEG measures. Electroencephalogr. Clin. Neurophysiol. 1994;91(2):118–130. doi: 10.1016/0013-4694(94)90033-7. [DOI] [PubMed] [Google Scholar]
  • 42.Vicchietti, M. L., Ramos, F. M., Betting, L. E., & Campanharo, A. S. L. O. Data from: Computational methods of EEG signals analysis for Alzheimer’s disease classification. https://osf.io/2v5md/, (2023). [DOI] [PMC free article] [PubMed]
  • 43.Shoka A, Dessouky M, El-Sherbeny A, El-Sayed A. Literature review on EEG preprocessing, feature extraction, and classifications techniques. Menoufia J. Electron. Eng. Res. 2019;28(1):292–299. doi: 10.21608/mjeer.2019.64927. [DOI] [Google Scholar]
  • 44.Kim, S.-P. Preprocessing of EEG. In Computational EEG Analysis, pp 15–33. Springer, (2018).
  • 45.Bansal, D., & Mahajan, R. et al. Design and implementation of efficient digital filter for preprocessing of EEG signals. In 2019 6th International Conference on Computing for Sustainable Global Development (INDIACom), pp. 862–868. IEEE, (2019).
  • 46.Shaker, M. M. EEG waves classifier using Wavelet Transform and Fourier Transform. Brain2(3), (2006).
  • 47.Canal MR. Comparison of wavelet and short time Fourier transform methods in the analysis of EMG signals. J. Med. Syst. 2010;34(1):91–94. doi: 10.1007/s10916-008-9219-8. [DOI] [PubMed] [Google Scholar]
  • 48.Song H. Review of Time Series Analysis and Its Applications With R Examples, by Robert H. Shumway & David S. Stoffer. Springer; 2017. p. 596. [Google Scholar]
  • 49.Cohen MX. A better way to define and describe Morlet wavelets for time-frequency analysis. Neuroimage. 2019;199:81–86. doi: 10.1016/j.neuroimage.2019.05.048. [DOI] [PubMed] [Google Scholar]
  • 50.Chavan AS, Kolte M. EEG signal preprocessing using Wavelet Transform. Int. J. Electron. Eng. 2011;3(1):5–10. [Google Scholar]
  • 51.Dauwels J, Vialatte F, Cichocki A. Diagnosis of Alzheimer’s disease from EEG signals: where are we standing? Curr. Alzheimer Res. 2010;7(6):487–505. doi: 10.2174/156720510792231720. [DOI] [PubMed] [Google Scholar]
  • 52.Ahmadlou M, Adeli H, Adeli A. New diagnostic EEG markers of the Alzheimer’s disease using visibility graph. J. Neural Transm. 2010;117(9):1099–1109. doi: 10.1007/s00702-010-0450-3. [DOI] [PubMed] [Google Scholar]
  • 53.Obuchowski NA. ROC analysis. Am. J. Roentgenol. 2005;184(2):364–372. doi: 10.2214/ajr.184.2.01840364. [DOI] [PubMed] [Google Scholar]
  • 54.Kim TK. Understanding one-way ANOVA using conceptual figures. Korean J. Anesthesiol. 2017;70(1):22. doi: 10.4097/kjae.2017.70.1.22. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Chandrasekhar E, Dimri V, Gadre VM. Wavelets and Fractals in Earth System Sciences. Taylor & Francis; 2013. [Google Scholar]
  • 56.Jeong D-H, Kim Y-D, Song I-U, Chung Y-A, Jeong J. Wavelet energy and wavelet coherence as EEG biomarkers for the diagnosis of Parkinson’s disease-related dementia and Alzheimer’s disease. Entropy. 2016;18(1):8. doi: 10.3390/e18010008. [DOI] [Google Scholar]
  • 57.Diks C. Nonlinear Time Series Analysis: Methods and Applications. World Scientific; 1999. [Google Scholar]
  • 58.Gómez C, Mediavilla Á, Hornero R, Abásolo D, Fernández A. Use of the Higuchi’s fractal dimension for the analysis of MEG recordings from Alzheimer’s disease patients. Med. Eng. Phys. 2009;31(3):306–313. doi: 10.1016/j.medengphy.2008.06.010. [DOI] [PubMed] [Google Scholar]
  • 59.Higuchi T. Approach to an irregular time series on the basis of the fractal theory. Physica D. 1988;31(2):277–283. doi: 10.1016/0167-2789(88)90081-4. [DOI] [Google Scholar]
  • 60.Katz MJ. Fractals and the analysis of waveforms. Comput. Biol. Med. 1988;18(3):145–156. doi: 10.1016/0010-4825(88)90041-8. [DOI] [PubMed] [Google Scholar]
  • 61.Rao M. More on a new concept of entropy and information. J. Theor. Probab. 2005;18(4):967–981. doi: 10.1007/s10959-005-7541-3. [DOI] [Google Scholar]
  • 62.Pham TD, Elfiqi HZ, Knecht S, Wersching H, Baune BT, Berger K. Structural simplexity of the brain. J. Neurosci. Methods. 2010;188(1):113–126. doi: 10.1016/j.jneumeth.2010.01.029. [DOI] [PubMed] [Google Scholar]
  • 63.Simons S, Abasolo D, Escudero J. Classification of Alzheimer’s disease from quadratic sample entropy of electroencephalogram. Healthc. Technol. Lett. 2015;2(3):70–73. doi: 10.1049/htl.2014.0106. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 64.Simons, S., Abásolo, D., & Escudero, J. Quadratic sample entropy and multiscale quadratic sample entropy of the electroencephalogram in Alzheimer’s disease. In Proceedings of the 5th International Conference on Medical Signal & Information Processing (MEDSIP 2012), (2012).
  • 65.Richman, J. S. & Moorman, J. R. Physiological time-series analysis using approximate entropy and sample entropy. Am. J. Physiol.-Heart Circul. Physiol., (2000). [DOI] [PubMed]
  • 66.Lake DE, Moorman JR. Accurate estimation of entropy in very short physiological time series: The problem of atrial fibrillation detection in implanted ventricular devices. Am. J. Physiol.-Heart Circ. Physiol. 2011;300(1):H319–H325. doi: 10.1152/ajpheart.00561.2010. [DOI] [PubMed] [Google Scholar]
  • 67.Guo, L., Rivero, D., Seoane, J. A., & Pazos, A. Classification of EEG signals using relative wavelet energy and artificial neural networks. In Proceedings of the first ACM/SIGEVO Summit on Genetic and Evolutionary Computation, pp 177–184 (2009).
  • 68.Salwani, M., & Jasmy, Y. Relative wavelet energy as a tool to select suitable wavelet for artifact removal in EEG. In 2005 1st International Conference on Computers, Communications, & Signal Processing with Special Track on Biomedical Engineering, pp 282–287. IEEE (2005).
  • 69.Rosso O, Martin M, Figliola A, Keller K, Plastino A. EEG analysis using wavelet-based information tools. J. Neurosci. Methods. 2006;153(2):163–182. doi: 10.1016/j.jneumeth.2005.10.009. [DOI] [PubMed] [Google Scholar]
  • 70.Campanharo ASLO, Sirer MI, Malmgren RD, Ramos FM, Amaral LAN. Duality between time series and networks. PLoS ONE. 2011;6(8):e23378. doi: 10.1371/journal.pone.0023378. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71.Pineda, A. M., Ramos, F. M., Betting, L. E., & Campanharo, A. S. L. O. Use of complex networks for the automatic detection and the diagnosis of Alzheimer’s disease. In International Work-Conference on Artificial Neural Networks, pp 115–126. Springer, (2019).
  • 72.Lacasa L, Luque B, Ballesteros F, Luque J, Nuno JC. From time series to complex networks: The visibility graph. Proc. Natl. Acad. Sci. 2008;105(13):4972–4975. doi: 10.1073/pnas.0709247105. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73.Nasrolahzadeh M, Mohammadpoory Z, Haddadnia J. Analysis of heart rate signals during meditation using visibility graph complexity. Cogn. Neurodyn. 2019;13(1):45–52. doi: 10.1007/s11571-018-9501-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 74.Daubechies, I. Ten lectures on wavelets. SIAM (1992).
  • 75.Jeong J. EEG dynamics in patients with Alzheimer’s disease. Clin. Neurophysiol. 2004;115(7):1490–1505. doi: 10.1016/j.clinph.2004.01.001. [DOI] [PubMed] [Google Scholar]
  • 76.Al-Nuaimi, A. H. H., Jammeh, E., Sun, L., & Ifeachor, E. Complexity measures for quantifying changes in electroencephalogram in Alzheimer’s disease. Complexity, 2018, (2018).
  • 77.Bennys K, Rondouin G, Vergnes C, Touchon J. Diagnostic value of quantitative eeg in Alzheimer’s disease. Neurophysiologie Clinique/Clin. Neurophysiol. 2001;31(3):153–160. doi: 10.1016/S0987-7053(01)00254-4. [DOI] [PubMed] [Google Scholar]
  • 78.Locatelli T, Cursi M, Liberati D, Franceschi M, Comi G. EEG coherence in Alzheimer’s disease. Electroencephalogr. Clin. Neurophysiol. 1998;106(3):229–237. doi: 10.1016/S0013-4694(97)00129-6. [DOI] [PubMed] [Google Scholar]
  • 79.Helkala E-L, Hänninen T, Hallikainen M, Könönen M, Laakso M, Hartikainen P, Soininen H, Partanen J, Partanen K, Vainio P, et al. Slow-wave activity in the spectral analysis of the electroencephalogram and volumes of hippocampus in subgroups of Alzheimer’s disease patients. Behav. Neurosci. 1996;110(6):1235. doi: 10.1037/0735-7044.110.6.1235. [DOI] [PubMed] [Google Scholar]
  • 80.Ahmadlou M, Adeli H, Adeli A. Fractality and a wavelet-chaos-methodology for EEG-based diagnosis of Alzheimer’s disease. Alzheimer Disease Assoc. Disorders. 2011;25(1):85–92. doi: 10.1097/WAD.0b013e3181ed1160. [DOI] [PubMed] [Google Scholar]
  • 81.Pascual-Marqui RD, Michel CM, Lehmann D. Low resolution electromagnetic tomography: A new method for localizing electrical activity in the brain. Int. J. Psychophysiol. 1994;18(1):49–65. doi: 10.1016/0167-8760(84)90014-X. [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

All data used in this study are publicly available at Ref42.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES