|
-
Sep 17th, 2003, 09:50 AM
#1
Thread Starter
Fanatic Member
Is there are more advanced way? (SORTED!)
When answering this post please remember that I dropped Advanced Level Maths and although good with the subject am baddly out of practice, I will follow vb(ish), Spreadsheetish, SQL(ish) examples much better if there is an option.
Now for the question: I have a database that tracks the sales of items. If MR25T sold for £35.50 in EX+ condition what would it have sold for in mint? Also what does a Mint MR25T go for nowdays? This is what the database answers.
To do this we have constructed a value chart that looks like this:
Mint: 100%
NrMint: 95%
Ex+: 90%
etc. The condition names are standard trader discriptions and have fairly rigid boundries to them. The percentages are also fairly standard as a "rule of thumb" and is from a well respected value chart divised by experts in this particular subject.
So now we know that MR25T @ £35.50 is only 90% of the possible price for a Mint condition copy.
We use this as a way of working out a base figure to quote values on.
Dim BV as BaseValue
Set X = Any Given Item
Let aP = Average(Percentages(X))
Let aS = Average(SalePrice(X))
Access stores percentages as decimals of 1.
BV = (aS / (aP * 100) )*100
now given the limits of an access database query can any maths gurus come up with a more revieling method of creating a value that we can work on.
I figure we really should take into account a three month moving average (however we might be able to do that is another story) and at least some standard deviation.
There is a clear case here for useing the data to mine information about market trends and so forth in the collectables market but now we have only to figure out how.
any ideas?
Last edited by Matt_T_hat; Oct 29th, 2003 at 05:13 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|