Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.