bayesImageS (version 0.4-0)

testResample: 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.