156
edits
(Noted that polyback, polynom, polynomp, polypar are not similar to Octave functions.) |
(Updates to progress) |
||
Line 33: | Line 33: | ||
|- | |- | ||
|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" | ||
|delay || Creates delay embedding || None in GNU Octave (easy to implement in Octave but not worth the effort) || C || wrapped in C++/mfile/octfile code || | |delay || Creates delay embedding || None in GNU Octave (easy to implement in Octave but not worth the effort) || C || wrapped in C++/mfile/octfile code || Ported&Tested | ||
|- | |- | ||
|endtoend || Determine end-to-end mismatch || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | |endtoend || Determine end-to-end mismatch || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | ||
Line 87: | Line 87: | ||
|- | |- | ||
|nstat_z || Nonstationarity testing via cross-prediction || None in GNU Octave || C ||wrapped in C++/mfile/octfile code || | |nstat_z || Nonstationarity testing via cross-prediction || None in GNU Octave || C ||wrapped in C++/mfile/octfile code || | ||
|-style="background: | |-style="background: LightGreen" | ||
|pca, pc || Principle component analysis || 'pcacov' if likely the equivalent; pricomp in statistics || pca - C, pc - FORTRAN || || | |pca, pc || Principle component analysis || 'pcacov' if likely the equivalent; pricomp in statistics || pca - C, pc - FORTRAN || wrapped in C++/mfile/octfile code || Ported&Tested | ||
|- | |- | ||
|poincare || Create Poincaré sections || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |poincare || Create Poincaré sections || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
Line 119: | Line 119: | ||
|-style="background: Yellow" | |-style="background: Yellow" | ||
|sav_gol || Savitzky-Golay filter || sgolayfilt in signal || C || || | |sav_gol || Savitzky-Golay filter || sgolayfilt in signal || C || || | ||
|-style="background: | |-style="background: LightGreen" | ||
|spectrum || Power spectrum using FFT || abs (fft (;)) || FORTRAN || | |spectrum || Power spectrum using FFT || abs (fft (;)) || FORTRAN || Rewrite as m-file || Ported&Tested | ||
|- | |- | ||
|spikeauto || Autocorrelation function of event times || similar to above || FORTRAN || || | |spikeauto || Autocorrelation function of event times || similar to above || FORTRAN || || | ||
Line 140: | Line 140: | ||
|xc2 || Cross-correlation integral || xcorr2 - Needs to be verified that works the same way || FORTRAN || wrapped in C++/mfile/octfile code || | |xc2 || Cross-correlation integral || xcorr2 - Needs to be verified that works the same way || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|-style="background: Yellow" | |-style="background: Yellow" | ||
|xcor || Cross-correlations || xcorr - Needs to be verified that works same way || C|| wrapped in C++/mfile/octfile code || | |xcor || Cross-correlations || xcorr - Needs to be verified that works same way || C|| wrapped in C++/mfile/octfile code || | ||
|- | |- | ||
|xrecur || Cross-recurrence Plot || xcorr, or xcorr2 or another function might cover this || C || wrapped in C++/mfile/octfile code || | |xrecur || Cross-recurrence Plot || xcorr, or xcorr2 or another function might cover this || C || wrapped in C++/mfile/octfile code || |
edits