FlipPoint

data class FlipPoint(val metric: String, val currentWeight: Double, val criticalWeight: Double, val displacedBy: String)(source)

A weight at which the alternative a study currently recommends would be displaced by another.

The margin is what makes this worth reporting: it says how far the weight on metric would have to move from where it is before the recommendation changes. A small margin means the recommendation rests on a weight the decision maker may not have felt strongly about.

Constructors

Link copied to clipboard
constructor(metric: String, currentWeight: Double, criticalWeight: Double, displacedBy: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

How far the weight would have to move for the recommendation to change.

Link copied to clipboard