TWResponse Function
class TWResponseFunction @JvmOverloads constructor(function: (Double) -> Double, observedResponse: TWResponse, name: String? = null) : TWResponse(source)
Applies the supplied function to the observed value of the time-weighted response variable and collects time-weighted 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
Constructors
Link copied to clipboard