Package for explorative multivariate statistics


Keywords
statistic, education, science, chemometrics, explorative-statistics, multivariate-analysis, multivariate-statistics, partial-least-squares-regression, principal-component-analysis, statistics
License
BSD-3-Clause
Install
pip install hoggorm==0.13.3

Documentation

https://readthedocs.org/projects/hoggorm/badge/?version=latest

hoggorm

hoggorm is a Python package for explorative multivariate statistics in Python. It contains

  • PCA (principal component analysis)
  • PCR (principal component regression)
  • PLSR (partial least squares regression)
    • PLSR1 for single variable responses
    • PLSR2 for multivariate responses
  • matrix correlation coefficients RV, RV2 and SMI.

Unlike scikit-learn, which is an excellent python machine learning package focusing on classification and predicition, hoggorm rather aims at understanding and interpretation of the variance in the data. hoggorm also also contains tools for prediction.

Requirements

Make sure that Python 3.5 or higher is installed. A convenient way to install Python and many useful packages for scientific computing is to use the Anaconda distribution.

  • numpy >= 1.11.3

Installation

Install hoggorm easily from the command line from the PyPI - the Python Packaging Index.

pip install hoggorm

Documentation