Calculate a maximum for each period of INDEX. Essentially a rolling
application of maximum over a series of non-overlapping sections.
Usage
period.max(x, INDEX)
Value
An xts or zoo object of maximums, indexed by the period endpoints.
Arguments
x
a univariate data object
INDEX
a numeric vector of endpoints to calculate maximum on
Author
Jeffrey A. Ryan
Details
Used to calculate a maximum per period given an arbitrary
index of sections to be calculated over. This is an optimized function
for maximum. There are additional optimized versions for min, sum, and
prod.
For xts-coercible objects, an appropriate INDEX can be derived
from a call to 'endpoints'.