Financial Time Series | ![]() ![]() |
Demonstration Program
This example demonstrates a practical use of the Financial Time Series Toolbox, predicting the return of a stock from a given set of data. The data is a series of closing stock prices, a series of dividend payments from the stock, and an explanatory series (in this case a market index). Additionally, the example calculates the dividend rate from the stock data provided.
Note
You can find a script M-file for this demonstration program in the directory <matlab>/toolbox/ftseries/ftsdemos on your MATLAB path. The script is named predict_ret.m . |
The series of steps needed to perform these computations is:
\
operator.![]() | Examples | Load the Data | ![]() |