A module for calculation of PCA with the NIPALS algorithm
Project description
A module for calculation of PCA with the NIPALS algorithm. Based on the R package nipals. Tested to give same results as nipals:nipals, with some rounding errors.
Please note that the Gram-Schmidt orthogonalization has not yet been implemented.
Free software: MIT license
Installation
pip install nipals
Documentation
Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.1.0 (2018-03-14)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nipals-0.1.0.tar.gz
(191.0 kB
view details)
Built Distribution
File details
Details for the file nipals-0.1.0.tar.gz
.
File metadata
- Download URL: nipals-0.1.0.tar.gz
- Upload date:
- Size: 191.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fac898b46c032ea34425db50b01e4112b912971b52e8735a162bd7ae7a4989e1 |
|
MD5 | daaf70ffbb485c710d130051d7cd3a07 |
|
BLAKE2b-256 | 7ea3d52c30b5fda74398dc782fd01b442f6a529432207d38943f12bc091ad405 |
File details
Details for the file nipals-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: nipals-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d4b7e06d3d4d2af00199f71cb04f9fbd49dc3792ce97cb4ed5b853ae538ef99 |
|
MD5 | 2f1eac3a24cc7ee9077cbe4fbfe0bac0 |
|
BLAKE2b-256 | 7c243e4a318ac288f15390bec7743b028a6cb6755b5c37c162cf33ebb93015e3 |