gauge_avar | R Documentation |
gauge_avar
calculates the asymptotic variance of the gauge for a
given iteration using a given set of parameters (true or estimated).
gauge_avar( ref_dist = c("normal"), sign_level, initial_est = c("robustified", "saturated", "iis"), iteration, parameters, split )
ref_dist |
A character vector that specifies the reference distribution
against which observations are classified as outliers. |
sign_level |
A numeric value between 0 and 1 that determines the cutoff in the reference distribution against which observations are judged as outliers or not. |
initial_est |
A character vector that specifies the initial estimator
for the outlier detection algorithm. |
iteration |
An integer >= 0 or character |
parameters |
A list created by generate_param or
estimate_param_null that stores the parameters (true or estimated).
|
split |
A numeric value strictly between 0 and 1 that determines
in which proportions the sample will be split. Can be |
Initial estimator "iis"
uses the asymptotic variances of
"robustified"
2SLS because there is no formal theory for the
multi-block search.
gauge_avar
returns a numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.