Explorative multivariate statistics in Python
-
Updated
Aug 25, 2021 - Python
Explorative multivariate statistics in Python
A Python 3 implementation of orthogonal projection to latent structures
Fast CPU and GPU Python implementations of Improved Kernel PLS by Dayal and MacGregor (1997) and Shortcutting Cross-Validation by Engstrøm (2024).
Computation of training set (X^T * X) and (X^T * Y) in a cross-validation setting using the fast algorithms by Engstrøm (2024).
Several examples of multivariate techniques implemented in R, Python, and SAS. Multivariate concrete dataset retrieved from https://archive.ics.uci.edu/ml/datasets/Concrete+Slump+Test. Credit to Professor I-Cheng Yeh.
Specialized linear, polynomial (including equality constraints on points and slopes), multivariate and nonlinear regression/curve fitting functions.
Python implementation of the paper "A study on wrist identification for forensic investigation" https://www.sciencedirect.com/science/article/abs/pii/S0262885619300733
Add a description, image, and links to the partial-least-squares-regression topic page so that developers can more easily learn about it.
To associate your repository with the partial-least-squares-regression topic, visit your repo's landing page and select "manage topics."