data.frame
of Resampled Time-SeriesR/resampleTimeSeries.R
resampleTimeSeries.Rd
Converts a data.frame
of numeric
values into a single vector and generates a random resampling with dimension
numRsmps
by numTP
.
resampleTimeSeries(distTP, numTP, numRsmps)
distTP | a |
---|---|
numTP | a |
numRsmps | a |
a data.frame
of randomly sampled numerics
time-series (row = numRsamps
x col = numTP
).