misc.Tools module

class Analyze[source]
static createMovingRatios(resultsList, window)[source]
static createTotalRatios(resultsList)[source]
static extractMovingAverage(list, window)[source]
static replaceInList(l, sample, newSample)[source]
class Plot[source]
static plotMovingRatio(player, window=20)[source]
static plotTotalRatio(player)[source]
static writeResultsInConsole(resultsList, precision=10)[source]