View source: R/RemoveOutliers.R
RemoveOutliers | R Documentation |
procedure to remove outliers from matrix of MC simulation using the z-score
RemoveOutliers(tmp)
tmp |
matrix (required) matrix of MCMC |
the function use the z-score.
a tmp matrix modified after discard of the outliers
outliers package especially grubbs.test (type=10) give the same result as z-score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.