Learn R Programming

Disequilibrium (version 1.1)

TransformSigma_PDtoR3: TransformSigma_PDtoR3

Description

TransformSigma_PDtoR3

Usage

TransformSigma_PDtoR3(vec)

Arguments

vec

A length 3 vector of the variance of equation 1, followed by the covariance of equations 1 and 2, followed by the variance of equation 2.

Value

A length 3 vector spanning unrestricted R3.

Examples

Run this code
# NOT RUN {
PD_vec <- c(1, 0, 1)
TransformSigma_PDtoR3(PD_vec)

# }

Run the code above in your browser using DataLab