Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 282 Bytes

Chemometrics using Python

Mathematical and statistical methods for analysing chemical data.

Methods include:

  • Least Squares Regression
  • Linear Discriminant Analysis
  • Principal Component Analysis

Dependencies

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • scipy
  • sklearn
  • pca