powered by
This function evaluates the calculated values from an indicator using a parabolic function. After the optimum is reached the it stays at its plateau.
evaluate_parabolic(x, x.top)
A transformed variable after applying a parabolic evaluation function. A numeric value.
(numeric) The values of a calc function to be converted to an evaluation
(numeric) The value at which x reaches the plateau
evaluate_parabolic(x = 5, x.top = 8) evaluate_parabolic(x = c(0.1,0.5,1.5,3.5), x.top = 6.5)
Run the code above in your browser using DataLab