You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
give the client of recalib() more flexibility about how live diagnostics in ipf() are produced. Add a new callback class surveysd_reporter and two implementations for recalib() and ipf().
give the client of
recalib()
more flexibility about how live diagnostics inipf()
are produced. Add a new callback classsurveysd_reporter
and two implementations forrecalib()
andipf()
.Those reporters are callbacks that will be invoked after every iteration step of
ipf()
Possible parameters
freq
: how often should the reporter be used? Default: every 10th iteration.Inf
menas the reporter is called once after the last iteration.show_table
: Show a verbose table that characterizes problematic groups?show_number_stps
: Show a message of the form "not converged after XY steps" or "converged after XY steps"?The text was updated successfully, but these errors were encountered: