Last modified:
2) How do I reference SSA-MTM Toolkit in publication?
Gap-filling by SSA provided by the Toolkit can handle unevenly sampled data or even occasional missing data.
4) Do I need to normalize and/or center the time series?
No, this will be done inside the tools.
5) How can I tell if what I'm seeing is a genuine signal or an artefact of the noise?
There is no stock answer for this question. The basic philosophy of the Toolkit is that only the simultaneous and flexible application of more than one spectral estimation method can provide truely reliable information on a given time series, when the signal-to-noise ratio is low.
6) I would like to know if we can use the SSA Toolkit for forecasting.
SSA CAN be used for prediction, but our Toolkit doesn't perform that function yet.
To learn more about using SSA for prediction, you should see:
Keppenne, C.L., and Ghil, M., 1992, Adaptive filtering and prediction of the Southern Oscillation Index: J. Geophysical Research (atmospheres) 97, 20449-20454.
Jiang, N., Ghil, M., and Neelin, D., 1995, Quasi-quadrennial and quasi-biennial variability in the equatorial Pacific: Clim. Dyn. 12, 101-112.
7) Is there a Toolkit version that allows to analyse multi-channel data?
The extension *.exe is needed to save the file using a web browser. You may rename the file directly in the dialog box or after you saved it, i.e. to Spectra. Now you need to give execute permission to the file:
9)I am getting weird messages like this when starting Spectra:"...ld.so.1: Spectra: fatal:", "libF77.so.4: open failed:...", "libg2c.so.0: cannot load....."?
You are trying to run a dynamic version, and a particular compiler library is not installed. Try a static version, if it is available. In some cases you may need to change the environment variable LD_LIBRARY_PATH which tells where to look for the dynamic libraries.
10)Show me the Toolkit release notes?
11)What are the system requirements for running the the Toolkit?
Currently the Toolkit has been ported to most Unix based systems, including SUN, IBM/AIX, DEC, SGI & Mac OS X. Also, Linux version for PC is avialable. You may download prebuilt binary executables (1~5Mb size) for supported systems.
12)What visualization software is supported by the Toolkit?
Toolkit supports the public domain ACE/gr (known also as Xmgr), descendant of ACE/gr called Grace, and commercial IDL (versions 5.0 and later) graphics software.
13) Is there an easy way to adjust the default size of the xmgr x-window?
The easiest way is probably to put a resource in ~/.Xdefaults. For example:
xmgr*geometry: 500x200
14)The system reports `Cannot find xmgr to execute'.
The Toolkit is trying to plot something, but the plotter is not in your path. If you know that xmgr exists on your system, then make sure it is in your path.
15)How can I save results to a file?
You can write matrices/vectors into a file using 'Write Matrix' and 'Write Vector' options in 'File/Data' menu on the main panel. You just need to specify the name of the matrix/vector and the name of the file. Also, when you have xmgr plot on your screen, you may go to the Data/Status option and see what is/are the work file name(s) in the plot (F5 key does that too). Then you can copy it/them in a unix shell to a new file(s) you want to keep. (remember that all of the files with the extension *.tmp will be deleted when exiting Spectra).
16)We can load data and do computations with it; however nothing is happening when we press Plot button.
The software for plotting, Grace for example, has been already installed.
You need to add Grace to your path. You can do it in your working shell's configuration file, and the exact command depends on the particular shell used. For tcsh shell you have to add new line in .tcshrc file like below (the exact path depends, of course, on where you installed Grace):
set path= ("/usr/grace-5.1.12/grace/bin" $path)
then do from a command line
source .tcshrc
and start Toolkit from that shell.
Make sure that file is plain text in ASCII format, doesn't have blank spaces amd contains only numerical data. If it is matrix, it should have the same number of entries in all columns. If you are using Mac OS X, there should be no blank spaces in the path to the file.