cupyx.scipy.linalg.helmert#
- cupyx.scipy.linalg.helmert(n, full=False)[source]#
Create an Helmert matrix of order
n
.This has applications in statistics, compositional or simplicial analysis, and in Aitchison geometry.
- Parameters:
- Returns:
The Helmert matrix. The shape is (n, n) or (n-1, n) depending on the
full
argument.- Return type:
See also