Procrustes: Procrustes Projection

Description Usage Arguments

View source: R/procrustes.R

Description

This function allows you to compute the procrustes projections, min_U ||A - UB||^2 U^T U = I. It is an inner function, which shouldn't be used by users alone.

Usage

1
Procrustes(A, B)

Arguments

A

The objective matrix to be approximated

B

The matrix to be used to approximate


CHuanSite/LCA documentation built on Feb. 23, 2020, 7:43 a.m.