Learn R Programming

BSL (version 3.2.5)

obsMat2deltax: Convert an observation matrix to a vector of n-day displacements

Description

Convert an observation matrix to a vector of n-day displacements. This is a function for the toad example.

Usage

obsMat2deltax(X, lag)

Value

A vector of displacements.

Arguments

X

The observation matrix to be converted.

lag

Interger, the number of day lags to compute the displacement.