bayes.update: Updating an Object of Class 'minimax'

View source: R/6-UserBayesFunctions.R

bayes.updateR Documentation

Updating an Object of Class minimax

Description

Runs the ICA optimization algorithm on an object of class minimax for more number of iterations and updates the results.

Usage

bayes.update(object, iter, ...)

Arguments

object

An object of class minimax.

iter

Number of iterations.

...

An argument of no further use.

Value

Returns an updated object of class 'minimax' with the same structure as the input, containing additional iterations of Bayesian algorithm. See bayes for the complete structure description.

See Also

bayes


ICAOD documentation built on Feb. 3, 2026, 5:07 p.m.

Related to bayes.update in ICAOD...