%0 Journal Article %T n-Dimensional Linear Vector Field Regression with NumPy %J The Python Papers Source Codes %D 2010 %I The Python Papers Anthology %X This manuscript describes an implementation of regression calculations for affine transformations in (virtually) arbitrary dimensionality from two point sets in R^n as best as possible in the least squares sense. The implementation uses NumPy and is very fast also for larger point sets and dimensionalities. %U http://ojs.pythonpapers.org/index.php/tppsc/article/view/86