A weighted Average is a variant of an Average where some data points contribute more heavily to the output than others, as opposed to the equal spread of a regular Average. y=∑i=1nwi∑i=1nwixi Where: w is the list of weights for each point x is the value of each point