IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Test.TestApproximationBase Class Reference

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 ()
 

Detailed Description

Unit tests for basic approximations.

$A Igor May09 Dec14;

Member Function Documentation

void IG.Test.TestApproximationBase.Approximation_Wls_Exact ( )
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().

void IG.Test.TestApproximationBase.Approximation_Wls_Perturbed ( )
inline
void IG.Test.TestApproximationBase.Approximation_Wls_Exact ( )
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().

void IG.Test.TestApproximationBase.Approximation_Wls_Perturbed ( )
inline

The documentation for this class was generated from the following file: