GMMLib Library for Geometric Morphometrics
- Version:
- 0.1
- Author:
- Helgi Petur Gunnarsson
This library is a collection of numeric methods used in Geometric Morphometrics. It was written as a part of the EVAN toolkit.
The methods provided with this library are:
- Generalised Procrustes Analysis
- Principal Component Analysis
- Principal Coordinate Analysis
- Multiple Multivariate Regression
- Tangent Plane Projection
- Thin Plate Spline
- Two Block Partial Least Squares
- Singular Value Decomposition
The library contains a class to import data from nts, tps or Morpologika format.
The library contains a class representing a matrix providing basic arithmetic functions.
This library is part of the Evan Toolkit.
A set of test examples are distributed with the source.
The GMM library depends on:
- EW a library of routines from EdgeWarp, also part of the EVAN toolkit
- LAPACK a Linear Algebra PACKage, used for complex matrix calculations such as SVD
- GSL GNU Scientific Library, used for statistical calculations not provided by LAPACK