Mathematics

External Resources

Articles:

Papers:

Courses:

Internal Resources

Minimizing a function multiplied by a constant

Let’s say we have an optimization problem.

$\underset{u}{min}(u-5)^2+1 => u=5$

If we multiply it all by some constant, the result does not change.

$\underset{u}{min} 10*((u-5)^2+1) => \underset{u}{min} 10(u-5)^2+10 => u=5$

EWMA

Exponentially weighted moving average

Exponentially weighted moving average <figcaption>Exponentially weighted moving average</figcaption>
S**t = Y1 for t = 1

St* = *α* * *Yt + (1 − α)*S**t − 1 for t > 1