Finding an appropriate price using thousands of data points
If i have a lot of data points describing the price of a used car. How would I find the market value of the car (assuming that the price points in the data set are the only determinant used, and the basis of determination will be the frequency [higher the frequency the better] price data point occurence for that particular car).
A count of absolute value recurrences will not work, as I want to bucket numbers that are similar (less than 5% difference of total price) into one category.
Topic metadata
Category Data Science