obsMat2deltax {BSL}R Documentation

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)

Arguments

X

The observation matrix to be converted.

lag

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

Value

A vector of displacements.


[Package BSL version 3.2.5 Index]