Skip to content

Commit

Permalink
update pyeeg.py to upstream version 2016-01-06
Browse files Browse the repository at this point in the history
  • Loading branch information
mattja committed Sep 14, 2016
1 parent a503d87 commit 081901b
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 176 deletions.
8 changes: 5 additions & 3 deletions nsim/analyses1/__init__.py
Expand Up @@ -9,9 +9,10 @@

from .epochs import (variability_fp, epochs, epochs_distributed, epochs_joint)

from .pyeeg import (hurst, embed_seq, in_range, bin_power, pfd, hfd, hjorth,
from .pyeeg import (hurst, embed_seq, bin_power, pfd, hfd, hjorth,
spectral_entropy, svd_entropy, fisher_info, ap_entropy,
samp_entropy, dfa)
samp_entropy, dfa, permutation_entropy,
information_based_similarity, LLE)

__all__ = ['psd', 'lowpass', 'highpass', 'bandpass', 'notch', 'hilbert',
'hilbert_amplitude', 'hilbert_phase', 'cwt', 'cwt_distributed',
Expand All @@ -22,4 +23,5 @@
__all__ += ['variability_fp', 'epochs', 'epochs_distributed', 'epochs_joint']

__all__ += ['hurst', 'bin_power', 'pfd', 'hfd', 'hjorth', 'spectral_entropy',
'svd_entropy', 'fisher_info', 'ap_entropy', 'samp_entropy', 'dfa']
'svd_entropy', 'fisher_info', 'ap_entropy', 'samp_entropy', 'dfa',
'permutation_entropy', 'information_based_similarity', 'LLE']

0 comments on commit 081901b

Please sign in to comment.