657
edits
Line 56: | Line 56: | ||
|lazy || Simple nonlinear noise reduction || None in GNU Octave || FORTRAN | |lazy || Simple nonlinear noise reduction || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|lfo-ar || Locally first order model vs. global AR model (old ll-ar) || | |lfo-ar || Locally first order model vs. global AR model (old ll-ar) || None in GNU Octave || C | ||
|- | |- | ||
|lfo-run || Iterate a locally first order model (old nstep) || | |lfo-run || Iterate a locally first order model (old nstep) || None in GNU Octave || C | ||
|- | |- | ||
|lfo-test || Test a locally first order model (old onestep) || | |lfo-test || Test a locally first order model (old onestep) || None in GNU Octave || C | ||
|- | |- | ||
|lorenz || Create a Lorenz time series || | |lorenz || Create a Lorenz time series || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|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, might be ok to implement 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, might be ok to implement as mfile | ||
|- | |- | ||
|lyap_k || Maximal Lyapunov exponent with the Kantz algorithm || | |lyap_k || Maximal Lyapunov exponent with the Kantz algorithm || None in GNU Octave || C | ||
|- | |- | ||
|lyap_r || Maximal Lyapunov exponent with the Rosenstein algorithm || | |lyap_r || Maximal Lyapunov exponent with the Rosenstein algorithm || None in GNU Octave || C | ||
|- | |- | ||
|lyap_spec || Full spectrum of Lyapunov exponents || | |lyap_spec || Full spectrum of Lyapunov exponents || None in GNU Octave || C | ||
|- | |- | ||
|lzo-gm || Locally zeroth order model vs. global mean || | |lzo-gm || Locally zeroth order model vs. global mean || None in GNU Octave || C | ||
|- | |- | ||
|lzo-run || Iterate a locally zeroth order model || | |lzo-run || Iterate a locally zeroth order model || None in GNU Octave || C | ||
|- | |- | ||
|lzo-test || Test a locally zeroth order model (old zeroth) || | |lzo-test || Test a locally zeroth order model (old zeroth) || None in GNU Octave || C | ||
|- | |- | ||
|makenoise || Produce noise || Rand exists || Should be implemented as mfile using Octave rand functions | |makenoise || Produce noise || Rand exists || Should be implemented as mfile using Octave rand functions | ||
|- | |- | ||
|mem_spec || Power spectrum using the maximum entropy principle || | |mem_spec || Power spectrum using the maximum entropy principle || None in GNU Octave || C | ||
|- | |- | ||
|mutual || Estimate the mutual information || | |mutual || Estimate the mutual information || None in GNU Octave || C | ||
|- | |- | ||
|notch || Notch filter || pei_tseng_notch, needs to be verified || FORTRAN | |notch || Notch filter || pei_tseng_notch, needs to be verified || FORTRAN | ||
|- | |- | ||
|nstat_z || Nonstationarity testing via cross-prediction || | |nstat_z || Nonstationarity testing via cross-prediction || None in GNU Octave || C | ||
|- | |- | ||
|pca, pc || Principle component analysis || 'pcacov' if likely the equivalent || pca - C, pc - FORTRAN | |pca, pc || Principle component analysis || 'pcacov' if likely the equivalent || pca - C, pc - FORTRAN | ||
|- | |- | ||
|poincare || Create Poincaré sections || | |poincare || Create Poincaré sections || None in GNU Octave || C | ||
|- | |- | ||
|polyback || Fit a polynomial model (backward elimination) || polyfit, detrend, wpolyfit || I do not know if they work the same way, but it does seem so, written in C | |polyback || Fit a polynomial model (backward elimination) || polyfit, detrend, wpolyfit || I do not know if they work the same way, but it does seem so, written in C | ||
Line 100: | Line 100: | ||
|polypar || Creates parameter file for polynomp || same as above || same as above | |polypar || Creates parameter file for polynomp || same as above || same as above | ||
|- | |- | ||
|predict || Forecast discriminating statistics for surrogates || | |predict || Forecast discriminating statistics for surrogates || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|randomize || General constraint randomization (surrogates) || There are random function, but I don't think this one exists || FORTRAN | |randomize || General constraint randomization (surrogates) || There are random function, but I don't think this one exists || FORTRAN | ||
Line 108: | Line 108: | ||
|randomize_spikespec_exp_event || Surrogate data preserving event time power spectrum || Same as above || Same as above | |randomize_spikespec_exp_event || Surrogate data preserving event time power spectrum || Same as above || Same as above | ||
|- | |- | ||
|rbf || Radial basis functions fit || | |rbf || Radial basis functions fit || None in GNU Octave || C | ||
|- | |- | ||
|recurr || Creates a recurrence plot || | |recurr || Creates a recurrence plot || None in GNU Octave || C | ||
|- | |- | ||
|resample || Resamples data || There is 'resample' in Octave, but I believe it does something else || C | |resample || Resamples data || There is 'resample' in Octave, but I believe it does something else || C | ||
Line 118: | Line 118: | ||
|rms || Rescale data set and get mean, variance and data interval || This should be in Octave, cannot find... || FORTRNAN | |rms || Rescale data set and get mean, variance and data interval || This should be in Octave, cannot find... || FORTRNAN | ||
|- | |- | ||
|sav_gol || Savitzky-Golay filter || | |sav_gol || Savitzky-Golay filter || None in GNU Octave || C | ||
|- | |- | ||
|spectrum || Power spectrum using FFT || bispec from tsa? || FORTRAN | |spectrum || Power spectrum using FFT || bispec from tsa? || FORTRAN | ||
Line 126: | Line 126: | ||
|spikespec || Power spectrum of event times || ar_psd, cpsd is the closest but I do not think they are the same || FORTRAN | |spikespec || Power spectrum of event times || ar_psd, cpsd is the closest but I do not think they are the same || FORTRAN | ||
|- | |- | ||
|stp || Creates a space-time separation plot || | |stp || Creates a space-time separation plot || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|surrogates || Creates surrogate data || | |surrogates || Creates surrogate data || None in GNU Octave || FORTRAN | ||
|- | |- | ||
|timerev || Time reversal discrimating statistics for surrogates || | |timerev || Time reversal discrimating statistics for surrogates || None in GNU Octave || FORTRAN, to be implemented as mfile | ||
|- | |- | ||
|upo || Finds unstable periodic orbits and estimates their stability || No corresponding function in Octave || FORTRAN | |upo || Finds unstable periodic orbits and estimates their stability || No corresponding function in Octave || FORTRAN | ||
Line 144: | Line 144: | ||
|xrecur || Cross-recurrence Plot || xcorr, or xcorr2 or another function might cover this || C | |xrecur || Cross-recurrence Plot || xcorr, or xcorr2 or another function might cover this || C | ||
|- | |- | ||
|xzero || Locally zeroth order cross-prediction || | |xzero || Locally zeroth order cross-prediction || None in GNU Octave || C | ||
|} | |} |
edits