M | R Documentation |
X
and vector \beta
Definition of a Mean deterministic vector returned by the matrix by vector product of matrix X
and vector \beta
M(X, beta)
X |
A |
beta |
A |
An S3 object containing the specified ts.model with the following structure:
Used in summary: "X","BETA"
Matrix X, vector beta
Number of parameters
String containing simplified model
"M"
Depth of Parameters e.g. list(1,1)
Find starting values? TRUE or FALSE (e.g. specified value)
Lionel Voirol, Davide Cucci
X = matrix(rnorm(15*5), nrow = 15, ncol = 5)
beta=seq(5)
M(X = X, beta = beta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.