Learn R Programming

simts (version 0.2.2)

M: 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)

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

print

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)

Arguments

X

A Matrix with dimension n*p.

beta

A vector with dimension p*1

Author

Lionel Voirol, Davide Cucci

Examples

Run this code
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