Learn R Programming

spinifex (version 0.3.2)

basis_half_circle: Create a basis that gives uniform contribution in a circle

Description

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.

Usage

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

Run this code
# NOT RUN {
dat_std <- scale_sd(wine[, 2:6])
bas <- basis_half_circle(dat_std)
# }

Run the code above in your browser using DataLab