smc_forward_algo.biips: Run a forward SMC algorithm

Description Usage Arguments Value

View source: R/smc.r

Description

Run a forward SMC algorithm

Usage

1
2
3
## S3 method for class 'biips'
smc_forward_algo(object, n_part, rs_thres = 0.5,
  rs_type = "stratified", seed = get_seed(), ...)

Arguments

object

biips model object

n_part

integer. number of particles

rs_thres

real. resampling threshold.

rs_type

string. Name of the resampling algorithm

seed

integer. RNG seed passed to Biips SMC algorithm

...

unused

Value

A logical. TRUE if success.


biips/rbiips documentation built on Nov. 28, 2020, 2:12 p.m.