powered by
: Calculates rho for an exponential function.
SAVF_calc_rho(x_low, x_mid, x_high, increasing = TRUE)
Lowest value
Midpoint value
Highest value
TRUE=increasing, FALSE=decreasing, Default: TRUE
Rho
For Z=((x_mid - x_low) / (x_high - x_low)), Z can not be in (0.51,0.49)
# NOT RUN { SAVF_calc_rho(0, 90, 150, FALSE) # }
Run the code above in your browser using DataLab