flash_conv_crit_elbo_diff {flashier} | R Documentation |
Calculate the difference in ELBO
Description
The default objective function used to determine convergence when fitting
a flash
object. Calculates the difference in the
variational lower bound ("ELBO") from one iteration to the next.
Usage
flash_conv_crit_elbo_diff(curr, prev, k)
Arguments
curr |
The |
prev |
The |
k |
Only used during sequential backfits (that is, calls to
|
Details
This function is an example of a function that may be passed to
parameter fn
in function flash_set_conv_crit
to set
the convergence criterion for a flash pipeline. See
flash_set_conv_crit
for details and examples.
Value
A scalar, which is compared against the tolerance parameter
tol
to determine whether a fit has converged.
See Also
flash_conv_crit_max_chg
flash_conv_crit_max_chg_L
,
flash_conv_crit_max_chg_F