Class Index | File Index

Classes


Namespace core.advStats

Advanced stats (PER, WS, etc) that require some nontrivial calculations and thus are calculated and cached once each day.
Defined in: <js/core/advStats.js>.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
core.advStats.calculatePER(cb)
Calcualte the current season's Player Efficiency Rating (PER) for each active player and write it to the database.
Namespace Detail
core.advStats
Method Detail
<static> core.advStats.calculatePER(cb)
Calcualte the current season's Player Efficiency Rating (PER) for each active player and write it to the database. This is based on http://www.basketball-reference.com/about/per.html
Parameters:
{function()} cb
Callback function.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Feb 23 2013 16:57:54 GMT-0500 (EST)