dist_to_top function

distance to top or bottom

distance to top or bottom

calculates the distance of the tuple to the closer corner of top and bottom of the phi delta space with ratio 1. This can be used for a ranking of the features

dist_to_top(phi, delta)

Arguments

  • phi: numeric value or vector of phi
  • delta: numeric value or vector of delta

Returns

distance to the top or the bottom corner

Examples

dist_to_top(1,0) dist_to_top(0.5,0.3)

Author(s)

rothe

  • Maintainer: Ursula Neumann
  • License: GPL (>= 2)
  • Last published: 2018-05-08

Useful links