资 源 简 介
We are developing a program, using MPI.net, c#, and SQL to determine potential baseball Hall Of Fame players. We do this by comparing all MLB players to current Hall Of Fame players. We are utilizing an open source database that contains stats, of all kind, for all MLB players. The core of our coding is complete-- we need to write SQl queries to retrieve batting and pitching stats. Our presentation should be an interesting one if you are a sports fan; we plan on running the program and displaying an in-order list of all of the players" HOF potential (based solely on numbers). It will be a fine display of some basic statistics (mean, standard deviation, variance, and z-scores) and good old fashioned back of the card baseball stats (batting average, home runs, RBIs, ERA, etc.).