| Library: | multi |
| See also: | modelfr modelss modelrr modelci |
| Quantlet: | domulti | |
| Description: | domulti is the starting quantlet for the library multi. The user can interactively transform the data, do preliminary analysis, select the model type, etc. |
| Usage: | domulti(y{,origyear{,origperiod{,periodicity{,name}}}}) | |
| Input: | ||
| y | n x p matrix, data of the time series | |
| origyear | integer , the year of the first observation | |
| origperiod | integer , the season of the first obs. | |
| periodicity | integer , the number of seasons per period | |
| name | string vector, names of the time series | |
library("multi")
x = read("e1")
domulti(x,1960,1,4,"a"|"b"|"c")
menu "Multiple Time Series Analysis" is created.
| Library: | multi |
| See also: | modelfr modelss modelrr modelci |