MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / observe

Method observe

bayes/src/unsFlt.cpp:256–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255
256Bayes_base::Float Unscented_scheme::observe (Uncorrelated_additive_observe_model& h, const FM::Vec& z)
257/* Observation fusion
258 * Pre : x,X
259 * Post: x,X is PSD
260 *
261 * Uncorrelated noise
262 * ISSUE: Simplified implementation using uncorrelated noise equations
263 */
264{
265 Adapted_Correlated_additive_observe_model hh(h);
266 return observe (hh, z);
267}
268
269
270Bayes_base::Float Unscented_scheme::observe (Correlated_additive_observe_model& h, const FM::Vec& z)

Callers

nothing calls this directly

Calls 5

UdUinversePDFunction · 0.85
prod_SPDFunction · 0.85
check_PDMethod · 0.80
sizeMethod · 0.45
normaliseMethod · 0.45

Tested by

no test coverage detected