Orthonormalizes uniform variable contributions on a unit circle. This serves as a NULL basis, one that is variable agnostic while spacing the variables to have minimize variable dependence.

basis_half_circle(data)

Arguments

data

The data to create a basis for.

See also

Other basis producing functions: basis_guided(), basis_odp(), basis_olda(), basis_onpp(), basis_pca()

Examples

dat_std <- scale_sd(wine[, 2:6])
bas <- basis_half_circle(dat_std)