lpredict.m
Forward linear prediction.
Syntax
y=lpredict(x,npcoeffs,npredps)
Arguments
x - input data, a column vector
npcoeffs - number of predictor coefficients,
must be greater than 1
npredps - number of data points to predict
Outputs
y - predicted points
See also
Version 2.8, authors: Ilya Kuprov