You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
Currently we are very sensitive to outliers when determining whether we can reallize a particular configuration. For instance service disruption with high processing times for just 1 hour during a week can make scaling configs be deemed unrealizable.
Using median, and the associated median absolute deviation, should make us more robust in these cases. https://en.wikipedia.org/wiki/Median_absolute_deviation http://www.r-bloggers.com/absolute-deviation-around-the-median/