Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Use median/absolute deviation instead of mean/stddev #87

@jonnor

Description

@jonnor

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/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions