657
edits
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
|compare || Compares two data sets || Does not need to be ported || FORTRAN | |compare || Compares two data sets || Does not need to be ported || FORTRAN | ||
|- | |- | ||
|corr, autocorr || Autocorrelation function || | |corr, autocorr || Autocorrelation function || Does not need to be ported xcorr in signal || corr -C, autocorr (faster according to documentation) - FORTRAN | ||
|- | |- | ||
|d2 || Correlation dimension d2 || | |d2 || Correlation dimension d2 || None in GNU Octave || c | ||
|- | |- | ||
|delay || Creates delay embedding || | |delay || Creates delay embedding || None in GNU Octave (easy to implement in Octave but not worth the effort) || C | ||
|- | |- | ||
|endtoend || Determine end-to-end mismatch || | |endtoend || Determine end-to-end mismatch || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|events || Interval/event conversion || | |events || Interval/event conversion || None in GNU Octave || FORTRAN to be implemented as mfile | ||
|- | |- | ||
|extrema || Determine the extrema of a time series || | |extrema || Determine the extrema of a time series || findpeaks in signal (but maybe is just easier to port) || C | ||
|- | |- | ||
|false_nearest || The false nearest neighbor algorithm || | |false_nearest || The false nearest neighbor algorithm || None in GNU Octave || C | ||
|- | |- | ||
|ghkss || Nonlinear noise reduction || | |ghkss || Nonlinear noise reduction || None in GNU Octave || C | ||
|- | |- | ||
|henon || Create a Hénon time series || There is not || To m-file; already ported | |henon || Create a Hénon time series || There is not || To m-file; already ported | ||
|- | |- | ||
|histogram || Creates histograms || | |histogram || Creates histograms || hist in core || C | ||
|- | |- | ||
|ikeda || Create an Ikeda time series || | |ikeda || Create an Ikeda time series || None in GNU Octave || FORTRAN to be reimplemented as mfile | ||
|- | |- | ||
|intervals || Event/intervcal conversion || Might exist under different name || FORTRAN to be reimplemented as mfile | |intervals || Event/intervcal conversion || Might exist under different name || FORTRAN to be reimplemented as mfile | ||
|- | |- | ||
|lazy || Simple nonlinear noise reduction || | |lazy || Simple nonlinear noise reduction || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|lfo-ar || Locally first order model vs. global AR model (old ll-ar) || Does not exist || C | |lfo-ar || Locally first order model vs. global AR model (old ll-ar) || Does not exist || C |
edits