Round numbers for parameters

Discussions about the testing and simulation of mechanical trading systems using historical data and other methods. Trading Blox Customers should post Trading Blox specific questions in the Customer Support forum.
Post Reply
LeviF
Roundtable Knight
Roundtable Knight
Posts: 1436
Joined: Mon Dec 22, 2003 12:24 pm
Location: Des Moines, IA
Contact:

Round numbers for parameters

Post by LeviF »

Has anyone else noticed that round numbers for parameters often test worse than surrounding numbers? IE 19 or 21 tests better than 20, 99 or 101 tests better than 100.
sluggo
Roundtable Knight
Roundtable Knight
Posts: 2987
Joined: Fri Jun 11, 2004 2:50 pm

Post by sluggo »

Let A = (the set of round numbers between 0 and 10,000)
Let B = (the set of not-round numbers between 0 and 10,000)

Which set is larger, A or B?

Estimate the ratio R = (number of members of A) / (number of members of B).

An item "X" is chosen at random. X is either a member of A, or a member of B. Which is more likely, X is a member of A ("X is a round number") or X is a member of B ("X is a not-round number")?

Estimate the probability that a randomly chosen item "X" will be a round number.
Post Reply