PrincipalMomentAnalysis
This is a Julia implementation of (Simplex) Principal Moment Analysis.
See also:
Installation
To install PrincipalMomentAnalysis.jl, start Julia and type:
using Pkg
Pkg.add("PrincipalMomentAnalysis")
Please refer to the documentation for more information.