changeset 298:c2142b4e6585 octave-forge

doc changed
author schloegl
date Mon, 15 Apr 2002 18:59:26 +0000
parents d9723a1203b2
children 343ca1be61fc
files extra/tsa/invest0.m extra/tsa/lattice.m extra/tsa/sinvest1.m
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extra/tsa/invest0.m	Mon Apr 15 18:59:07 2002 +0000
+++ b/extra/tsa/invest0.m	Mon Apr 15 18:59:26 2002 +0000
@@ -1,5 +1,5 @@
 function [AutoCov,AutoCorr,MX,E,NC]=invest0(Y,Pmax,Mode);
-% First Investigation of a signal (time series) - automated part
+% First Investigation of a signal (time series) - automated part
 % [AutoCov,AutoCorr,ARPMX,E,ACFsd,NC]=invest0(Y,Pmax);
 %
 % [AutoCov,AutoCorr,ARPMX,E,ACFsd,NC]=invest0(AutoCov,Pmax,Mode);
--- a/extra/tsa/lattice.m	Mon Apr 15 18:59:07 2002 +0000
+++ b/extra/tsa/lattice.m	Mon Apr 15 18:59:26 2002 +0000
@@ -1,7 +1,7 @@
  function [MX,PE,arg3] = lattice(Y,lc,Mode);
 % Estimates AR(p) model parameter with lattice algorithm (Burg 1968) 
 % for multiple channels. 
-% If you have the 
NaN-tools, LATTICE.M can handle missing values (NaN), 
+% If you have the NaN-tools, LATTICE.M can handle missing values (NaN), 
 %
 % [...] = lattice(y [,Pmax [,Mode]]);
 %
--- a/extra/tsa/sinvest1.m	Mon Apr 15 18:59:07 2002 +0000
+++ b/extra/tsa/sinvest1.m	Mon Apr 15 18:59:26 2002 +0000
@@ -1,7 +1,7 @@
 %SINVEST1 shows the parameters of a time series calculated by INVEST1
 % only called by INVEST1
 
-%       Version 2.90
,        24.03.2002
+%       Version 2.90,      24.03.2002
 %	Copyright (c) 1998-2002 by  Alois Schloegl
 %	a.schloegl@ieee.org