<< quantile Miscellaneous stdboot >>

Stixbox >> Stixbox > Miscellaneous > rboot

rboot

Simulate a bootstrap resample from a sample

Calling Sequence

Z = rboot(X [,B])

Parameters

X

matrix or vector

B

integer.

Description

Simulate a bootstrap resample from a sample. Give a resample of the same size as X, which is assumed to have one independent realisation in every row.

rboot(X,B) gives B columns of resamples. This form works only for X one-dimensional, i.e X column vector.


Report an issue
<< quantile Miscellaneous stdboot >>