Extended Kalman Particle Filtering
Function ekpf_filter
performs a extended Kalman particle filtering with stratification
resampling, based on Van Der Merwe et al (2001).
ekpf_filter(object, particles, ...) ## S3 method for class 'ssm_nlg' ekpf_filter( object, particles, seed = sample(.Machine$integer.max, size = 1), ... )
object |
of class |
particles |
Number of particles. |
... |
Ignored. |
seed |
Seed for RNG. |
A list containing samples, filtered estimates and the corresponding covariances, weights, and an estimate of log-likelihood.
Van Der Merwe, R., Doucet, A., De Freitas, N., & Wan, E. A. (2001). The unscented particle filter. In Advances in neural information processing systems (pp. 584-590).
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.