@resample |
represents the number of “extra” rows to be drawn from the matrix. If the input matrix has r rows and c columns, the output matrix will have
rows and
columns. By default,
.
represents the block size for the resample procedure. If you specify
, then blocks of consecutive rows of length
will be drawn with replacement from the first
rows of the input matrix.
to be used for weighted resampling. The weighting vector must have length
and all elements must be non-missing and non-negative. If you provide a weighting vector, each row of the input matrix will be drawn with probability proportional to the weights in the corresponding row of the weighting vector. (The weights need not sum to 1. EViews will automatically normalize the weights).