OPEKs
OPEKs, or Optimized Polynomial Extended Kalman Filters, are a class of algorithms used for state estimation in dynamic systems. They are an extension of the standard Kalman Filter, designed to handle nonlinear system dynamics and measurement models more efficiently. The core idea behind OPEKs is to approximate the nonlinear functions using polynomial expansions, such as Taylor series or Chebyshev polynomials. This approximation allows for a more accurate propagation of the state's probability distribution through the nonlinearities compared to traditional Extended Kalman Filters, which often linearize the system around the current state estimate.
The optimization aspect of OPEKs refers to the selection and order of the polynomial terms used in
OPEKs have found applications in various fields where nonlinear state estimation is crucial, including robotics, autonomous