Definition at line 18 of file UnscentedTransformationDefaults.hpp.
Static Public Attributes | |
| static const double | ALPHA = 1.0e-3 |
; spread of the sigma points about . | |
| static const double | BETA = 2.0 |
; incorporates prior knowledge of the distribution of . | |
| static const double | KAPPA = 0.0 |
; secondary scaling parameter. | |
const double ALPHA = 1.0e-3 [static] |
; spread of the sigma points about
.
Definition at line 24 of file UnscentedTransformationDefaults.hpp.
const double BETA = 2.0 [static] |
; incorporates prior knowledge of the distribution of
.
Default value is optimal for Gaussian distributions.
Definition at line 30 of file UnscentedTransformationDefaults.hpp.
const double KAPPA = 0.0 [static] |
; secondary scaling parameter.
Default value is usual.
Definition at line 35 of file UnscentedTransformationDefaults.hpp.
1.5.3