Within register_fpca(), each iteration calls the functions fpca_gauss() or bfpca() with seed 1988 + iter. Setting a consistent seed across iterations (i.e. 1988) will remove a source of random variability by initializing parameters with consistent values inside those functions.
Within
register_fpca()
, each iteration calls the functionsfpca_gauss()
orbfpca()
with seed1988 + iter
. Setting a consistent seed across iterations (i.e.1988
) will remove a source of random variability by initializing parameters with consistent values inside those functions.