knitr::read_chunk("../analysis/chunks.R")


  1. Simulation and Approximation Methods
  2. Properties of the Complexity Coefficients
  3. Seizure Prediction
  4. Computing the Complexity Coefficients

The $\varepsilon$-complexity of a continuous function is, roughly speaking, the amount of information needed to reconstruct that function within an absolute error $\varepsilon$. The theory and procedure for estimating $\varepsilon$-complexity was introduced by Darkhovsky and Piryatinska[^1]. In previous work, the complexity coefficients have been shown to be useful features for the segmentation and classification of time series[^2].

The purpose of these analyses was three-fold:

  1. To improve the estimation of the complexity coefficients by enlarging the set of approximation methods used in the estimation procedure.

  2. To explore the relation between the complexity coefficients, the Hölder condition and fractal dimension.

  3. An application of the complexity coefficients to the segmentation and classification of EEG.

  4. Along with an overview of the results of each of these analyses we outline the procedure for estimating the complexity coefficients.

library(devtools)
load_all()
knitr::read_chunk("../code/eeg-segment-plot.R")
  par(mar = c(0, 0, 2, 0))
  <<eeg-segment-create>> 
  <<eeg-segment-plot2>>


Credits

These poject pages were developed with the help of the workflowr package.

[^1]: Epsilon-complexity of continuous functions [^2]: Binary classification of multi-channel EEG records based on the ε-complexity of continuous vector functions



nateaff/eeg-complex documentation built on May 14, 2019, 2:55 p.m.