TS++ library: time series library
tstest.cc File Reference

test time series modules More...

#include <tfxx/commandline.h>
#include <iostream>
#include <tsxx/tsxx.h>
#include <aff/dump.h>
#include <tsxx/convolve.h>
#include <tsxx/random.h>
#include <tsxx/dropcontainer.h>
#include <tsxx/tapers.h>
#include <tsxx/ovtaper.h>
#include <tsxx/seifeclass.h>
#include <tsxx/filter.h>
Include dependency graph for tstest.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define TSTEST_VERSION   "TSTEST V1.5 test time series modules"
 

Functions

int main (int iargc, char *argv[])
 

Detailed Description

test time series modules


Author
Thomas Forbriger
Date
19/03/2016

test time series modules

Copyright (c) 2003 by Thomas Forbriger (BFO Schiltach)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 20/12/2003 V1.0 Thomas Forbriger
  • 27/06/2006 V1.1 did not work anymore; deleted old code and filled with convolution test
  • 21/11/2006 V1.2 test drop containers
  • 28/01/2012 V1.3 test OffsetVariableTaper
  • 20/05/2015 V1.4 print library usage texts
  • 19/03/2016 V1.5 test subsequent calls to function dugauss

Definition in file tstest.cc.