lower.record.times {Records} | R Documentation |
Produces lower k-record times for a given sample
lower.record.times(sqnc, k)
sqnc |
numeric vector of data whose lower k-record times are wanted |
k |
an integer between 1 and |
a vector of lower k-record times associated with a given sample
see Note in upper.record.values
Magdalena Chrapek
Dziubdziela, W., Kopocinski, B. (1976) Limiting properties of k-th record values, Zastos. Mat., 15, 187–190
set.seed(10)
x <- rnorm(100)
lower.record.times(sqnc = x, k = 1) #simply lower record times
lower.record.times(sqnc = x, k = 3)