Description Usage Arguments Value Author(s) References See Also Examples
Outliers according to a tolerance interval. This function is used by
the archetypoid algorithms to identify the outliers. See the function
nptol.int
in package tolerance
.
1 | outl_toler(p_tol = 0.95, resid_vect, alpha = 0.05)
|
p_tol |
The proportion of observations to be covered by this tolerance interval. |
resid_vect |
Vector of n residuals, where n was the number of rows of the data matrix. |
alpha |
Significance level. |
Vector with the outliers.
Guillermo Vinue
Young, D., tolerance: An R package for estimating tolerance intervals, 2010. Journal of Statistical Software, 36(5), 1-39, https://doi.org/10.18637/jss.v036.i05
adalara
, fadalara
, do_outl_degree
1 2 | outl_toler(0.95, 1:100, 0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.