To estimate the mean and variance, the input random variable
is approximated by
points
, referred to as sigma points, each weighted by a weight
, in order to achieve a distribution with mean and variance
and
respectively, that is, parameters exactly equal to those of
.
One way to obtain a set of points whose distribution has the same mean and variance as the original distribution is to take sigma-points and their respective weights as follows:
| (2.37) |
Unlike the Monte Carlo methods, the sigma points are chosen deterministically to best represent the statistics of the variable.
Once the sigma-points are obtained, they are transformed (unscented transformation) through the function into transformed sigma points
| (2.38) |
From these points, it is possible to calculate the mean and variance of the output variable using
The problem addressed by the Sigma Point approach is inherently ill-defined because there exist infinite probability distributions that share the same mean and covariance. The Unscented Transform (UT) (JU97), one of the possible Sigma-Point Approaches, sets the values as
,
where
is the dimension of the space and
is a number defined as
with
being a small positive number and
typically set to
or
. In some articles,
and
are used for Gaussian distributions.
In the unscented transformation, the sigma points are weighted points, and the weights differ in the calculation of the mean and the covariance matrix. The unscented transformation therefore sets these weights to
| (2.40) |
It is important to emphasize that the variants of the sigma-point approaches have their weights calculated differently.
Paolo medici