powered by
Definition of a Mean deterministic vector returned by the matrix by vector product of matrix \(X\) and vector \(\beta\)
M(X, beta)
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)
A Matrix with dimension n*p.
Matrix
A vector with dimension p*1
vector
Lionel Voirol, Davide Cucci
X = matrix(rnorm(15*5), nrow = 15, ncol = 5) beta=seq(5) M(X = X, beta = beta)
Run the code above in your browser using DataLab