657
edits
Line 47: | Line 47: | ||
|-style="background: LightGreen" | |-style="background: LightGreen" | ||
|henon || Create a Hénon time series || None in GNU Octave || FORTRAN || To be reimplemented as m-file || Ported&Checked | |henon || Create a Hénon time series || None in GNU Octave || FORTRAN || To be reimplemented as m-file || Ported&Checked | ||
|- | |-style="background: Yellow" | ||
|histogram || Creates histograms || hist in core || C || || | |histogram || Creates histograms || hist in core || C || || | ||
|- | |- | ||
Line 61: | Line 61: | ||
|- | |- | ||
|lfo-test || Test a locally first order model (old onestep) || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |lfo-test || Test a locally first order model (old onestep) || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: Yellow" | ||
|lorenz || Create a Lorenz time series || | |lorenz || Create a Lorenz time series || Can be implemented in GNU Octave using lsode or odepkg|| FORTRAN || 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 || | |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 || | ||
Line 83: | Line 83: | ||
|- | |- | ||
|mutual || Estimate the mutual information || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | |mutual || Estimate the mutual information || None in GNU Octave || C || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: Yellow" | ||
|notch || Notch filter || pei_tseng_notch, needs to be verified || FORTRAN || wrapped in C++/mfile/octfile code || | |notch || Notch filter || pei_tseng_notch, needs to be verified || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|- | |- | ||
|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: Yellow" | ||
|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 || || | ||
|- | |- | ||
|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 || | ||
|- | |-style="background: Yellow" | ||
|polyback || Fit a polynomial model (backward elimination) || polyfit, detrend, wpolyfit || C || || | |polyback || Fit a polynomial model (backward elimination) || polyfit, detrend, wpolyfit || C || || | ||
|- | |-style="background: Yellow" | ||
|polynom || Fit a polynomial model || same as above || C || || | |polynom || Fit a polynomial model || same as above || C || || | ||
|- | |-style="background: Yellow" | ||
|polynomp || Fit a polynomial model (reads terms to fit from file) || same as above || C || || | |polynomp || Fit a polynomial model (reads terms to fit from file) || same as above || C || || | ||
|- | |-style="background: Yellow" | ||
|polypar || Creates parameter file for polynomp || same as above || C || || | |polypar || Creates parameter file for polynomp || same as above || C || || | ||
|- | |- | ||
Line 117: | Line 117: | ||
|- | |- | ||
|rms || Rescale data set and get mean, variance and data interval || This should be in Octave, cannot find... || FORTRNAN || wrapped in C++/mfile/octfile code || | |rms || Rescale data set and get mean, variance and data interval || This should be in Octave, cannot find... || FORTRNAN || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: Yellow" | ||
|sav_gol || Savitzky-Golay filter || sgolayfilt in signal || C || || | |sav_gol || Savitzky-Golay filter || sgolayfilt in signal || C || || | ||
|- | |-style="background: Yellow" | ||
|spectrum || Power spectrum using FFT || bispec from tsa?; hist (fft (.)) || FORTRAN || || | |spectrum || Power spectrum using FFT || bispec from tsa?; hist (fft (.)) || FORTRAN || || | ||
|- | |- | ||
Line 139: | Line 139: | ||
|- | |- | ||
|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" | ||
|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 || | ||
|- | |- |
edits