movord(timeslab)R Documentation

Apply Moving Order Statistic Operator to a Vector

Description

Apply Moving Order Statistic Operator to a Vector

Usage

movord(x,nord,k)

Arguments

x Array of length $n$ containing the data.
nord Order of moving order statistic desired.
k Length of moving average smoother.

Value

movord returns the array of moving order statistics.


[Package Contents]