testResample: Test the residual resampling algorithm.

View source: R/smcPotts.R

testResampleR Documentation

Test the residual resampling algorithm.

Description

Test the residual resampling algorithm.

Usage

testResample(values, weights, pseudo)

Arguments

values

A vector of SMC particles.

weights

A vector of importance weights for each particle.

pseudo

A matrix of pseudo-data for each particle.

Value

A list containing the following elements:

beta

A vector of resampled particles.

wt

The new importance weights, after resampling.

pseudo

A matrix of pseudo-data for each particle.

idx

The indices of the parents of the resampled particles.

References

Liu, J. S. & Chen, R. (1998) "Sequential Monte Carlo Methods for Dynamic Systems" J. Am. Stat. Assoc. 93(443): 1032–1044, DOI: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/01621459.1998.10473765")}


bayesImageS documentation built on Nov. 6, 2025, 1:18 a.m.