Baseball Statistics Project
Things To Do:
Overall
This website has a general idea of comparing a players speed, weight, and batting average to at least two other players. The database starts with three players already in it. Coincidentally it is Manny Ramirez, Alex Rodriguez, and Jimmy Rollins. You are allowed add at least one player to the database to compare their statistics to the current players in the database. This program only allows you to enter one player at a time, so if you enter a second person it is going to overwrite the previous player you entered.
Entering A Player
You are allowed to enter the player's name, speed, weight, and batting average. When you enter the name, we ask that you please only enter their first name for spacing reasonings. The players speed is based on a scale of 0-100 (INTEGERS ONLY). If your player has motors for legs, he would have a higher rating (aka someone running a 4.3 40-yard dash would have a rating of somewhere in the 90's). The weight is also entered as an INTEGER only. Finally, the batting average is entered as a three decimal float (ie. 0.333, NOT 333). When you are finished, you must click the enter button twice.
Rotating the Graph
To start, you are viewing a comparassion of batting average about the Y-axis, weight about the X-axis, and speed about the Z-axis. When you want to compare the players speeds, you simply click the ROTATE button on the top right and the graph will rotate to bring the speed comparissons about the Y-axis and the batting average will move to the Z-axis. No matter which rotation you are on, weight is always the X-axis.
Last Updated