#include <BaseModel.h>
Collaboration diagram for KalmanUpdateResult:

Public Member Functions | |
| KalmanUpdateResult () | |
Public Attributes | |
| KalmanBallState | state |
| state of the ball | |
| double | liklihood |
| liklihood (not probability!) of the model | |
Definition at line 36 of file BaseModel.h.
|
|
Definition at line 23 of file BaseModel.cpp. |
|
|
state of the ball
Definition at line 42 of file BaseModel.h. Referenced by KalmanFixedPositionModel::update(), and KalmanConstantSpeedModel::update(). |
|
|
liklihood (not probability!) of the model
Definition at line 43 of file BaseModel.h. Referenced by KalmanFixedPositionModel::update(), and KalmanConstantSpeedModel::update(). |
1.3.6