Description Usage Arguments Value Author(s)
Constructs multivariate models for dynamic processes.
1 |
y |
a |
x |
a |
t |
a |
suff |
a |
weights |
a |
an object of class multModel containing the elements
| y | the d by m data matrix |
| x | the d by m data matrix |
| t | the time step(s) |
| ss | sum of squares (computed if suff = TRUE) |
| xyt | d by d crossproduct of x and y (computed if suff = TRUE) |
| xxt | d by d crossproduct of x (computed if suff = TRUE) |
| B | the MLE if suff = TRUE, and the zero matrix otherwise |
| w | a matrix of parameter weights |
| d | dimension of the process |
| m | number of d-dimensional observations |
| n | equals m * d |
| p | quals d * d |
| sigma | the observation variance parameter |
| status | 0 means no problems or errors encountered |
| msg | error messages or other notable conditions |
Niels Richard Hansen Niels.R.Hansen@math.ku.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.