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 Partial Least Squares (PLS) by Dayal and MacGregor (1997) and Fast Partition-Based Cross-Validation With Centering and Scaling for XTX and XTY by Engstrøm and Jensen (2025). This package also includes options to use sample weights for PLS modeling.
Computation of training set (X^T * W * X) and (X^T * W * Y) or (X^T * X) and (X^T * Y) in a cross-validation setting using the fast algorithms by Engstrøm and Jensen (2025).
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."