Last modified: 11/7/08

General Questions
1) What is SSA-MTM Toolkit?
2) How do I reference SSA-MTM Toolkit in publication?
3)Can the Toolkit handle unevenly sampled time-series data (a varying time step)?
4) Do I need to normalize and/or center the time series?
5) How can I tell if what I'm seeing is a genuine signal or an artefact of the noise?
6) I would like to know if we can use the SSA Toolkit for forecasting?
7) Is there a Toolkit version that allows to analyse multi-channel data?
Installation & Running
8)I have downloaded file Spectra*.exe, what should I do with it?
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....."?
10)Show me the Toolkit release notes?
11)What are the system requirements for running the Toolkit?
12)What visualization software is supported by the Toolkit?
13) Is there an easy way to adjust the default size of the xmgr x-window?
14)The system reports `Cannot find xmgr to execute'.
15)How can I save results to a file?
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 installed
17)I am getting message "error during reading file" when trying to read input data.
 


General Questions

1) What is SSA-MTM Toolkit?

The Singular Spectrum Analysis - Multitaper Method (SSA-MTM) Toolkit consists of a set of programs that perform detailed spectral analyses and decompositions on a univariate input time series. The toolkit contains procedures for:

Four methods of spectral-analysis (task a) are provided: Blackman-Tukey correlogram estimation (BT), the Maximum-Entropy Method (MEM), the Multi-Taper Method (MTM), and Singular-spectrum Analysis (SSA). SSA and MTM can then be used for separation of trends, near-periodic and other significant components, and noise (tasks b and c). Both SSA and MTM incorporate sophisticated significance tests against a variety of noise null-hypotheses.

2) How do I reference SSA-MTM Toolkit in publication?

If you feel that your research has benefitted from the use of the SSA-MTM Toolkit, you can repay us by citing our articles:

  • Ghil M., R. M. Allen, M. D. Dettinger, K. Ide, D. Kondrashov, M. E. Mann, A. Robertson, A. Saunders, Y. Tian, F. Varadi, and P. Yiou, 2002: "Advanced spectral methods for climatic time series," Rev. Geophys.,40(1), pp. 3.1-3.41, 10.1029/2000RG000092.

  • Dettinger, M.D., Ghil, M., Strong, C.M., Weibel, W., and Yiou, P., 1995: Software expedites singular-spectrum analysis of noisy time series, Eos, Trans. American Geophysical Union, v. 76(2), p. 12, 14, 21.

    We also appreciate your references to the original articles that motivated and made the Toolkit possible:

    3) Can the SSA Toolkit handle unevenly sampled time-series data (a varying time step)? Can the time information be used in the Toolkit in order to do the analysis, or does the data need to be interpolated to an even time-step before using the Toolkit?

    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?

    It is included in version 4.2 and higher

    Installation and Running

    8)I have downloaded file Spectra*.exe, what should I do with it?

    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:

    chmod +x Spectra

    Then you just type

    ./Spectra &

    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?

    You may see it here.

    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.

    17)I am getting message "error during reading file" when trying to read input data.

    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.