mlr

menpo.fit.regression.regressionfunctions.mlr(X, T)[source]

Multivariate Linear Regression

Parameters:

X: numpy.array :

The regression features used to create the coefficient matrix.

T: numpy.array :

The shapes differential that denote the dependent variable.

Returns:

mlr_fitting: function/closure :

The closure of the regression method.