dist_to_top {phiDelta}R Documentation

distance to top or bottom

Description

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

Usage

dist_to_top(phi, delta)

Arguments

phi

numeric value or vector of phi

delta

numeric value or vector of delta

Value

distance to the top or the bottom corner

Author(s)

rothe

Examples

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

[Package phiDelta version 1.0.1 Index]