| flash_conv_crit_max_chg {flashier} | R Documentation |
Calculate the maximum absolute difference in scaled loadings and factors
Description
An alternative objective function that can be used to determine
convergence when fitting a flash object. Calculates the
maximum (absolute) change over all (posterior expected values for)
loadings \ell_{ik} and factors f_{jk}. At each iteration, the
loadings vectors \ell_{\cdot 1}, \ldots, \ell_{\cdot K} and factors
f_{\cdot 1}, \ldots, f_{\cdot K} are L^2-normalized.
Usage
flash_conv_crit_max_chg(curr, prev, k)
Arguments
curr |
The |
prev |
The |
k |
Only used during sequential backfits (that is, calls to
|
Value
A scalar, which is compared against the tolerance parameter
tol to determine whether a fit has converged.
See Also
flash_conv_crit_elbo_diff,
flash_conv_crit_max_chg_L
flash_conv_crit_max_chg_F