M {simts} | R Documentation |
Definition of a Mean deterministic vector returned by the matrix by vector product of matrix X
and vector \beta
Description
Definition of a Mean deterministic vector returned by the matrix by vector product of matrix X
and vector \beta
Usage
M(X, beta)
Arguments
X |
A |
beta |
A |
Value
An S3 object containing the specified ts.model with the following structure:
- process.desc
Used in summary: "X","BETA"
- theta
Matrix X, vector beta
- plength
Number of parameters
String containing simplified model
- desc
"M"
- obj.desc
Depth of Parameters e.g. list(1,1)
- starting
Find starting values? TRUE or FALSE (e.g. specified value)
Author(s)
Lionel Voirol, Davide Cucci
Examples
X = matrix(rnorm(15*5), nrow = 15, ncol = 5)
beta=seq(5)
M(X = X, beta = beta)
[Package simts version 0.2.2 Index]