Metadata-Version: 2.1
Name: steeg
Version: 0.1.3
Summary:  
Home-page: https://github.com/frjrodriguezla/oecx
Author: Francisco R. Lanza
Author-email: frjrodriguezla@unal.edu.co
License: MIT
Description: # steeg
        ## Funciones: 
        - steeg.txt_lyapunov(txt)
        - steeg.txt_hurst(txt)
        - steeg.txt_corr_dim(txt,dim)
        - steeg.txt_entropy(txt, dim)
        - steeg.vhdr_lyapunov(vhdr,tmax,inter,electrodes)
        - steeg.vhdr_hurst(vhdr,tmax,inter,electrodes)
        - steeg.vhdr_corr_dim(vhdr,dim,tmax,inter,electrodes)
        - steeg.vhdr_entropy(vhdr,dim,tmax,inter,electrodes)
        - steeg.edf_lyapunov(edf,tmax,inter,electrodes)
        - steeg.edf_hurst(edf,tmax,inter,electrodes)
        - steeg.edf_corr_dim(edf,dim,tmax,inter,electrodes)
        - steeg.edf_entropy(edf,dim,tmax,inter,electrodes)
        - steeg.bdf_lyapunov(bdf,tmax,inter,electrodes)
        - steeg.bdf_hurst(bdf,tmax,inter,electrodes)
        - steeg.bdf_corr_dim(bdf,dim,tmax,inter,electrodes)
        - steeg.bdf_entropy(bdf,dim,tmax,inter,electrodes)
        
Keywords: mne,eeg,nolds
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: ~=3.3
Description-Content-Type: text/markdown
