Learn R Programming

jvcoords (version 1.0.3)

Principal Component Analysis (PCA) and Whitening

Description

Provides functions to standardize and whiten data, and to perform Principal Component Analysis (PCA). The main advantage of this package over alternatives like prcomp() is, that jvcoords makes it easy to convert (additional) data between the original and the transformed coordinates. The package also provides a class coords, which can represent affine coordinate transformations. This class forms the basis of the transformations provided by the package, but can also be used independently. The implementation has been optimized to be of comparable speed (and sometimes even faster) than existing alternatives.

Copy Link

Version

Install

install.packages('jvcoords')

Monthly Downloads

229

Version

1.0.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Jochen Voss

Last Published

June 5th, 2021

Functions in jvcoords (1.0.3)

whiten

Whiten data
jvcoords-package

Package overview
standardize

Standardize data
coords

An S3 class to represent affine coordinate transforms
PCA

Perform Principal Component Analysis (PCA)