#include <GradFunc.h>
Public Member Functions | |
| void | SetVariationFactor (const gplib::rvec varfac) |
| void | SetModel (const gplib::rvec &TheModel) |
| void | SetRelativeSVDThreshold (const double t) |
| const gplib::rmat & | GetSensitivityMatrix () |
| const gplib::rmat & | GetSensitivityInverse () const |
| gplib::rmat | GetModelCorrelation (const gplib::rmat &DataCovar) |
| gplib::rmat | GetModelResolution () |
| gplib::rmat | GetDataResolution () |
| gplib::rmat | GetModelCovariance (const gplib::rmat &DataCovar) |
| The calculation of the Model Covariance is based on Menke, p. 122 formula 7.37. | |
| gplib::rmat | GetModelNullspace () |
| gplib::rvec | GetSingularValues () |
| ModelAnalysis (GeneralObjective &TheObjective) | |
| ~ModelAnalysis () | |
We assume that the data characteristics as indicated by the CGeneralObjective object do not change, but we want the possibility to analyse several different models
Definition at line 19 of file GradFunc.h.
| ModelAnalysis::ModelAnalysis | ( | GeneralObjective & | TheObjective | ) | [inline] |
Definition at line 50 of file GradFunc.h.
| ModelAnalysis::~ModelAnalysis | ( | ) | [inline] |
Definition at line 51 of file GradFunc.h.
| void ModelAnalysis::SetVariationFactor | ( | const gplib::rvec | varfac | ) | [inline] |
| void ModelAnalysis::SetModel | ( | const gplib::rvec & | TheModel | ) |
| void ModelAnalysis::SetRelativeSVDThreshold | ( | const double | t | ) | [inline] |
| const gplib::rmat& ModelAnalysis::GetSensitivityMatrix | ( | ) | [inline] |
| const gplib::rmat& ModelAnalysis::GetSensitivityInverse | ( | ) | const [inline] |
| gplib::rmat ModelAnalysis::GetModelCorrelation | ( | const gplib::rmat & | DataCovar | ) |
| gplib::rmat ModelAnalysis::GetModelResolution | ( | ) |
| gplib::rmat ModelAnalysis::GetDataResolution | ( | ) |
Definition at line 156 of file GradFunc.cpp.
| gplib::rmat ModelAnalysis::GetModelCovariance | ( | const gplib::rmat & | DataCovar | ) |
The calculation of the Model Covariance is based on Menke, p. 122 formula 7.37.
Definition at line 168 of file GradFunc.cpp.
Referenced by DetermineEvalThreshold(), GetModelCorrelation(), and main().
| gplib::rmat ModelAnalysis::GetModelNullspace | ( | ) |
| gplib::rvec ModelAnalysis::GetSingularValues | ( | ) |
1.5.5