156
edits
(added new functions) |
(updated status on: lyap_k, lyap_r, lyap_spec, d2, c1, boxcount, c2t, c2d, c2g, av_d2) |
||
Line 13: | Line 13: | ||
|- | |- | ||
|ar-run || Iterate an Autoregessive model || Same as above || FORTRAN || wrapped in C++/mfile/octfile code || | |ar-run || Iterate an Autoregessive model || Same as above || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|av-d2 || Simply smooth output of d2 || Can be implemented with filter in core || C || || | |av-d2 || Simply smooth output of d2 || Can be implemented with filter in core || C || || | ||
|- | |-style="background: LightGreen" | ||
|boxcount || Renyi Entopies of Qth order || None in GNU Octave (maybe in info-theory but it is not worth the pain) || C || wrapped in C++/mfile/octfile code || | |boxcount || Renyi Entopies of Qth order || None in GNU Octave (maybe in info-theory but it is not worth the pain) || C || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|c1 || Fixed mass estimation of D1 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | |c1 || Fixed mass estimation of D1 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|c2d || Get local slopes from correlation integral || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | |c2d || Get local slopes from correlation integral || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|c2g || Gaussian kernel of C2 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | |c2g || Gaussian kernel of C2 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|c2t || Takens estimator of D2 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | |c2t || Takens estimator of D2 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|-style="background: LightGreen" | |-style="background: LightGreen" | ||
Line 31: | Line 31: | ||
|-style="background: LightGreen" | |-style="background: LightGreen" | ||
|corr, autocorr || Autocorrelation function || xcorr in signal || corr -C, autocorr (faster according to documentation) - FORTRAN || ------- || Different usage, same result | |corr, autocorr || Autocorrelation function || xcorr in signal || corr -C, autocorr (faster according to documentation) - FORTRAN || ------- || Different usage, same result | ||
|- | |-style="background: LightGreen" | ||
|d2 || Correlation dimension d2 || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |d2 || Correlation dimension d2 || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
|-style="background: LightGreen" | |-style="background: LightGreen" | ||
Line 65: | Line 65: | ||
|- | |- | ||
|low121 || Time domain low pass filter || There are lowpass filters in Octave: buttap, cheb1ap, cheb2ap, ellipap, sftrans, but I don't think they perform this task || C || Reimplement as mfile || | |low121 || Time domain low pass filter || There are lowpass filters in Octave: buttap, cheb1ap, cheb2ap, ellipap, sftrans, but I don't think they perform this task || C || Reimplement as mfile || | ||
|- | |-style="background: LightGreen" | ||
|lyap_k || Maximal Lyapunov exponent with the Kantz algorithm || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |lyap_k || Maximal Lyapunov exponent with the Kantz algorithm || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|lyap_r || Maximal Lyapunov exponent with the Rosenstein algorithm || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |lyap_r || Maximal Lyapunov exponent with the Rosenstein algorithm || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|lyap_spec || Full spectrum of Lyapunov exponents || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |lyap_spec || Full spectrum of Lyapunov exponents || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
|-style="background: LightGreen" | |-style="background: LightGreen" |
edits