IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Unit tests for basic approximations. More...
Public Member Functions | |
void | Approximation_Wls_Exact () |
Unit test of WLS (weighted least squares) approcimation for the case where exact approximation is obtained. Quadratic polynomial is randomly sampled on a [0, 1]x...x[0,1] interval and approximated with quadratic polynomial basis functions. More... | |
void | Approximation_Wls_Perturbed () |
void | Approximation_Wls_Exact () |
Unit test of WLS (weighted least squares) approcimation for the case where exact approximation is obtained. Quadratic polynomial is randomly sampled on a [0, 1]x...x[0,1] interval and approximated with quadratic polynomial basis functions. More... | |
void | Approximation_Wls_Perturbed () |
Unit tests for basic approximations.
$A Igor May09 Dec14;
|
inline |
Unit test of WLS (weighted least squares) approcimation for the case where exact approximation is obtained. Quadratic polynomial is randomly sampled on a [0, 1]x...x[0,1] interval and approximated with quadratic polynomial basis functions.
References IG.Num.ApproximatorWlsLinearBase.TestWeightedLeastSquaresQuadraticBasis().
|
inline |
|
inline |
Unit test of WLS (weighted least squares) approcimation for the case where exact approximation is obtained. Quadratic polynomial is randomly sampled on a [0, 1]x...x[0,1] interval and approximated with quadratic polynomial basis functions.
References NUnit.Framework.Assert.AreEqual(), and IG.Num.ApproximatorWlsLinearBase.TestWeightedLeastSquaresQuadraticBasis().
|
inline |