Learn R Programming

matrixpls (version 0.4.0)

convCheck.absolute: Absolute difference convergence check criterion

Description

Compares two weight matrices and returns the value of the absolute difference convergence criterion.

Usage

convCheck.absolute(Wnew, Wold)

Arguments

Wnew
Current weight matrix
Wold
Weight matrix from the previous iteration

Value

  • Scalar value of the convergence criterion

Details

Absolute difference convergence criterion is the maximum of absolute differences between weights from two iterations

See Also

Other Convergence checks: convCheck.relative; convCheck.square