Set estimation

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In statistics, a random vector x is classically represented by a probability density function. In a set-membership approach or set estimation, x is represented by a set X to which x is assumed to belong. This means that the support of the probability distribution function of x is included inside X. On the one hand, representing random vectors by sets makes it possible to provide fewer assumptions on the random variables (such as independence) and dealing with nonlinearities is easier. On the other hand, a probability distribution function provides a more accurate information than a set enclosing its support.

Set-membership estimation

[edit | edit source]

Set membership estimation (or set estimation for short) is an estimation approach which considers that measurements are represented by a set Y (most of the time a box of m, where m is the number of measurements) of the measurement space. If p is the parameter vector and f is the model function, then the set of all feasible parameter vectors is

P=P0f1(Y),

where P0 is the prior set for the parameters. Characterizing P corresponds to a set-inversion problem.[1]

Resolution

[edit | edit source]

When f is linear the feasible set P can be described by linear inequalities and can be approximated using linear programming techniques.[2]

When f is nonlinear, the resolution can be performed using interval analysis. The feasible set P is then approximated by an inner and an outer subpavings. The main limitation of the method is its exponential complexity with respect to the number of parameters.[3]

Example

[edit | edit source]

Consider the following model

ϕ(p1,p2,t)=(tp1)2+tp22+sin(p1+tp2),

where p1 and p2 are the two parameters to be estimated.

File:Wiki estim data.png
Figure 1. Bounded-error data

Assume that at times t1 = −1, t2 = 1, t3 = 2, the following interval measurements have been collected: [y1]=[4,2],[y2]=[4,9],[y3]=[7,11], as illustrated by Figure 1. The corresponding measurement set (here a box) is

Y=[y1]×[y2]×[y3].

The model function is defined by

f(p1,p2)=[p12p22+sin(p1p2)p12+p22+sin(p1+p2)(2p1)2+2p22+sin(p1+2p2)]

The components of f are obtained using the model for each time measurement. After solving the set inversion problem, we get the approximation depicted on Figure 2. Red boxes are inside the feasible set P and blue boxes are outside P.

File:Wiki estim param.png
Figure 2 Feasible set for the parameters

Recursive case

[edit | edit source]

Set estimation can be used to estimate the state of a system described by state equations using a recursive implementation. When the system is linear, the corresponding feasible set for the state vector can be described by polytopes or by ellipsoids [4] .[5] When the system is nonlinear, the set can be enclosed by subpavings. [6]

Robust case

[edit | edit source]

When outliers occur, the set estimation method generally returns an empty set. This is due to the fact that the intersection between sets of parameter vectors that are consistent with the ith data bar is empty. To be robust with respect to outliers, we generally characterize the set of parameter vectors that are consistent with all data bars except q of them. This is possible using the notion of q-relaxed intersection.

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).