• Exercise with the airline dataset

Formula where is the input value, is the applied weight and is the output

How to decide on the values of ?

Adjust (from pandas) calculates the weights using two different formulae whether or not adjust is true ot not. The weights are parametrized by a value

Pandas sets in three ways: * Span: corresponds to exponential moving average. This parametrizes by a value * Center of mass: has a more physical interpretation. This parametrizes by a value * Half-life: period of time for the exponential weight to reduct to one half. This parametrizes by a value .