# HG changeset patch # User schloegl # Date 1427968666 0 # Node ID a7796f4b98374725225ae7664bc7a67670879cdb # Parent fed0de8c335a0f788ea9430b496ff916e05f2b82 fix documentation [bugs #44673] diff -r fed0de8c335a -r a7796f4b9837 extra/tsa/inst/lpc.m --- a/extra/tsa/inst/lpc.m Wed Apr 01 16:51:59 2015 +0000 +++ b/extra/tsa/inst/lpc.m Thu Apr 02 09:57:46 2015 +0000 @@ -2,7 +2,7 @@ % LPC Linear prediction coefficients % The Burg-method is used to estimate the prediction coefficients % -% A = lpc(Y [,P]) finds the coefficients A=[ 1 A(2) ... A(N+1) ], +% A = lpc(X [,P]) finds the coefficients A=[ 1 A(2) ... A(N+1) ], % of an Pth order forward linear predictor % % Xp(n) = -A(2)*X(n-1) - A(3)*X(n-2) - ... - A(N+1)*X(n-P)