changeset 292:8eedda35afda octave-forge

doc changes
author pkienzle
date Sat, 13 Apr 2002 13:53:22 +0000
parents 83a91d71c913
children cc2526f5c33b
files extra/tsa/ac2poly.m extra/tsa/invest0.m extra/tsa/invest1.m
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/extra/tsa/ac2poly.m	Fri Apr 12 20:27:30 2002 +0000
+++ b/extra/tsa/ac2poly.m	Sat Apr 13 13:53:22 2002 +0000
@@ -1,5 +1,5 @@
 function [A,E] = ac2poly(acf);
-% converts the autocorrelation sequence into an AR polyimomial 
+% converts the autocorrelation sequence into an AR polynomial
 % [A,Efinal] = ac2poly(r)
 %
 % see also ACOVF ACORF AR2RC RC2AR DURLEV AC2POLY, POLY2RC, RC2POLY, RC2AC, AC2RC, POLY2AC
--- a/extra/tsa/invest0.m	Fri Apr 12 20:27:30 2002 +0000
+++ b/extra/tsa/invest0.m	Sat Apr 13 13:53:22 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);
@@ -92,4 +92,4 @@
                     
                     
                     
-                    
\ No newline at end of file
+                    
--- a/extra/tsa/invest1.m	Fri Apr 12 20:27:30 2002 +0000
+++ b/extra/tsa/invest1.m	Sat Apr 13 13:53:22 2002 +0000
@@ -1,5 +1,5 @@
 function [AutoCov,AutoCorr,ARPMX,E,C,s]=invest1(Y,Pmax,D);
-% First Investigation of a signal (time series)
 - interactive
+% First Investigation of a signal (time series) - interactive
 % [AutoCov,AutoCorr,ARPMX,E,CRITERIA,MOPS]=invest1(Y,Pmax,show);
 %
 % Y	time series