Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the class CDPL::Math::MLRModel. More...
#include <limits>
#include "CDPL/Math/Vector.hpp"
#include "CDPL/Math/Matrix.hpp"
#include "CDPL/Math/CommonType.hpp"
#include "CDPL/Math/TypeTraits.hpp"
#include "CDPL/Math/SVDecomposition.hpp"
#include "CDPL/Math/SpecialFunctions.hpp"
#include "CDPL/Base/Exceptions.hpp"
Go to the source code of this file.
Classes | |
class | CDPL::Math::MLRModel< T > |
Performs Multiple Linear Regression [WLIREG] on a set of data points \( (y_i, \vec{X}_i) \). More... | |
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Math | |
Contains classes and functions related to mathematics. | |
Definition of the class CDPL::Math::MLRModel.