Description Usage Arguments Value Examples
This function Hampel Filters each column of a matrix.
1 | hampel(x,k=3,t0=3)
|
x |
Numeric Matrix where the columns are to be filtered. |
k |
Window width. Note that the window is symmetric around the i^th element with a total of 2*k+1 elements. |
t0 |
Threshold, expressed in Median Absolute Deviations. Note that setting the threshold to 0 creates a Median filter. |
Returns a matrix containing the filtered data
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.