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 Feb 24 09:32:38 2009 for Eigen by  doxygen 1.5.8