SpanLib - Spectral Analysis Library
===================================

Intent:
-------
Provides a fortran 90 libraries and a python module
to perform analyses such as Principal Component
Analysis (PCA) and Multichannel Singular
Spectrum Analysis (MSSA).
This packages is suitable for analysis studies of
climate or financial variability.

Web site:
---------
http://spanlib.sourceforge.net

Authors:
--------
Stephane Raynaud
Charles Doutriaux

Licence:
--------
Lesser GNU Public Licence
See COPYING file

Documentation:
--------------
- In the package tree: doc/index.html or doc/spanlib.html
- Once the packaged is installed, typically in:
  file://<prefix_dir>/share/spanlib/html
- On the web: http://sourceforge.net/docman/index.php?group_id=168272
  (no html formatting)

Quick installation:
-------------------
Try ./configure && make && make install (as root)
See INSTALL file


