chemometrics

Layer 2 — Chemistry6 concepts in this subtree

Chemometrics — IUPAC Division I / V analytical chemistry at the multivariate-statistics grain. Foundations: principal-components analysis (PCA; Pearson 1901, Hotelling 1933) decomposes a centered data matrix X ∈ ℝ^{n×p} via its…

PCA via SVD: centred X = UΣVᵀ, Eckart-Young best rank-k in Frobenius
Beer-Lambert c = A/(εl): univariate calibration / multivariate OLS extension
Mahalanobis d² = (x−μ)ᵀΣ⁻¹(x−μ): covariance-respecting distance metric
SVD σ₁ of [[3],[4]] = 5 (Pythagorean-Frobenius witness)
OLS β = (XᵀX)⁻¹Xᵀy on X=[[1,1],[1,2],[1,3]], y=[1,2,3] ⇒ β=[0,1]
Mahalanobis on Σ=diag(1,4), μ=0, x=(2,2): d² = 5
Explore the chemometrics subtree on the interactive graph →