Changes

Jump to navigation Jump to search
1,005 bytes removed ,  19:31, 17 August 2012
no edit summary
*[[The Winner's Curse Literature Review]]
==Variables== ===General Data===
Each record has:
*biotoiperg - time on ice per game (secs), calculated for goalies
===Contract Data===
When a player has a record in capgeek, there is contract data. This is joined to the NHL data using unique player idenfiers (based on name and dob) and the season year. For these records the 'capgeek' variable is set to 1.
*bamount - the amount of the buyout
===Player's Data== ===Variables===
Variables are named 'view-name-prefix' followed by 'transformed NHL.com code'. The view name prefixes are three letter codes, listed in brackets next to the view names themselves. The untransformed NHL.com codes used are provided for each view name in the display box. The transformation rules are replacements as follows: % -> pc, / -> or OR / -> per (depending on context), + -> plus, - -> minus, " " -> "", 1 -> one, and so forth.
Sv % - Save Percentage
==Contract Other Data== The contract data will be taken from http://www.CapGeek.com Using Player IDs:*The latest player id is probably 2352 (assigned to Biggs, Taylor, who signed a new entry level contract on 8/9 at 19:46). See http://www.capgeek.com/latest_contracts.php and look for the highest entry for an new signing.*The first player id is 11 (1 through 10 all give a no player id page).*Contract history for players by id (e.g. 213) is available from http://www.capgeek.com/players/display.php?id=213 The player name is in a page level 1 header, followed by position and team name (which is hyperlinked) in the page level 2 header. We want the '''Contract History'''. Specifically, the header data, then the following section data. We should also take the known clauses... There is a bug in the script tha leads to contamination in the data. This can be removed with s/.*CONTRACT DETAILS.*\n//; ===Buyout data=== All '''known''' (to capgeek) buyouts are listed on the page http://www.capgeek.com/buyouts.php
===Arbitration data===
Anonymous user

Navigation menu