changeset 271:232747b196b1 octave-forge

documentation corrected
author schloegl
date Wed, 10 Apr 2002 11:41:54 +0000
parents 5e1581fffaa6
children a545080f6974
files extra/tsa/INDEX extra/tsa/arfit2.m extra/tsa/contents.m
diffstat 3 files changed, 9 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/extra/tsa/INDEX	Wed Apr 10 11:29:04 2002 +0000
+++ b/extra/tsa/INDEX	Wed Apr 10 11:41:54 2002 +0000
@@ -4,18 +4,14 @@
    acorf
    biacovf
    bispec
-   hiocum
-   pac
    durlev
    lattice
    invest0
    invest1
    selmo
-   histo
-   entropy
+   histo3
    hup
    ucp
-   hist2res
    y2res
    ar_spa
    detrend
@@ -23,9 +19,8 @@
    quantiles
 
 Multivariate analysis (planned in future)
-   mdurlev
-   mfilter
-   mfreqz
+   mvar
+   mvfilter
  
 Conversions between forms
    ac2poly
--- a/extra/tsa/arfit2.m	Wed Apr 10 11:29:04 2002 +0000
+++ b/extra/tsa/arfit2.m	Wed Apr 10 11:41:54 2002 +0000
@@ -112,4 +112,4 @@
         w = zeros(M,1);
 end;
 
-%if nargout>5,	th=[];	fprintf(2,'Warning ARFIT2: output TH not defined\n'); end;
\ No newline at end of file
+if nargout>5,	th=[];	fprintf(2,'Warning ARFIT2: output TH not defined\n'); end;
\ No newline at end of file
--- a/extra/tsa/contents.m	Wed Apr 10 11:29:04 2002 +0000
+++ b/extra/tsa/contents.m	Wed Apr 10 11:41:54 2002 +0000
@@ -1,9 +1,9 @@
 % Time Series Analysis (Ver 2.90)
-% Schloegl A. (1996-2001) Time Series Analysis - A Toolbox for the use with Matlab. 
+% Schloegl A. (1996-2002) Time Series Analysis - A Toolbox for the use with Matlab. 
 % WWW: http://www.dpmi.tu-graz.ac.at:~schloegl/matlab/tsa
 %
 %	Version 2.90
-%	last revision 05.04.2002
+%	last revision 10.04.2002
 %	Copyright (c) 1996-2002 by Alois Schloegl
 %	e-mail: a.schloegl@ieee.org	
 %
@@ -18,11 +18,9 @@
 %   invest0	(*) a prior investigation (used by invest1)
 %   invest1	(*) investigates signal (useful for 1st evaluation of the data)
 %   selmo	(*) Select Order of Autoregressive model using different criteria
-%   histo	(*) histogram
-%   entropy	(*) entropy function
+%   histo3	(*) histogram
 %   hup     	(*) test Hurwitz polynomials
 %   ucp     	(*) test Unit Circle Polynomials   
-%   hist2res	(*) computes mean, variance, skewness, kurtosis, entropy, etc.from the histogram
 %   y2res	(*) computes mean, variance, skewness, kurtosis, entropy, etc. from data series 
 %   ar_spa	(*) spectral analysis based on the autoregressive model
 %   detrend 	(*) removes trend, can handle missing values, non-equidistant sampled data       
@@ -32,7 +30,8 @@
 % Multivariate analysis (planned in future)
 %   mvar	multivariate (vector) autoregressive estimation 
 %   mvfilter	multivariate filter
-    %   	
+%
+       	
 %  Conversions between Autocorrelation (AC), Autoregressive parameters (AR), 
 %             	prediction polynom (POLY) and Reflection coefficient (RC)  
 %   ac2poly 	(*) transforms autocorrelation into prediction polynom