SAVF_calc_rho: Single Attribute Value Function (SAVF) Calculate Rho

Description Usage Arguments Details Value Examples

View source: R/SAVF_calc_rho.R

Description

: Calculates rho for an exponential function.

Usage

1
SAVF_calc_rho(x_low, x_mid, x_high, increasing = TRUE)

Arguments

x_low

Lowest value

x_mid

Midpoint value

x_high

Highest value

increasing

TRUE=increasing, FALSE=decreasing, Default: TRUE

Details

For Z=((x_mid - x_low) / (x_high - x_low)), Z can not be in (0.51,0.49)

Value

Rho

Examples

1
## Not run:  SAVF_calc_rho(0, 90, 150, FALSE)

AFIT-R/MODA documentation built on May 28, 2019, 11:01 a.m.