What is dollar unit sampling, please explain?
Suppose we have a items of amounts x1 , x2 , ...,xn . Also suppose that the amounts of the items are not same .
Then we want to select the items using dollar unit sampling for testing them. So we want to specify the interval , say $1000 Then find the cumulative sum up to specified value $1000. And select the item where we hits $1000. Then again repeat the same process from the just next unit.
Let x1 = 415 , x2 = 275, x3 = 450 , x4 = 720 x5 = 300 , x6 = 556
Then we have the following column for the selection of the items.
The hits occurs corresponding to the x3 and x5 so the are selected for study.
Note that : The basic idea is that each dollar is a sampling unit, and as such, this method is more likely to select higher dollar items for testing.
Get Answers For Free
Most questions answered within 1 hours.