Response Function
class ResponseFunction @JvmOverloads constructor(function: (Double) -> Double, observedResponse: Response, name: String? = null) : Response(source)
Applies the supplied function to the observed value of the response and tallies statistics on the functional.
Parameters
function
the function of the observed response to tally
observed Response
the response that is being observed
name
the name of the functional response