|
TooN
|
A reweighting class representing no reweighting in IRLS. More...
#include <irls.h>
Public Member Functions | |
| void | set_sd (Precision) |
| Set the noise standard deviation (does nothing). | |
| Precision | reweight (Precision) |
| Returns \(w(x)\). | |
| Precision | true_scale (Precision) |
| Returns \(w(x) + xw'(x)\). | |
| Precision | objective (Precision d) |
| Returns \(\int xw(x)dx\). | |
A reweighting class representing no reweighting in IRLS.
\(w(x)=1\) This structure can be passed as the second template argument in IRLS.
1.8.13