TF_quad_peaks {TestFunctions} | R Documentation |
TF_quad_peaks: quad_peaks function for evaluating a single point.
Description
TF_quad_peaks: quad_peaks function for evaluating a single point.
Usage
TF_quad_peaks(x)
Arguments
x |
Input vector at which to evaluate. |
Value
Function output evaluated at x.
Examples
TF_quad_peaks(rep(0,2))
TF_quad_peaks(rep(1,2))
[Package TestFunctions version 0.2.1 Index]