I am attempting to implement an analysis of some transaction information using Benford's Law. This involves the relative frequency of numbers (1's, 2's, etc.) within the left-most digit of each amount. Then the second left-most digit (#0, #1, etc.). Then the two left most digits together (01, 02, etc.).
Apparently it's possible to use Visual Basic to parse the transaction amounts in this way. Could someone suggest a book that I could use to figure out how to implement this process?
Thank you.
Apparently it's possible to use Visual Basic to parse the transaction amounts in this way. Could someone suggest a book that I could use to figure out how to implement this process?
Thank you.