## SA 530 – Methods of Sample Selection
### Overview of Approaches
```
Methods of Sample Selection
├── Statistical Approach
│ ├── Random Sampling
│ │ ├── Simple Random
│ │ └── Stratified Random
│ ├── Systematic / Interval Sampling
│ └── Value Weighted Sampling
└── Non-Statistical Approach
├── Haphazard Sampling
└── Block Sampling
```
---
### Statistical Sampling Methods
#### 1. Random Sampling
- Simple Random: Every item has an equal probability of selection; typically done via random number tables or computer generation.
- Stratified Random: Population is divided into sub-groups (strata) with similar characteristics (e.g., by value), then random sampling is applied within each stratum. Improves efficiency when population is heterogeneous.
#### 2. Systematic / Interval Sampling
- Select every nth item after a random start.
- Example: Population of 1,000 invoices, sample size 50 → interval = 20. Start at invoice #7, then pick #27, #47, …
#### 3. Value Weighted (Monetary Unit Sampling – MUS)
- Each rupee in the population has an equal chance of selection.
- Higher-value items have a proportionally higher chance of being picked.
- Useful for detecting overstatement in monetary balances.
---
### Non-Statistical Sampling Methods
#### 4. Haphazard Sampling
- Items selected without a structured technique but without conscious bias.
- Not truly random — relies on the auditor's judgement.
- Acceptable only if the auditor ensures no deliberate bias.
#### 5. Block Sampling
- Selecting a continuous sequence of items (e.g., all transactions in October).
- Least preferred — the block may not represent the full population.
---
### Statistical vs Non-Statistical Sampling: Key Differences
| Basis | Statistical | Non-Statistical |
|---|---|---|
| Probability | Based on probability theory | Not based on probability |
| Bias | Eliminates bias | Prone to auditor bias |
| Accuracy | More accurate | Less accurate |
| Scientific Evaluation | Possible | Not possible |
| Population Size | Suitable for large populations | Suitable for small populations |
| Representation | More representative | Less representative |
---
### Advantages of Statistical Sampling
1. Sample selection is more objective
2. Allows estimating the minimum sample size for a specified risk and precision
3. Provides a better description of large data sets
4. Widely accepted methodology
5. Enables derivation of a calculated (quantified) risk