Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 366 Bytes

pyppca

Probabilistic PCA which is applicable also on data with missing values. Missing value estimation is typically better than NIPALS but also slower to compute and uses more memory. A port to Python of the implementation by Jakob Verbeek.

Usage:

from pyppca import ppca
C, ss, M, X, Ye = ppca(Y,d,dia)