156
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
! Program Name !! Program Description !! Corresponding Octave Function !! Comments | ! Program Name !! Program Description !! Corresponding Octave Function !! Comments | ||
|- | |- | ||
|arima-model || Fit and possibly iterate an ARIMA model || | |arima-model || Fit and possibly iterate an ARIMA model || There is 'aar' in TSA but cannot determine if this is different or not || This is a c-file that can be wrapped in C++/mfile/octfile code | ||
|- | |- | ||
|ar-model || Fit and possibly iterate an Autoregessive model || | |ar-model || Fit and possibly iterate an Autoregessive model || Same as above || C; see also: aarmam, adim, amarma, mvaar from TSA | ||
|- | |- | ||
|ar-run || Iterate an Autoregessive model || | |ar-run || Iterate an Autoregessive model || Same as above || FORTRAN | ||
|- | |- | ||
|av-d2 || Simply smooth output of d2 || | |av-d2 || Simply smooth output of d2 || Same as above || C | ||
|- | |- | ||
|boxcount || Renyi Entopies of Qth order || | |boxcount || Renyi Entopies of Qth order || There most likely is none || C | ||
|- | |- | ||
|c1 || Fixed mass estimation of D1 || || | |c1 || Fixed mass estimation of D1 || || | ||
Line 29: | Line 29: | ||
|corr || Autocorrelation function || || | |corr || Autocorrelation function || || | ||
|- | |- | ||
|d2 || Correlation dimension d2 || | |d2 || Correlation dimension d2 || I believe not, don't know || c | ||
|- | |- | ||
|delay || Creates delay embedding || || | |delay || Creates delay embedding || || | ||
Line 109: | Line 109: | ||
|recurr || Creates a recurrence plot || || | |recurr || Creates a recurrence plot || || | ||
|- | |- | ||
|resample || Resamples data || | |resample || Resamples data || There is 'resample' in Octave, but I believe it does something else || C | ||
|- | |- | ||
|rescale || Rescale data set || | |rescale || Rescale data set || This should be in Octave, cannot find... || C | ||
|- | |- | ||
|rms || Rescale data set and get mean, variance and data interval || || | |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 || || |
edits