Skip to contents

Orthogonalize estimates and covariance matrix

Usage

orthogonalize_estimates(estimates, covariance)

Arguments

estimates

A numeric vector of estimates

covariance

A numeric matrix whose number of rows and columns is equal to the length of estimates

Value

a list containing the orthogonalized estimates and covariance matrix.

Examples

# To be added