incremMerge: incremMerge

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Rutils.R

Description

updates a reference MPPCA model with an input distribution.

Usage

1
incremMerge(modref, newmod, k = 200, nit = 100, quick = FALSE)

Arguments

modref

reference MPPCA to update.

newmod

new MPPCA to incorporate.

k

number of components of the output variational posterior.

nit

number of iterations used in the mmppca call that performs the update.

quick

boolean parameter transmitted to the subMppca routine that shrinks the output variational posterior.

Value

updated variational posterior.

Author(s)

Pierrick Bruneau

See Also

mppca mmppca

Examples

1
2
# commented for packaging needs (requires approx. 5s)
#temp <- incremMerge(pcapen[[1]], pcapen[[2]], quick=T)

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to incremMerge in VBmix...