Description Usage Arguments Value Examples
This function identifies spurious observations using a mix of stochastic and deterministic thresholds.
1 |
X |
X must be a numeric matrix. |
meds |
Vector containing column center. If NULL will calculate the median. |
mads |
Vector containing column variability. If NULL will calculate the Median Absolute Deviation. |
nMads |
The stochastic threshold specified in terms of MADs |
t |
The deterministic threshold. Specified in percentage distance from median. |
Returns a matrix with NaN where data was identified as spurious
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.