function K = tsa(dirname,filename) % This is a default version of the tsa function. The default values are : % maxlag = 100 % AR coefficients = 32 % Prediction horizon = 1 % If you want to use different values for these inputs simply call tsamain % directly. % See tsamain.m to see what you have to modify to make this work. tsamain(dirname,filename,100,32,1)