getDefaultRegressor: Get the system-wide default regressor.
Description
Getting and setting the default regressor affects all functions
that have an overridable regressor. If this is not given, the default has
defined here will be obtained.
Usage
getDefaultRegressor()
Arguments
Value
Function the function used as the regressor. Defaults to
function(data) mmb::estimatePdf(data)$argmax.