segreg.bootstrap.random_selection_with_replacement

random_selection_with_replacement(series)[source]

Random draw with replacement from series. Returns same number of elements as the input.

Parameters

series (array-like) –

Returns

Return type

numpy array