conv_diff | R Documentation |
conv_diff
uses an object of class "robust2sls"
to calculate the
L2 norm (sum of squared differences) between the most recent outlier-robust
iteration and the previous iteration estimates.
conv_diff(current, counter)
current |
A list object of class |
counter |
An integer denoting the number of the current iteration. |
conv_diff
returns a numeric value, which is the L2 norm
of the difference between the most recent and the previous parameter
estimates. The L2 norm is the sum of squared differences of the estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.