movord(timeslab) | R Documentation |
Apply Moving Order Statistic Operator to a Vector
movord(x,nord,k)
x |
Array of length $n$ containing the data. |
nord |
Order of moving order statistic desired. |
k |
Length of moving average smoother. |
movord |
returns the array of moving order statistics. |