Latent Variable Modelling made easy
Project description
trendfitter
Trendfitter is a latent variable modelling package made for multivariate statistical process control. Some of the methods implemented in this library are already available in other packages, but not with all the tools here available for investigation, exploration and prediction applied to industrial production processes. Additionally, the methods here follow an object-oriented approach similar to scikit-learn so that one can explore combining tools existing in that package without having the need to adapt the code.
This first version contains:
- Principal Component Analysis (PCA)
- Multi-Block Principal Component Analysis (MB-PCA)
- Partial Least Squares or Projection to Latent Structures (PLS)
- Multiblock PLS (MB-PLS)
- Sequential MBPLS (SMB-PLS)
- Dynamic PLS (DiPLS)
The models have methods implemented for the calculation of scores, loadings, weights, Hotelling's T², Squared Prediction Errors(SPEs), and contributions for both T²s and SPEs. Moreover, dealing with missing data in the matrix is available in multiple approaches, namely: Trimmed Score Regression (TSR), Conditional Mean Replacement (CMR), Trimmed Score Method (TMR), and Projection to Model Plane (PMP). All of these previously unavailable on the open-source python environment.
Trendfitter is installable via pip:
pip install trendfitter
Any information regarding usage of the methods and functions can be found using the help() function. Such as:
help(PCA())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for trendfitter-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a70147aa3ecb9c70be25d40d4b2ba504e933e3e8df51a2013d233f51570fa6fe |
|
MD5 | f9657324962416cae4451e7f2d1deb92 |
|
BLAKE2b-256 | 1a9e89bba8dcd56bae1f34a0bb94c2111161e1c761755010569b750f46442af1 |