PyEEG | Medical Free/Libre and Open Source Software
medfloss.org › node › 554As this is an open-content collaborative platform we cannot provide any guarantee of the validity, appropriateness, correctness or up-to-dateness of the here given information. The work of the Medfloss.org community is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License and the GNU Free Documentation License.
PyEEG Reference Guide v0.02 r1 documentation - SourceForge
pyeeg.sourceforge.netAug 31, 2010 · Such a matrix can be built by calling pyeeg function as Em = embed_seq (X, 1, M). Then we build matrix Emp, whose only difference with Em is that the length of each embedding sequence is M + 1 Denote the i-th and j-th row of Em as Em [i] and Em [j]. Their k-th elments are Em [i] [k] and Em [j] [k] respectively.
PyEEG Reference Guide — PyEEG Reference Guide v0.02 r1 ...
pyeeg.sourceforge.net31.08.2010 · pyeeg.hjorth(X, D=None)¶ Compute Hjorth mobility and complexity of a time series from either two cases below: X, the time series of type list (default) D, a first order differential sequence of X (if D is provided, recommended to speed up) In case 1, D is computed by first_order_diff(X) function of pyeeg