src/regression.h File Reference

Linear regression analysis. More...

#include "matrix.h"

Namespaces

namespace  Eigen

Functions

template<typename T, int Size>
void computeFittingHyperplane (int numPoints, const Vector< T, Size > *points, Vector< T, Size+1 > *retCoefficients)
template<typename T>
void computeFittingHyperplaneX (int numPoints, const VectorX< T > *points, VectorX< T > *retCoefficients)
template<typename T, int Size>
void linearRegression (int numPoints, const Vector< T, Size > *points, Vector< T, Size > *retCoefficients, int funcOfOthers)
template<typename T>
void linearRegressionX (int numPoints, const VectorX< T > *points, VectorX< T > *retCoefficients, int funcOfOthers)


Detailed Description

Linear regression analysis.


Generated on Tue Mar 18 15:31:21 2008 for Eigen by  doxygen 1.5.5