User:Josiah425:TISEAN Package:Table of functions: Difference between revisions

Jump to navigation Jump to search
no edit summary
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 || There is 'acorf' in tsa but i don't know if is the same || corr -C, autocorr (faster according to documentation) - FORTRAN
|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 || I believe not, don't know || c
|d2 || Correlation dimension d2 || None in GNU Octave  || c
|-
|-
|delay || Creates delay embedding || Most likely does not exist || C
|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 || Does not exist || FORTRAN
|endtoend || Determine end-to-end mismatch || None in GNU Octave || FORTRAN
|-
|-
|events || Interval/event conversion || Might exist, most likely does not || FORTRAN to be implemented as mfile
|events || Interval/event conversion || None in GNU Octave || FORTRAN to be implemented as mfile
|-
|-
|extrema || Determine the extrema of a time series || A min or max function exist, though I do not know if it accomplishes the same task || C
|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 || Does not exist || C
|false_nearest || The false nearest neighbor algorithm || None in GNU Octave || C
|-
|-
|ghkss || Nonlinear noise reduction || There is not || C
|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 || Might exist, cannot find(obviously histogram exists, but I cannot tell if it "estimates the scalar distribution of data set") || C  
|histogram || Creates histograms || hist in core || C  
|-
|-
|ikeda || Create an Ikeda time series || Does not exist || FORTRAN to be reimplemented as mfile
|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 || There is not || FORTRAN
|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
657

edits

Navigation menu