Learn R Programming

fdapace (version 0.6.0)

GetCrCorYX: Create cross-correlation matrix from auto- and cross-covariance matrix

Description

Create cross-correlation matrix from auto- and cross-covariance matrix

Usage

GetCrCorYX(ccXY, ccXX, ccYY)

Value

A cross-correlation matrix between variables X and Y.

Arguments

ccXY

The cross-covariance matrix between variables X and Y.

ccXX

The auto-covariance matrix of variable X or the diagonal of that matrix.

ccYY

The auto-covariance matrix of variable Y or the diagonal of that matrix.