Ask a Question

Prefer a chat interface with context about you and your work?

An efficient algorithm for sequential random sampling

An efficient algorithm for sequential random sampling

We examine several methods for drawing a sequential random sample of n records from a file containing N records. Method D is recommended for general use. The algorithm is on-line (so that CPU time can be overlapped with I/O), has a small constant memory requirement, and is easy to program. …