|
MRPT
2.0.3
|
Definition at line 529 of file CRandomFieldGridMap2D.h.
#include <mrpt/maps/CRandomFieldGridMap2D.h>
Public Member Functions | |
| double | evaluateResidual () const override |
| Return the residual/error of this observation. More... | |
| double | getInformation () const override |
| Return the inverse of the variance of this constraint. More... | |
| void | evalJacobian (double &dr_dx) const override |
| Returns the derivative of the residual wrt the node value. More... | |
| TObservationGMRF (CRandomFieldGridMap2D &parent) | |
Public Attributes | |
| double | obsValue |
| Observation value. More... | |
| double | Lambda |
| "Information" of the observation (=inverse of the variance) More... | |
| bool | time_invariant |
| whether the observation will lose weight (lambda) as time goes on (default false) More... | |
| size_t | node_id |
Private Attributes | |
| CRandomFieldGridMap2D * | m_parent |
|
inline |
Definition at line 544 of file CRandomFieldGridMap2D.h.
|
overridevirtual |
Returns the derivative of the residual wrt the node value.
Implements mrpt::graphs::ScalarFactorGraph::UnaryFactorVirtualBase.
Definition at line 2726 of file CRandomFieldGridMap2D.cpp.
|
overridevirtual |
Return the residual/error of this observation.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
Definition at line 2718 of file CRandomFieldGridMap2D.cpp.
|
overridevirtual |
Return the inverse of the variance of this constraint.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
Definition at line 2722 of file CRandomFieldGridMap2D.cpp.
| double mrpt::maps::CRandomFieldGridMap2D::TObservationGMRF::Lambda |
"Information" of the observation (=inverse of the variance)
Definition at line 535 of file CRandomFieldGridMap2D.h.
Referenced by mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), and mrpt::maps::CRandomFieldGridMap2D::internal_clear().
|
private |
Definition at line 550 of file CRandomFieldGridMap2D.h.
|
inherited |
Definition at line 58 of file ScalarFactorGraph.h.
Referenced by mrpt::maps::CRandomFieldGridMap3D::insertIndividualReading(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), and mrpt::maps::CRandomFieldGridMap2D::internal_clear().
| double mrpt::maps::CRandomFieldGridMap2D::TObservationGMRF::obsValue |
Observation value.
Definition at line 533 of file CRandomFieldGridMap2D.h.
Referenced by mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), and mrpt::maps::CRandomFieldGridMap2D::internal_clear().
| bool mrpt::maps::CRandomFieldGridMap2D::TObservationGMRF::time_invariant |
whether the observation will lose weight (lambda) as time goes on (default false)
Definition at line 538 of file CRandomFieldGridMap2D.h.
Referenced by mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), and mrpt::maps::CRandomFieldGridMap2D::internal_clear().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.3 Git: 8e9e8af54 Wed May 13 17:41:24 2020 +0200 at miƩ may 13 17:55:54 CEST 2020 |