|
cisst-saw
|
Declaration and implementation of nmrLinearRegression and nmrLinearRegressionSolver. More...
#include <vector>#include <cisstCommon/cmnTypeTraits.h>#include <cisstVector/vctFixedSizeVectorTypes.h>#include <cisstVector/vctDynamicVectorTypes.h>#include <cisstVector/vctForwardDeclarations.h>#include <cisstNumerical/nmrExport.h>Go to the source code of this file.
Classes | |
| class | nmrLinearRegressionSolver< _elementType > |
| class | nmrLinearRegressionWindowSolver< _elementType > |
| class | nmrLinearRegressionWindowRecursiveSolver< _elementType > |
Macros | |
| #define | _nmrLinearRegression_h |
Functions | |
| template<class _vectorType> | |
| bool | nmrLinearRegression (const _vectorType &x, const _vectorType &y, typename _vectorType::value_type &slope, typename _vectorType::value_type &yint, typename _vectorType::value_type *mse=0, typename _vectorType::value_type tolerance=cmnTypeTraits< typename _vectorType::value_type >::DefaultTolerance) |
Declaration and implementation of nmrLinearRegression and nmrLinearRegressionSolver.
| #define _nmrLinearRegression_h |