In some cases, garbled item links are parsed as prices resulting in highly-skewed data (e.g., prices of 1,000,000,000,000,000,000,000pp).
We can either ignore really high values, ignore values based on item data (e.g., std deviation), or simply ignore the entire auction. The latter problem may be the best since the problem arises from mis-parsed data anyway.
Check ParsePriceAndQuantity.
In some cases, garbled item links are parsed as prices resulting in highly-skewed data (e.g., prices of 1,000,000,000,000,000,000,000pp).
We can either ignore really high values, ignore values based on item data (e.g., std deviation), or simply ignore the entire auction. The latter problem may be the best since the problem arises from mis-parsed data anyway.
Check ParsePriceAndQuantity.