project: Project particles

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/project.R

Description

Method to project particles forward using state model f(xn+1|xn). Given a set of particles and state model, predicts where particles may be.

Usage

1
2
3
4
5
6
7
project(obj, ...)

## S3 method for class 'pframe_1d'
project(obj, dist_f, params_f, ...)

## Default S3 method:
project(obj)

Arguments

obj

Object of pframe_1d class

Details

In genetic algorithms, these functions are isomorphic to mutation/ prediction

Value

Object of pframe_1d class

Author(s)

Justin Thong justinthong93@gmail.com

See Also

particle

Examples

1

tintinthong/pfilter documentation built on May 24, 2019, 9:55 a.m.