Skip to content

MultiScale Entropy R Package

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jcaude/MSEntropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSEntropy

Lifecycle: experimental

The goal of MSEntropy is to provide a set of optimzed multiscale entropy calculation functions.

Installation

You can install the development version directly from GitHub with:

# install.packages("devtools")
devtools::install_github("jcaude/MSEntropy")

Example

The MSEntropy package comes with some sample datasets:

library(MSEntropy)
#> Loading required package: tuneR
#> Loading required package: parallelMap

## basic example code
data("EG_181117")
plot(EG_181117,type='l',xlab="Time (s)", ylab="EEG",main="EG_181117")

You can than compute the Multiscale Dispersion Entropy (MDE) using:

plot(MDE(EG_181117,scales = 1:50),type='b',xlab="Scale",ylab="MDE",main="EG_181117")

About

MultiScale Entropy R Package

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published