Standard Exponential Smoothing
I would like to have some information regarding the Standard Exponential Smoothing (Preprocessing Method). This method take in account the outage flag, which means that it will make adjustment when I have the outage flag.
Having the outage flag set as true means that it always will have adjustments happening or I still can face the situation where the method will decide to not make adjustment on that point ? If yes, how the method take the decision to make or not the adjustment in that point ?
Thanks in advace!
Cassiano.