Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigogiraoserrao/interval-spca
Symbolic principal component analysis of interval-valued data
https://github.com/rodrigogiraoserrao/interval-spca
interval-arithmetic mathematics principal-component-analysis statistics symbolic-data
Last synced: 9 days ago
JSON representation
Symbolic principal component analysis of interval-valued data
- Host: GitHub
- URL: https://github.com/rodrigogiraoserrao/interval-spca
- Owner: rodrigogiraoserrao
- Created: 2020-05-14T17:25:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T16:03:42.000Z (about 2 years ago)
- Last Synced: 2023-02-26T16:11:13.911Z (over 1 year ago)
- Topics: interval-arithmetic, mathematics, principal-component-analysis, statistics, symbolic-data
- Language: R
- Homepage:
- Size: 768 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interval-SPCA
## Symbolic Formulation for Principal Component Analysis of Interval-Valued Data
This repository holds the code that implements a fully symbolic formulation of Principal Component Analysis for interval-valued data.
This is a product of my MSc thesis.
The code, as submitted for my MSc thesis, can be found in the [`thesis`](https://github.com/RojerGS/interval-SPCA/tree/thesis) branch of this repository.## Code
- `spca.R` contains the implementation of the SPCA method.
- `sym.R` contains helper functions related to the symbolic nature of the SPCA method.
- `utils.R` contains miscellaneous utilities.